speckit-implement
Installation
SKILL.md
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").