What problem does it solve?
Speckit tasks generation turns a feature’s design artifacts (plan and user stories) into an executable, dependency-ordered tasks checklist so teams can implement and verify work consistently.
Core Features & Use Cases
- Automated tasks.md generation: Produces a tasks.md file organized by user stories (priority order) with a strict checklist format and file paths.
- Dependency-aware workflow: Builds a completion-order dependency graph across user stories and ensures each phase is independently testable.
- Extension hook support: Runs optional and mandatory pre-/post-generation extension hooks defined in .specify/extensions.yml without evaluating hook conditions.
- Design-document-driven coverage: Loads plan.md and spec.md and optionally data-model.md, contracts/, research.md, and quickstart.md to tailor tasks to available artifacts.
Quick Start
Run the speckit-tasks skill in the repo that contains the feature design documents and the .specify structure to generate an actionable tasks.md file based on the available plan and spec.