What problem does it solve?
It helps you execute a predefined implementation plan from a Speckit spec structure by verifying prerequisites, validating checklists, loading the project’s tech/architecture context, and then running tasks in the correct order with progress tracking.
Core Features & Use Cases
- Extension hook orchestration (pre and post): Automatically discovers and runs registered Speckit hooks (before_implement and after_implement) with optional vs mandatory behavior.
- Checklist-driven gating: Scans checklist markdown files, builds a pass/fail table, and can stop for user confirmation when incomplete items are found.
- Plan- and task-aware execution: Reads tasks.md and plan.md (and optional context files) and executes phases while respecting sequential/parallel rules and file-based coordination.
- Operational safety behaviors: Enforces completion marking for tasks and halts on failures for non-parallel work.
Quick Start
Run the speckit-implement skill from the repo that contains tasks.md, plan.md, and optional Speckit configuration under .specify to execute the implementation plan end-to-end.