What problem does it solve?
Breaks implementation plans and specifications into precise, actionable task lists that are immediately executable and testable, removing ambiguity from project handoffs and planning artifacts.
Core Features & Use Cases
- Structured Task Generation: Converts plan.md and spec.md content into phased tasks organized by user story, with explicit file paths and checklist-style task IDs.
- Dependency Awareness & Parallelization: Produces a dependency graph and marks parallelizable tasks to enable safe concurrent work and clear story ordering.
- Validation & Deliverables: Validates checklist format, generates a tasks.md using a template, summarizes task counts per story, and suggests an MVP scope for incremental delivery.
- Use Case: Ideal for teams using spec-kit project structure to transform design docs into independent, testable development increments.
Quick Start
Run the speckit-tasks skill with the project's feature directory to produce a dependency-aware tasks.md ready for implementation.