What problem does it solve?
Speckit implementation planning is only useful if it can be executed safely and consistently, so this Skill helps you turn tasks and architecture docs into an ordered, validated implementation run with guardrails.
Core Features & Use Cases
- Pre-implementation validation: Runs prerequisite checks and verifies checklist completion status to prevent skipping required work.
- Context-driven implementation: Loads tasks.md and plan.md (and optionally architecture-related docs) to drive phase-by-phase execution.
- Deterministic coordination with validation checkpoints: Executes tasks according to dependency and parallel markers, tracks completion, and stops on non-parallel failures to maintain correctness.
- Extensibility via hooks: Detects optional and mandatory before/after implementation hooks from .specify/extensions.yml and prepares them for execution at the right times.
Quick Start
Run speckit-implement at the repository root to execute the full implementation plan from tasks.md, after validating prerequisites and checklists.