From quorum
Generates publication-quality Mermaid diagrams for flowcharts, sequences, class hierarchies, ER schemas, Gantt charts, git graphs, mindmaps, timelines, architectures, and more. Supports code-to-diagram analysis with module maps and dependency graphs.
npx claudepluginhub berrzebb/quorum --plugin quorumGenerate publication-quality mermaid diagrams. Each diagram type has a dedicated reference. | User Intent | Type | Reference | |-------------|------|-----------| | Process flow, decision tree | `flowchart` | `references/mermaid/flowchart.md` | | API call sequence | `sequence` | `references/mermaid/sequence.md` | | Class hierarchy | `class` | `references/mermaid/class.md` | | State machine, life...
Fills Nyquist validation gaps by generating runnable behavioral tests for phase requirements, running them adversarially, debugging failures (max 3 iterations), verifying coverage, and escalating blockers.
Share bugs, ideas, or general feedback.
Generate publication-quality mermaid diagrams. Each diagram type has a dedicated reference.
| User Intent | Type | Reference |
|---|---|---|
| Process flow, decision tree | flowchart | references/mermaid/flowchart.md |
| API call sequence | sequence | references/mermaid/sequence.md |
| Class hierarchy | class | references/mermaid/class.md |
| State machine, lifecycle | state | references/mermaid/state.md |
| Database schema | er | references/mermaid/er.md |
| Project timeline | gantt | references/mermaid/gantt.md |
| Distribution | pie | references/mermaid/pie.md |
| Multi-axis comparison | radar | references/mermaid/radar.md |
| Branch/merge history | gitgraph | references/mermaid/gitgraph.md |
| Concept hierarchy | mindmap | references/mermaid/mindmap.md |
| Chronological events | timeline | references/mermaid/timeline.md |
| System components | architecture | references/mermaid/architecture.md |
| Layout blocks | block | references/mermaid/block.md |
Cross-cutting: references/mermaid/directives.md (config), references/mermaid/theming.md, references/mermaid/math.md.
When diagramming actual code: use code_map for module overview, dependency_graph for imports. Use actual names from code — never invent names.
```mermaid fenced code blockauthService, not A)A["한국어 라벨"]| Pitfall | Right |
|---|---|
| Special chars in labels | Wrap in "..." |
| Unclosed subgraph | Always close with end |
| ER relationship typo | ||--o{ (double pipe) |
| Radar wrong keyword | radar-beta |
| Architecture wrong keyword | architecture-beta |
| Node ID with spaces | Use camelCase or snake_case |