Generate task list from technical plan
Generates task list from technical plan with requirements coverage tracking
/plugin marketplace add adeonir/claude-code-plugins/plugin install design-builder@claude-code-extrasIDTransform the technical plan into an organized, trackable task list.
[ID] - Feature ID (optional if branch is associated)Arguments received: $ARGUMENTS
If ID provided:
If no ID:
.specs/*/spec.md for matching branch: in frontmatterRead .specs/{ID}-{feature}/spec.md to have access to:
Read .specs/{ID}-{feature}/plan.md
If file doesn't exist, inform user to run /plan first.
Invoke the task-generator agent with:
The agent will create .specs/{ID}-{feature}/tasks.md with:
Inform the user:
.specs/{ID}-{feature}/tasks.md/spec-driven:implement to start implementationShow a summary table:
## Task Summary
| Category | Tasks | Complexity |
|----------|-------|------------|
| Foundation | T001-T002 | Low |
| Implementation | T003-T006 | High |
| Validation | T007-T008 | Medium |
| Documentation | T009 | Low |
Run `/spec-driven:implement` to start, or `/spec-driven:implement T001` for a specific task.
/spec-driven:init/spec-driven:plan first