What problem does it solve?
This Skill converts scattered design artifacts into a single, actionable tasks.md so teams and LLMs can execute feature work without ambiguous or missing steps. It removes manual translation from specifications, data models, and contracts into developer-ready tasks and dependency orders.
Core Features & Use Cases
- Parse spec-kit style project artifacts (plan.md, spec.md, optional data-model.md, contracts, research) and extract user stories with priorities.
- Generate a phased tasks.md with Setup, Foundational, per-user-story phases, polish phase, and a dependency graph that preserves execution order and parallel opportunities.
- Surface extension hooks (before_tasks and after_tasks), validate checklist format, and produce an execution report summarizing task counts, per-story tests, and suggested MVP scope.
- Use Case: A product manager or engineering lead wants an immediately runnable, checklist-style task plan for a new feature so engineers or an LLM can implement and test each story independently.
Quick Start
Run the speckit-tasks workflow on the repository root to generate an executable tasks.md for the target feature.