Files
spec-kit/examples/pantry-planner/.speckit/templates/tasks-template.md
T
2026-08-19 11:03:16 +02:00

26 lines
725 B
Markdown

# Tasks: {{FEATURE}}
*Created: {{DATE}}*
Dependency-ordered, checkable work items derived from the spec and plan.
Work top to bottom; a phase starts only when the one before it is done.
Replace the placeholder tasks below with real ones — keep the checkbox format,
one task per line, exact file paths in the description.
## Phases
### Setup
- [ ] T1: Prepare project scaffolding and test harness
- [ ] T2: Create data structures / entities from the spec
### Implementation
- [ ] T3: Implement Story 1 happy path (test first)
- [ ] T4: Implement edge cases and error handling for Story 1
- [ ] T5: Wire the feature into the existing entry points
### Polish
- [ ] T6: Documentation touch-ups and final full test run