What problem does it solve?
This Skill eliminates the manual, error-prone work of executing implementation task plans for spec-kit projects, ensuring all setup, development, and validation steps are followed consistently without missing dependencies or checklist items.
Core Features & Use Cases
- Pre-Execution Validation: Checks for extension hooks, validates project checklists, and verifies project setup (ignore files, prerequisites) before starting implementation.
- Phased Task Execution: Runs tasks in the correct order per tasks.md, handling sequential dependencies, parallel tasks, and TDD workflows (tests before implementation).
- Post-Execution Validation: Dispatches required post-implementation hooks and verifies all tasks are completed and match the original specification.
- Use Case: For a spec-kit project with a detailed tasks.md plan, this Skill automates running all setup, test, core, integration, and polish tasks in the correct order, marking completed tasks and validating the final implementation against the spec.
Quick Start
Use the speckit-implement skill to execute all implementation tasks defined in your project's tasks.md file for the current feature.