spec-kit/skills/spec-kit-guide/SKILL.md
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.
npx skillsauth add grailautomation/claude-plugins spec-kit-guideInstall 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.
Spec Kit is a streamlined Spec-Driven Development workflow for Claude Code and Codex. It aims to deliver most of upstream GitHub Spec Kit's value with less ceremony, especially inside existing repositories.
Canonical flow:
/spec-kit:init -> /spec-kit:constitution -> /spec-kit:specify -> /spec-kit:clarify -> /spec-kit:plan -> /spec-kit:tasks -> /spec-kit:analyze -> /spec-kit:implement next
Minimum useful flow:
/spec-kit:specify -> /spec-kit:plan -> /spec-kit:tasks -> /spec-kit:implement next
Use /spec-kit:clarify when the spec has material ambiguity. Use
/spec-kit:analyze before broad implementation or when artifacts drift.
Claude Code exposes the workflow through /spec-kit:* slash entries. Codex
exposes the same workflow skills with $spec-kit:*, for example
$spec-kit:specify or $spec-kit:implement next. The documented plugin source
surface is skills/, not commands/.
.specify/memory/project-context.md to reduce repeated prompting./spec-kit:init: creates .specify/, a placeholder constitution, and project
context. It should not initialize git unless explicitly asked./spec-kit:constitution: creates pragmatic solo-dev guardrails with documented
waiver support./spec-kit:specify: turns a feature idea into a spec focused on what and why./spec-kit:clarify: asks up to five high-impact questions and writes answers
back to the spec./spec-kit:plan: maps the spec to the existing repo with quality gates and
verification commands./spec-kit:tasks: creates dependency-ordered, file-specific tasks./spec-kit:analyze: read-only consistency, coverage, and safety analysis./spec-kit:implement: executes next, a named phase, or all; default to
next for brownfield safety.A good spec:
[NEEDS CLARIFICATION: ...].A good plan:
A good task list:
[P] only for independent files.When reviewing existing .specify/ artifacts, start with the user's active goal:
planning, tasking, analysis, or implementation. Keep recommendations concrete:
which workflow step to run, which file to edit, or which gate is missing.
development
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.