Files
Keep/_bmad/bmm/1-analysis/bmad-agent-tech-writer/mermaid-gen.md
Sepehr Ramezani fa7e166f3e feat: add reminders page, BMad skills upgrade, MCP server refactor
- Add reminders page with navigation support
- Upgrade BMad builder module to skills-based architecture
- Refactor MCP server: extract tools and auth into separate modules
- Add connections cache, custom AI provider support
- Update prisma schema and generated client
- Various UI/UX improvements and i18n updates
- Add service worker for PWA support

Made-with: Cursor
2026-04-13 21:02:53 +02:00

684 B

name, description, menu-code
name description menu-code
mermaid-gen Create Mermaid-compliant diagrams 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.