What problem does it solve?
It turns existing design artifacts (plan and user stories) into an immediately actionable tasks.md with a clear dependency order, so teams can implement features without hunting for missing steps or context.
Core Features & Use Cases
- Dependency-ordered task generation: Produces tasks grouped by user story and arranged in completion order, including a dependency graph.
- Design-artifact driven coverage: Uses plan.md and spec.md as required inputs, and conditionally incorporates data-model.md, contracts/, and research.md when present to fill in missing implementation details.
- Integration with extension hooks: Detects and incorporates optional/mandatory before_tasks and after_tasks hooks from .specify/extensions.yml to extend or automate portions of the workflow.
- Task checklist validation: Ensures every task follows the required checklist format with sequential IDs, optional parallel markers, story labels, and explicit file paths.
Quick Start
Run the speckit-tasks skill in a project that contains the speckit/spec-kit structure and supporting design documents (at minimum plan.md and spec.md) to generate tasks.md from the available artifacts.