spec-kit/skills/init/SKILL.md
Use when the user invokes $spec-kit:init or /spec-kit:init, or asks to bootstrap .specify/ for streamlined spec-driven development.
npx skillsauth add grailautomation/claude-plugins initInstall 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.
Initialize .specify/ in the current project for streamlined, brownfield-aware
spec-driven development.
Inspect the current directory:
Create missing directories only:
.specify/
├── memory/
│ ├── constitution.md
│ └── project-context.md # local-only, gitignored
└── specs/
If .specify/memory/constitution.md does not exist, create this placeholder:
# Project Constitution
> Run `/spec-kit:constitution` to generate pragmatic project guardrails.
**Version**: 0.0.0 | **Ratified**: TODO | **Last Amended**: TODO
Create or refresh local-only .specify/memory/project-context.md by running
the bundled detector when available. The detector should also add the path to
.gitignore in git repositories:
bash "${CLAUDE_PLUGIN_ROOT}/scripts/detect-project-context.sh" --write
If unavailable, write a minimal context file manually from the inspection and
add .specify/memory/project-context.md to .gitignore.
Do not run git init unless the user explicitly asked for it. If this is not
a git repo, report that branch-based feature detection will require
SPECIFY_FEATURE or explicit feature selection.
Report:
/spec-kit:constitution <project context>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.