What problem does it solve?
This skill solves the challenge of translating high-level feature specifications into granular, actionable, and dependency-ordered development tasks, preventing scope creep and ensuring logical implementation flow.
Core Features & Use Cases
- Automated Task Generation: Parses design artifacts like plan.md and spec.md to create a structured tasks.md file.
- Dependency Mapping: Organizes work into phases (Setup, Foundational, User Stories) to ensure prerequisites are met before implementation.
- Use Case: When starting a new feature, use this skill to automatically generate a checklist of tasks that maps user stories to specific file paths and implementation steps, ensuring the team follows a consistent TDD or incremental delivery approach.
Quick Start
Invoke the speckit-tasks skill to generate a comprehensive task list for the current feature based on the existing design documents in the project.