speckit-tasks
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"). -
Load design documents: Read from FEATURE_DIR:
More from dceoy/speckit-agent-skills
speckit-specify
Create or update a feature specification from a natural language feature description.
249speckit-constitution
Create or update the project constitution from interactive or provided principle inputs, ensuring all dependent templates stay in sync.
197speckit-plan
Execute the implementation planning workflow using the plan template to generate design artifacts.
196speckit-implement
Execute the implementation plan by processing and executing all tasks defined in tasks.md
168speckit-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.
101speckit-checklist
Generate a custom checklist for the current feature based on user requirements.
86