speckit-implement
Spec Kit Implement Skill
When to Use
- The plan and tasks are complete and you are ready to implement.
Inputs
specs/<feature>/tasks.mdandplan.md- Optional artifacts:
data-model.md,contracts/,research.md,quickstart.md - User constraints (e.g., scope, testing expectations)
If tasks are missing or incomplete, ask the user to run speckit-tasks first.
Workflow
-
Run
.specify/scripts/bash/check-prerequisites.sh --json --require-tasks --include-tasksfrom repo root and parse FEATURE_DIR and AVAILABLE_DOCS list. All paths must be absolute. For single quotes in args like "I'm Groot", use escape syntax: e.g 'I'''m Groot' (or double-quote if possible: "I'm Groot"). -
Check checklists status (if FEATURE_DIR/checklists/ exists):
More from dceoy/spec-kit-agent-skills
speckit-specify
Create or update a feature specification from a natural language feature description.
7speckit-baseline
Generate feature specifications by analyzing existing source code.
6speckit-clarify
Identify underspecified areas in the current feature spec by asking up to 5 highly targeted clarification questions and encoding answers back into the spec.
6speckit-tasks
Generate an actionable, dependency-ordered tasks.md for the feature based on available design artifacts.
6speckit-analyze
Perform a non-destructive cross-artifact consistency and quality analysis across spec.md, plan.md, and tasks.md after task generation.
6speckit-plan
Execute the implementation planning workflow using the plan template to generate design artifacts.
6