flowchart LR
A["/solution-brief"] --> B["/spike-summary"]
B --> C["/adr"]
A --> D["/design-rationale"]
C --> E["/prd"]
D --> E
| Skill | Description | Command |
|---|
| develop-adr | Creates an Architecture Decision Record following the Nygard format to document … | . |
| develop-design-rationale | Documents the reasoning behind design decisions including alternatives considere… | . |
| develop-solution-brief | Creates a concise one-page solution overview that communicates the proposed appr… | . |
| develop-spike-summary | Documents the results of a completed technical or design spike, capturing the or… | . |