tasks ready 1
This commit is contained in:
@@ -44,8 +44,17 @@ specs/[###-feature]/
|
||||
├── research.md # Phase 0 output (/speckit.plan command)
|
||||
├── data-model.md # Phase 1 output (/speckit.plan command)
|
||||
├── quickstart.md # Phase 1 output (/speckit.plan command)
|
||||
├── traceability.md # Phase 1 output — RTM: Story → Model → API → Task → Test
|
||||
├── contracts/ # Phase 1 output (/speckit.plan command)
|
||||
└── tasks.md # Phase 2 output (/speckit.tasks command - NOT created by /speckit.plan)
|
||||
│ ├── modules.md # Module & function contracts
|
||||
│ └── ux/ # UX contracts (if /speckit.ux was run)
|
||||
│ ├── alternatives.md # Design space explored
|
||||
│ ├── decisions.md # Final UX choices
|
||||
│ ├── screen-models.md # Model inventory
|
||||
│ ├── api-ux.md # API interaction shapes
|
||||
│ ├── <screen>-ux.md # Per-screen UX contracts
|
||||
│ └── design-tokens.md # Applied tokens & reuse
|
||||
└── tasks.md # Phase 2 output (/speckit.tasks command)
|
||||
```
|
||||
|
||||
### Source Code (repository root)
|
||||
|
||||
Reference in New Issue
Block a user