spec-kit/skills/implement/SKILL.md
Use when the user invokes $spec-kit:implement or /spec-kit:implement, or asks to safely execute spec-kit tasks in next, phase, or all mode.
npx skillsauth add grailautomation/claude-plugins implementInstall 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
Execute tasks from tasks.md with a Codex-safe brownfield preflight. Default
mode is next unless the user explicitly asks for phase or all.
Run from the project root:
bash "${CLAUDE_PLUGIN_ROOT}/scripts/setup-plan.sh"
Parse JSON for SPECS_DIR, FEATURE_SPEC, IMPL_PLAN, and
PROJECT_CONTEXT. All paths must be absolute.
Load:
SPECS_DIR/tasks.md (required)SPECS_DIR/plan.md (required)SPECS_DIR/spec.md (required)PROJECT_CONTEXT, if presentdata-model.md, contracts/, research.md,
quickstart.mdAbort if tasks.md or plan.md is missing.
next: complete the first unchecked task only. This is the default.phase <name>: complete unchecked tasks in the named phase.all: complete all unchecked tasks. Before proceeding, summarize scope and
ask for explicit confirmation.Before editing:
git status --short --branch.tasks.md, plan.md, or
project-context.md.If the task is too broad or lacks exact files/outcomes, stop and recommend
regenerating or editing tasks.md.
[P] means tasks may be done in any order, not that Codex must spawn agents.[X] in tasks.md.Before reporting:
[X].Report:
/spec-kit:implement next or
/spec-kit:analyzedevelopment
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.
tools
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.
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.