What problem does it solve?
This skill turns scattered design artifacts (plan.md, spec.md, data-models, and contracts) into a single, actionable, dependency-ordered tasks.md so teams can implement features incrementally and test each user story independently.
Core Features & Use Cases
- Design artifact ingestion: Reads plan.md and spec.md and optionally data-model.md, contracts/, research.md and quickstart.md to extract tech stack, user stories, entities, and endpoints.
- Checklist task generation: Produces atomic, checklist-formatted tasks with sequential IDs, story labels, file paths, and dependency information suitable for LLM execution or developer handoff.
- Execution planning: Emits dependency graphs, parallel execution suggestions, phase-based structure (Setup → Foundational → User Stories → Polish), and an implementation strategy for MVP-first delivery.
- Use Case: Convert a feature folder containing plan.md and spec.md into an immediately executable tasks.md that contains per-story test criteria, implementation steps, and parallelization guidance.
Quick Start
Use the speckit.tasks skill with the repository context and feature arguments to generate a complete tasks.md for the target FEATURE_DIR.