Install any skill in seconds. Free to start, no credit card required.
Get Started Free →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.
| Test case | Without → With | Effect | Δ tokens | Δ turns |
|---|---|---|---|---|
| case-07 | ✗→✓ | ▲ Improved | -32% | 0% |
| case-08 | ✗→✓ | ▲ Improved | 23% | 0% |
| case-09 | ✗→✓ | ▲ Improved | -20% | 0% |
| case-11 | ✗→✓ | ▲ Improved | 5% | 0% |
| case-12 | ✗→✓ | ▲ Improved | -4% | 0% |
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.
bashspec-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.
bash# 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 in_review and prints the path to a generated review prompt file. Read that path from the command output.
bashcat <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 isabsent, record a one-line note ("no contracts/ artifact") and skip to Step 4.
symbols, payloads, or commands it pins. Skipped files get a one-line note ("orthogonal to WP##").
CLI invocation, schema fragment, and error message in the in-scope contracts. Verify the implementation accepts inputs and produces outputs verbatim: singular vs plural, default values, enum members, exit codes, flag names — all of it.
registered triggers, enum members), require one assertion that mirrors the runtime constant against its test-side or doc-side copy byte-for- byte. If the WP introduces such a constant without that mirror assertion, reject.
example is a BLOCKER, cited as contract file:line plus impl symbol. Contracts are spec artifacts, not preferences.
Take exactly one action — never "approve with conditions".
bashspec-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:
bashspec-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:
bashspec-kitty agent tasks status --mission <mission-slug>
Note dependent WPs and include a rebase warning in your feedback.
passes even if the reviewer would have done it differently
checks, criteria, and doctrine context for this WP
the original implementing agent
Other measured skills in the registry, with their headline benchmark lift.