What problem does it solve?
This Skill automates the systematic implementation of planned software features by executing tasks, verifying prerequisites, and managing project setup, ensuring a structured and TDD-aligned development process.
Core Features & Use Cases
- Task Execution: Runs through a defined list of implementation tasks, respecting dependencies and phases (Setup, Tests, Core, Integration, Polish).
- Prerequisite Checks: Verifies necessary conditions before starting implementation.
- Project Setup Verification: Ensures essential ignore files (.gitignore, .dockerignore, etc.) are correctly configured based on the project's tech stack.
- Checklist Management: Monitors and reports on the status of feature checklists, halting or proceeding based on user confirmation for incomplete items.
- Use Case: After a feature has been broken down into actionable tasks and a plan generated, this Skill can be invoked to autonomously build out the feature, running tests before code, and ensuring all project configurations are in place.
Quick Start
Execute the speckit implement skill to build the current feature according to the tasks and plan.