What problem does it solve?
This Skill helps you reliably carry out an implementation workflow by validating prerequisites, enforcing checklist completion, loading the project plan and tasks, and then executing tasks in the correct phase order with dependency awareness.
Core Features & Use Cases
- Prerequisite and feature analysis: Runs the prerequisite check script and extracts FEATURE_DIR and AVAILABLE_DOCS so the implementation context is aligned with what the repository actually contains.
- Checklist gatekeeping: Detects incomplete checklists under FEATURE_DIR/checklists/ and can stop to confirm whether you still want to proceed.
- Plan-driven execution: Reads tasks.md and plan.md (plus optional data-model.md, contracts/, research.md, governance constitution, and quickstart.md) to understand the tech stack, architecture, and execution flow.
- Safe coordination and progress reporting: Executes tasks phase-by-phase, respects sequential vs parallel rules, tracks completion by marking tasks off in tasks.md, and validates completion against the spec/plan before finishing.
- Extension hooks support: Executes optional or automatic before_implement and after_implement hooks defined in .specify/extensions.yml when present.
Quick Start
Run the speckit-implement command from the repository root to validate prerequisites and execute tasks according to tasks.md and plan.md.