rc_generate_diagrams
Generate three Mermaid-based HTML diagrams from your task list to visualize the dependency graph, Gantt timeline, and architecture layers in a browser.
Instructions
Generate architecture diagrams from the task list. Produces 3 Mermaid-based HTML diagrams: dependency graph (task DAG), Gantt timeline (build schedule), and architecture layers (swimlane view). Requires rc_sequence to have been run first (needs task list in rc-method/tasks/). Saves to rc-method/diagrams/. After success: diagrams are viewable in any browser.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_name | No | Human-readable project name (defaults to directory name) | |
| project_path | Yes | Absolute path to the project directory |