Loading...
Loading...
Generate a phase-based task breakdown in tasks.md from spec.md and plan.md
npx skill4agent add gsmlg-dev/code-agent cmd-speckit-tasks/speckit.tasks{{INPUT}}$1tasks.md.specify/specs/spec.mdplan.mddata-model.mdcontracts/research.md.specify/memory/constitution.mdFEATURE_DIRspec.mdFEATURE_DIR/tasks.md# Tasks: <Feature Name>
## Phase 1: Setup
Shared infrastructure and scaffolding required by all subsequent phases.
- [ ] [T001] [P] <task description> — <file path if applicable>
- [ ] [T002] <task description>
## Phase 2: Foundation
Blocking prerequisites that multiple user stories depend on.
- [ ] [T010] [P] <task description>
## Phase 3: <User Story 1 Name> [US1]
Implement [US1]: "As a [role], I want to [action]..."
- [ ] [T020] [P] [US1] Write unit tests for <component>
- [ ] [T021] [US1] Implement <component> core logic
## Phase N: Polish & Cross-Cutting Concerns
- [ ] [TN00] [P] Add error handling across all endpoints
- [ ] [TN01] Write integration tests for full workflow
- [ ] [TN02] Update documentation[P][USn]/speckit.checklist/speckit.implement