tasks
Installation
SKILL.md
Task Generation Skill
Translates product specs and architecture into actionable implementation tasks.
File Locations
- Input:
specs/product_specs.md(PRD with EARS requirements)specs/architecture.md(architecture with decision records)specs/design_system.md(design system with DP/BRD/UXD decisions) - optional
- Output:
specs/tasks.md(task list with dependencies)
Workflow Overview
- Load Context - Read PRD and architecture
- Identify Milestones - Define testable product milestones
- Generate Tasks - Break down into implementable tasks
- Map Dependencies - Establish task ordering
- Review & Refine - Iterate with user on task breakdown