What problem does it solves?
This Skill transforms detailed implementation plans into executable task lists, organized by user story. It enforces a test-first approach and ensures every acceptance criterion is covered, streamlining development and enabling automatic quality gate validation.
Core Features & Use Cases
- User Story-Centric Organization: Generates tasks grouped by user story (P1, P2, P3), ensuring a clear path to delivering incremental user value and enabling progressive delivery.
- Test-First Mandate: Ensures that test-writing tasks are prioritized before implementation tasks for each user story, adhering to Test-Driven Development (TDD) principles.
- Automatic Quality Gate: Automatically invokes the
/audit command after task generation to validate constitutional compliance, requirement coverage, and task quality, blocking implementation if critical issues are found.
- Use Case: After an implementation plan is finalized, use this Skill to create a
tasks.md file that developers can immediately use. This list will include setup, foundational work, and then specific tasks for each user story, complete with test requirements and parallelization markers.
Quick Start
Use the Task Generation skill to create a task breakdown from 'specs/001-user-auth/plan.md'.