What problem does it solve?
Speckit tasks can be hard to plan and sequence correctly when you have multiple design artifacts (plan.md, spec.md, optional model/contracts/docs) and need a single, immediately actionable checklist for implementation.
Core Features & Use Cases
- Dependency-ordered task generation: Creates a tasks.md organized by user story priority with an explicit completion order.
- Design-artifact driven coverage: Uses plan.md and spec.md, and conditionally incorporates data-model.md, contracts/, research.md, and quickstart.md when present.
- Execution-ready output: Produces tasks that follow a strict checklist format with file paths and independent test criteria per story.
- Extension hook awareness: Detects before_tasks and after_tasks hooks in .specify/extensions.yml and includes the required hook prompts/output format.
Quick Start
Run the speckit-tasks skill to generate a dependency-ordered tasks.md from your feature's available design artifacts in the spec-kit project structure.