skills/critique-dialogue/SKILL.md
/review Layer 3: Main Agent responds to every Layer 2 finding with a disposition. Hard cap 2 needs-user-decision per /review run.
npx skillsauth add the-own-lab/Claude-company-of-one critique-dialogueInstall 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.
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).documentation
Update BRIEF.md sections during a command run. Any skill that produces a brief-persisted artifact calls this to write it back.
development
Post-code check: run tests + confirm TODO acceptance items map to passing tests; applies a security lens but is not a separate scan.
documentation
Command post-step: write CHANGELOG + TODO once per command run. One call, not per-skill doc writes.
content-media
Author REQUIREMENTS.md + DESIGN.md + TODO.md for a feature. The three files are one contract; they ship together.