What problem does it solve?
This Skill helps you carry out a repository’s implementation plan safely and consistently by coordinating prerequisite checks, progress validation, and task execution flow.
Core Features & Use Cases
- Pre-implementation prerequisite validation: Runs repository prerequisite checks and parses required context (FEATURE_DIR, AVAILABLE_DOCS) before making changes.
- Checklist-driven safety gate: Scans checklists, reports pass/fail status, and optionally blocks implementation if any checklist items are incomplete.
- Plan- and tasks-aware execution: Loads tasks.md and plan.md (and optional supporting docs) to drive the correct step-by-step implementation sequence.
- Extension hook orchestration: Detects and runs before/after implementation hooks defined in .specify/extensions.yml, respecting optional vs mandatory behavior.
Quick Start
Run speckit-implement to validate the project state, ensure checklists are complete, and then execute the tasks described in tasks.md and plan.md.