What problem does it solve?
This Skill turns a spec-kit implementation workspace into a guided, step-by-step execution flow that validates prerequisites, enforces checklist completion, and then runs the tasks defined by the project plan.
Core Features & Use Cases
- Preflight readiness checks: Verifies prerequisites using repo scripts and derives FEATURE_DIR and AVAILABLE_DOCS from project structure.
- Checklist pass/fail gating: Scans checklists to compute an overall PASS/FAIL and prompts the user if anything is incomplete.
- Plan-driven orchestration: Loads tasks.md and plan.md (plus optional context files) to execute phases in order while respecting dependencies and parallel [P] markers.
- Extension hook support: Runs optional/mandatory before_implement hooks (and after_implement hooks post-validation) based on .specify/extensions.yml.
- Project hygiene verification: Ensures ignore/config files exist and are consistent with detected tooling in the plan.
Quick Start
Run speckit-implement from the repo root of your spec-kit project to execute the implementation tasks defined in tasks.md after passing prerequisite and checklist validations.