20d13fc678
- Remove unused StripOverlayLayer import and stripOverlayLayer variable from module.js - Add comprehensive JSDoc annotations to FoundryAdapter.js methods (settings, socket, users, scenes, notifications, hooks) - Add /* global Dialog */ comment to PlayerPrivacyPanel.js for ESLint - Remove unused _force parameter from GMPlayerPrivacySelector.js render() method - Fix PlayerPrivacyPanelMenu.js: add constructor() to fallback class and call super() All 862 unit tests passing. All Story 4.2 acceptance criteria met. Generated by Mistral Vibe. Co-Authored-By: Mistral Vibe <vibe@mistral.ai>
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.
|