What problem does it solve?
It coordinates an end-to-end implementation workflow by validating prerequisites, enforcing checklist completion, loading the project’s planning artifacts, and executing tasks in the correct phase and dependency order.
Core Features & Use Cases
- Prerequisite and structure validation: Runs a repo-root PowerShell prerequisite checker to discover feature paths and available docs.
- Checklist gating: Scans checklists to produce a PASS/FAIL table and optionally stops execution until checklists are completed.
- Plan-driven execution: Reads tasks.md and plan.md (and optionally data-model.md, contracts/, research.md, quickstart.md) to execute tasks phase-by-phase, respecting sequential/parallel rules and file-based coordination.
- Safety via progress tracking and completion validation: Reports progress after each task and requires completion validation before triggering after-implement hooks.
Quick Start
Run the speckit-implement skill to execute the implementation tasks described by tasks.md and plan.md after passing prerequisite checks and checklist validation.