cmd-speckit-implement
Installation
SKILL.md
/speckit.implement
Agent skill wrapper for the Claude command /speckit.implement.
When the original command text references {{INPUT}}, $1, or named arguments, map them from the user's current request.
Command Instructions
Execute the implementation plan for a feature by working through tasks.md phase by phase, using TDD where applicable.
Steps
- Locate artifacts:
- If input names a feature, directory, or phase number, parse it.
- Load required:
tasks.md,plan.md. Load optional:data-model.md,contracts/,research.md. - Load
.specify/memory/constitution.md. - Set
FEATURE_DIRto the feature directory.