Summary
FlowMaster generates flow diagrams as Mermaid syntax inline, but there is no dedicated export functionality. Users should be able to export diagrams to standalone .mmd files or render them to SVG/PNG for documentation and presentations.
What needs to happen
- Add an export instruction/command in the skill file that outputs:
.mmd file (raw Mermaid syntax, ready for Mermaid Live Editor)
.svg file (rendered diagram, if mmdc CLI from @mermaid-js/mermaid-cli is available)
- Include suggested filename conventions (e.g.,
flow-<project-name>-<date>.mmd)
- Add export examples to the documentation
Acceptance criteria
- Mermaid file can be opened in Mermaid Live Editor without errors
- SVG export works when
mmdc is installed
- Graceful fallback message when
mmdc is not available
Getting started
- Review the current diagram output format in
flowmaster.md
- Test exporting sample output to
.mmd files
- Add export instructions to the skill file
Summary
FlowMaster generates flow diagrams as Mermaid syntax inline, but there is no dedicated export functionality. Users should be able to export diagrams to standalone
.mmdfiles or render them to SVG/PNG for documentation and presentations.What needs to happen
.mmdfile (raw Mermaid syntax, ready for Mermaid Live Editor).svgfile (rendered diagram, ifmmdcCLI from@mermaid-js/mermaid-cliis available)flow-<project-name>-<date>.mmd)Acceptance criteria
mmdcis installedmmdcis not availableGetting started
flowmaster.md.mmdfiles