09 Mermaid

Generate a valid Mermaid diagram from a written source through a plan, generate, review loop. Use when the user wants to turn an architecture, lifecycle, or flow into a Mermaid diagram. Not for other diagram formats or image rendering.

ai-driven-dev 34f74da 3 files · 4.3 KB Updated

File contents

Mermaid

Produces a valid, structured Mermaid diagram from a written source by planning it, confirming the plan, generating, and offering a review.

Actions

# Action Role Input
01 mermaid Plan, confirm, generate, and review one diagram a written source

Run action 01 and run its ## Test before trusting the result. Before running an action, read its file in actions/, not only the table or assets.

Transversal rules

  • Plan before generating, and confirm the plan with the user. Block on the answer.
  • Generate only what the confirmed plan holds. Never add a node or a relationship the user did not confirm.
  • Follow the project's Mermaid conventions for every diagram.
  • Output the diagram as a fenced block, never describe it in prose.

References

  • references/mermaid-conventions.md: the conventions and defaults every generated diagram follows.

ai-driven-dev/aidd-framework/tree/main/plugins/aidd-context/skills/09-mermaid commit 34f74dad8d

Frequently asked questions

npx skillmds@latest add ai-driven-dev/09-mermaid