a536baabd6
Adds the complete project foundation: - BMAD BMM workflow tooling (_bmad/) - Claude slash commands, skills, and project memories (.claude/) - ESP32 firmware scaffold (PlatformIO + Waveshare e-ink driver) - .gitignore excluding _bmad-output/ and .pio/ build artifacts Planning artifacts (PRD, architecture, epics) are intentionally not tracked — they live in _bmad-output/ per project convention. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
21 lines
684 B
Markdown
21 lines
684 B
Markdown
---
|
|
name: mermaid-gen
|
|
description: Create Mermaid-compliant diagrams
|
|
menu-code: MG
|
|
---
|
|
|
|
# Mermaid Generate
|
|
|
|
Create a Mermaid diagram based on user description through multi-turn conversation until the complete details are understood.
|
|
|
|
## Process
|
|
|
|
1. **Understand the ask** — Clarify what needs to be visualized
|
|
2. **Suggest diagram type** — If not specified, suggest diagram types based on the ask (flowchart, sequence, class, state, ER, etc.)
|
|
3. **Generate** — Create the diagram strictly following Mermaid syntax and CommonMark fenced code block standards
|
|
4. **Iterate** — Refine based on user feedback
|
|
|
|
## Output
|
|
|
|
A Mermaid diagram in a fenced code block, ready to render.
|