spec-kit-implement
Installation
SKILL.md
Spec Kit Implement
Execute approved feature tasks in dependency order and keep tasks.md status accurate.
Invocation Notice
- Inform the user when this skill is being invoked by name:
spec-kit-implement.
When to Use
tasks.mdexists and you need to execute it phase-by-phase to deliver the feature.- Implementation work has started, but task sequencing, checklist gates, or progress tracking is inconsistent.
- You need deterministic execution behavior before handoff or release readiness checks.
When Not to Use
tasks.mddoes not exist yet (spec-kit-tasksfirst).- You are still writing or revising requirements/design artifacts (
spec-kit-specify,spec-kit-clarify,spec-kit-plan). - You need read-only consistency analysis rather than execution (
spec-kit-analyze).
Related skills