What problem does it solve?
This Skill turns feature design artifacts into an immediately executable tasks plan, preventing ambiguity, missing prerequisites, and poorly ordered work.
Core Features & Use Cases
- Generates tasks.md from design documents: Uses plan.md and spec.md as primary sources, optionally incorporating data-model.md, contracts/, research.md, and quickstart.md when present.
- Creates executable, dependency-ordered work: Produces phases (Setup, Foundational, per user story in priority order, and Final Polish) plus a dependency graph and parallel execution opportunities.
- Validates task completeness against a strict checklist format: Ensures every task has the required checkbox, ID, optional parallel marker, story label (when applicable), and a file path for LLM execution.
Quick Start
Run the speckit-tasks workflow with your feature specification context so it outputs an immediately executable tasks.md tailored to the design artifacts found in FEATURE_DIR.