Generate All Diagrams
sdd_generate_all_diagramsGenerates architecture, sequence, ERD, flow, dependency, and traceability diagrams for a feature from all artifacts in one call and writes them to DIAGRAMS.md.
Instructions
Generates ALL diagram types for a feature in one call. Produces architecture, sequence, ERD, flow, dependency, and traceability diagrams from all available artifacts, and writes the full set to DIAGRAMS.md in the feature directory, grouped by source artifact.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| spec_dir | No | Spec directory path (relative to workspace root) | .specs |
| feature_number | No | Feature number (zero-padded, e.g. '001') | 001 |