src/doctrine/skills/spec-kitty-runtime-review/SKILL.md
Review runtime-owned outputs using the Spec Kitty review workflow surface, then direct approval or rejection with structured feedback. Triggers: "review this work package", "check runtime output", "approve this step", "review WP", "is this WP ready to approve", "check this implementation". Does NOT handle: setup-only repair requests, direct implementation work, editorial glossary maintenance, or runtime loop advancement.
npx skillsauth add priivacy-ai/spec-kitty spec-kitty-runtime-reviewInstall 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.
Operate the Spec Kitty review workflow surface: load review context, claim a work package, read the generated review prompt, and issue an approve or reject transition.
spec-kitty charter context --action review --json
The returned text contains governance context. The review prompt (generated
in Step 2) includes project-specific acceptance criteria and review guidance
from doctrine — do not restate those rules here.
# Claim a specific WP (or omit WP## to auto-select from for_review lane)
spec-kitty agent action review WP## --agent <your-name>
This moves the WP from for_review to doing and prints the path to a
generated review prompt file. Read that path from the command output.
cat <prompt-file-path>
The review prompt contains:
main)Follow the review prompt. It is the source of truth for what to check and how to check it. The review criteria come from doctrine and the WP definition, not from this skill.
If the mission ships a kitty-specs/<mission>/contracts/ directory, walk it
before issuing a verdict. Contracts pin concrete examples (payloads, CLI
invocations, schema fragments, error messages, allowed-value sets) that the
implementation must round-trip verbatim. Vocabulary or shape drift here is
invisible to spec-level review and surfaces late at mission-review or
downstream consumption time.
ls kitty-specs/<mission>/contracts/. If the directory is
absent, record a one-line note ("no contracts/ artifact") and skip to
Step 4.contract file:line plus
impl symbol. Contracts are spec artifacts, not preferences.Take exactly one action — never "approve with conditions".
spec-kitty agent tasks move-task WP## --to approved --note "Review passed: <summary>"
Write structured feedback to a temp file, then move the WP back to planned:
spec-kitty agent tasks move-task WP## --to planned --force \
--review-feedback-file <feedback-file-path>
Every blocking finding must map to a specific, verifiable remediation action.
If you rejected and the WP has downstream dependents:
spec-kitty agent tasks status --mission <mission-slug>
Note dependent WPs and include a rebase warning in your feedback.
development
Load an agent profile on demand to adopt a specific role for the current session. Applies the profile's identity, governance scope, boundaries, and initialization declaration without requiring a running mission. Triggers: "act as the architect", "load the reviewer profile", "switch to implementer", "use the researcher persona", "start a session as planner", "adopt the curator role", "initialize profile", "assume the designer identity". Does NOT handle: mission advancement (use runtime-next), charter interview/generation (use charter-doctrine), or profile creation (use the charter synthesize workflow / edit the profile YAML directly).
tools
Operate Spec Kitty tracker workflows, tracker service discovery, binding, hosted routing, and tracker recovery.
tools
Operate Spec Kitty team sync, hosted SaaS sync, offline queue, diagnostics, and recovery flows.
tools
Operate Spec Kitty connector integrations and route connector work across tracker, sync, SaaS, and external services.