What problem does it solve?
Translate fragmented design artifacts into a single executable tasks.md that prescribes concrete steps, dependencies, and phased organization for feature development.
Core Features & Use Cases
- Automated tasks generation from plan.md, spec.md, data-model.md, and contracts to produce a centralized tasks document.
- Multi-phase structure (Phase 1 Setup, Phase 2 Foundational, Phase 3+ per user story, Final Phase) with clear goals and independent test criteria.
- Dependency graph showing user story completion order and parallel execution opportunities.
- Template-driven output using .specify/templates/tasks-template.md to ensure consistent checklist formatting and explicit file paths.
- Extension hooks support (pre- and post-task) via .specify/extensions.yml for automated customization.
- Validation and reporting: totals by story, MVP scope, and format conformance.
- Checks for shared infrastructure and cross-cutting concerns to accelerate delivery.
Quick Start
Provide a complete tasks.md by analyzing plan.md, spec.md, data-model.md, and contracts, then structure it into phases and user stories per the project's template.