/review Layer 3: Main Agent responds to every Layer 2 finding with a disposition. Hard cap 2 needs-user-decision per /review run.
How this skill is triggered — by the user, by Claude, or both
Slash command
/claude-company-of-one:critique-dialogueThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Layer 3 of `/review`. Closes the adversarial loop: Main Agent must file a
Layer 3 of /review. Closes the adversarial loop: Main Agent must file a
disposition for every Layer 2 finding, including Plausible Risks. No silent
dismissals.
REVIEW.md Layer 2 section (buckets written by the reviewer agent).BRIEF.md — Main Agent's working context (unlike Layer 2, Layer 3 may use it).REVIEW.md Layer 3 section: one row per finding in the Critique Dialogue table
with Disposition + Developer Response + Resolution.update-docs, not here).needs-user-decision Budget counter updated. Hard cap: 2 per /review run.accepted — will fix; describe the fix or commit reference.rejected — requires evidence, not preference; cite file:line or a spec clause.deferred — accepted in principle, tracked as a new TODO or follow-up issue.needs-user-decision — user must pick. Capped at 2 per run.needs-user-decision count would exceed 2, collapse the lowest-severity
one into deferred with a follow-up TODO.accepted, either produce the fix in-session (and re-run verify)
or write the follow-up TODO.rejected, include at least one piece of evidence (code cite, test
cite, or explicit spec clause). "Not a real issue" is not a disposition.needs-user-decision > 2 → FAIL; collapse per step 2.rejected without evidence → FAIL; either gather evidence or promote to deferred.session-reflection; /review has no session-reflection step (ADR-001 D7).npx claudepluginhub the-own-lab/claude-company-of-one --plugin claude-company-of-oneProvides behavioral guidelines to reduce common LLM coding mistakes, focusing on simplicity, surgical changes, assumption surfacing, and verifiable success criteria.
Searches, 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.
Creates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.