veto_diagram
Generate Mermaid architecture diagrams for any project. Choose from flowchart, class, sequence, or C4 context, with optional focus on specific areas.
Instructions
Generates a Mermaid architecture diagram of the project. Returns diagram text ready to paste into GitHub, Notion, or any Mermaid renderer.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| focus | No | Optional — what to focus on (e.g. 'data flow', 'auth', 'API'). | |
| project_dir | Yes | Absolute path to project. | |
| diagram_type | No | Diagram type: 'flowchart' | 'classDiagram' | 'sequenceDiagram' | 'C4Context' (default: 'flowchart'). |