What problem does it solve?
This Skill automates the end-to-end execution of a Speck Kit implementation by processing and executing all tasks defined in tasks.md and applying the operational plan in plan.md, eliminating manual coordination and enabling repeatable, auditable workflows.
Core Features & Use Cases
- Orchestrates phase-based execution (Setup, Tests, Core, Integration, Polish) with dependency-aware scheduling and support for parallel tasks where appropriate.
- Validates repository readiness (presence of the .specify/ directory, tasks.md, plan.md) and enforces a test-before-implementation flow to align with the plan.
- Handles extension and mandatory post-execution hooks via .specify/extensions.yml, provides progress reporting, and ensures tasks affecting the same files run sequentially.
Quick Start
Run speckit-implement in a repository that contains tasks.md and plan.md to automatically drive the implementation workflow from specification to completion.