Generate a task breakdown from specification and design. Phase 3 of Spec Kit workflow.
/plugin marketplace add melodic-software/claude-code-plugins/plugin install melodic-software-spec-driven-development-plugins-spec-driven-development@melodic-software/claude-code-plugins<path to specification file># Generate Task Breakdown
Generate an ordered task list with acceptance criteria from specification and design.
## Workflow
1. **Load Artifacts**
- Read the specification file
- Read the associated design document
- Parse requirements and components
2. **Generate Tasks**
- Break design into vertical slices
- Each task should be:
- Small enough to complete in < 1 day
- Independently testable
- Mapped to specific requirements
- Include acceptance criteria per task
- Order by dependencies
3. **Create Dependency Graph**
- Identify task dependencies
...基于可用的设计文档,生成可操作的、按依赖排序的 tasks.md
Generate an actionable, dependency-ordered tasks.md for the feature based on available design artifacts.
구현 계획을 실행 가능한 작업(Tasks)으로 분해
Create implementation task list
Generate a comprehensive tasks.md file from an implementation plan.md using the tasks_template.md structure.