Develop Skills
How these skills connect
flowchart LR
A["/solution-brief"] --> B["/spike-summary"]
B --> C["/adr"]
A --> D["/design-rationale"]
C --> E["/prd"]
D --> E
Skills in this phase
| Skill |
Description |
Command |
| develop-adr |
Creates an Architecture Decision Record following the Nygard format to document ... |
/adr |
| develop-design-rationale |
Documents the reasoning behind design decisions including alternatives considere... |
/design-rationale |
| develop-solution-brief |
Creates a concise one-page solution overview that communicates the proposed appr... |
/solution-brief |
| develop-spike-summary |
Documents the results of a time-boxed technical or design exploration (spike). U... |
/spike-summary |