What problem does it solve?
speckit-tasks turns scattered design artifacts (plan and specs) into a single, immediately actionable tasks.md that teams can execute and validate without guessing dependencies.
Core Features & Use Cases
- Dependency-ordered task generation: Builds setup, foundational, and user-story phases with an explicit completion/dependency ordering.
- Design-artifact driven coverage: Reads plan.md and spec.md, and optionally enriches tasks using data-model.md, contracts/, research.md, and quickstart.md when present.
- Hook-aware workflow: Discovers and renders before/after extension hooks from .specify/extensions.yml, respecting enabled/optional flags without evaluating hook conditions.
- Checklist compliance for executability: Produces tasks in the strict checklist format with task IDs, optional parallel markers, story labels, and concrete file paths.
Quick Start
Run speckit-tasks to generate tasks.md from your .specify project structure and available design documents in the feature directory, producing an orderable checklist of implementation-ready work.