npx claudepluginhub richfrem/agent-plugins-skills --plugin spec-kittyThis skill uses the workspace's default tool permissions.
assets/workflows/spec-kitty.constitution.mdevals/evals.jsonevals/results.tsvrequirements.txtworkflows/spec-kitty.constitution.mdSearches, retrieves, and installs Agent Skills from prompts.chat registry using MCP tools like search_skills and get_skill. Activates for finding skills, browsing catalogs, or extending Claude.
Searches prompts.chat for AI prompt templates by keyword or category, retrieves by ID with variable handling, and improves prompts via AI. Use for discovering or enhancing prompts.
Executes pre-written implementation plans: critically reviews, follows bite-sized steps exactly, runs verifications, tracks progress with checkpoints, uses git worktrees, stops on blockers.
<!-- spec-kitty-command-version: 3.0.3 -->Source: This skill augments the baseline workflow located at
./workflows/spec-kitty.constitution.md. It acts as an intelligent wrapper that is continuously improved with each execution.
$ARGUMENTS
You MUST consider the user input before proceeding (if not empty).
In repos with multiple features, always pass --feature <slug> to every spec-kitty command.
This command delegates constitution work to the CLI constitution workflow. Do not hand-author long governance content in chat unless the user explicitly asks for manual drafting.
.kittify/constitution/constitution.md.kittify/constitution/interview/answers.yaml.kittify/constitution/references.yaml.kittify/constitution/library/*.mdUse when user wants speed, defaults, or bootstrap:
spec-kitty constitution interview --defaults --profile minimal --json
spec-kitty constitution generate --from-interview --json
Use when the user wants project-specific policy capture:
spec-kitty constitution interview --profile comprehensive
spec-kitty constitution generate --from-interview
constitution interview (or edit answers.yaml) and regenerate.--force with generate if the constitution already exists and must be replaced.references.yaml.After generation, verify status:
spec-kitty constitution status --json
After constitution generation, first-run lifecycle actions should load context explicitly:
spec-kitty constitution context --action specify --json
spec-kitty constitution context --action plan --json
spec-kitty constitution context --action implement --json
spec-kitty constitution context --action review --json
Use JSON text as governance context. If mode=bootstrap, follow referenced docs as needed.