spec-kit/skills/tasks/SKILL.md
Use when the user invokes $spec-kit:tasks or /spec-kit:tasks, or asks to generate dependency-ordered tasks from the plan and repo context.
npx skillsauth add grailautomation/claude-plugins tasksInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
This is a user-invoked Spec Kit workflow. Treat user text after the invocation as the workflow input.
Use the spec-kit plugin root when running bundled scripts. In Claude Code, ${CLAUDE_PLUGIN_ROOT} resolves to this plugin root. If that variable is unavailable, resolve the plugin root as the directory two levels above this SKILL.md.
User input:
$ARGUMENTS
Generate tasks.md for the active feature. Tasks must be immediately usable by
Codex in the current repository, not a generic template.
Run from the project root:
bash "${CLAUDE_PLUGIN_ROOT}/scripts/setup-plan.sh"
Parse JSON for SPECS_DIR, FEATURE_SPEC, IMPL_PLAN, FEATURE_SOURCE, and
PROJECT_CONTEXT. If no active feature is found, instruct the user to run
/spec-kit:specify or set SPECIFY_FEATURE.
Load:
plan.md from SPECS_DIR (required)spec.md from SPECS_DIR (required)PROJECT_CONTEXT, if presentdata-model.md, contracts/, research.md, quickstart.md, if presentAbort if plan.md is missing. Do not fabricate missing design artifacts; adapt
the task list to what exists.
project-context.md or plan.md; if unknown,
create a task to identify the command before implementation.[P] only when tasks touch different files and have no dependency.Write SPECS_DIR/tasks.md:
# Tasks: [FEATURE NAME]
**Plan**: [relative path to plan.md]
**Generated**: [today's date]
**Mode**: Brownfield
## Quality Gates
- [ ] Existing repo patterns identified
- [ ] Verification commands identified
- [ ] Risky operations flagged
- [ ] Requirements mapped to tasks
- [ ] Parallel tasks touch independent files
## Phase 1: Setup / Discovery
- [ ] T001 [specific setup or discovery task] in [path]
## Phase 2: Tests / Validation First
- [ ] T002 [P] [specific test or validation task] in [path]
## Phase 3: Core Implementation
- [ ] T003 [specific implementation task] in [path]
## Phase 4: Integration / Safety
- [ ] T004 [integration, migration, logging, auth, or safety task] in [path]
## Phase 5: Polish / Verification
- [ ] T005 Run [exact command] and record result
- [ ] T006 Refresh local `.specify/memory/project-context.md` if conventions changed
## Dependencies
- [specific dependency notes]
## Parallel Execution Guide
- [groups of `[P]` tasks that can run together]
Check:
[P] tasks edit the same file.After writing, report:
/spec-kit:analyze before broad implementation, or
/spec-kit:implement next for the first taskdevelopment
Parse and analyze Workato recipe JSON exports. Use when the user asks about a Workato recipe's logic, data flow, field mappings, error handling, or control flow. Also use when the user references a .recipe.json file or asks to debug a Workato integration.
databases
Review implementation plans as a staff software engineer. Use when the user asks for staff engineer feedback, senior engineering review, plan review, architecture review, implementation-plan critique, approval before proceeding, risk review, or feedback on a proposed technical plan.
testing
Use when the user invokes $spec-kit:specify or /spec-kit:specify, or asks to create a brownfield-aware feature specification from a natural language description.
tools
Use when the user asks how to use the spec-kit plugin, wants advice on spec-driven development, needs help choosing the next spec-kit workflow step, or asks for review of existing .specify specs, plans, tasks, constitution, or project context.