speckit-tasks
SKILL.md
Spec Kit Tasks Skill
When to Use
- The implementation plan is ready and you need a dependency-ordered task list.
Inputs
specs/<feature>/plan.mdandspecs/<feature>/spec.md- Optional artifacts:
data-model.md,contracts/,research.md,quickstart.md - Any user constraints or priorities from the request
If the plan is missing, ask the user to run speckit-plan first.
Workflow
- Setup: Run
.specify/scripts/bash/check-prerequisites.sh --jsonfrom 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").