add-plan-reviewlisted
Install: claude install-skill brabos-ai/code-addiction
# Plan Review
<!-- uses:
- mention: add-code-review
- mention: add-doc-schemas
- mention: add-feature-readback
- mention: @ux-agent
- agent: plan-reviewer-agent
- agent: reviewer-agent
- command: /add.brainstorm
- command: /add.new
- command: /add.plan
- command: /add.plan-to-ready
-->
## Overview
Rubric and verdict contract for the fresh-reader, pre-delivery review that `add.new`, `add.brainstorm`, and `add.plan` run after their validation gate passes and before the doc is presented as delivered. The reviewer tries to break the document — find what would fail in execution — and returns a verdict with concrete, evidence-backed fixes. This is a **fix-oriented** review: it proposes the fix, not just the question. A review that only asks hands the work back; this one hands back a verdict and the concrete edit that clears it.
## When to Use
- `plan-reviewer-agent` loads this skill as its rubric source
- `/add.new` (STEP 8), `/add.brainstorm` (STEP 5), `/add.plan` (STEP 13) dispatch the agent, or apply this skill inline as a fallback when the provider does not support subagent dispatch
- `/add.plan-to-ready`'s plan leg dispatches the agent directly with `kind: feature-plan` after consolidating a subfeature's `plan.md`
## When NOT to Use
- Code review — use `add-code-review` / `@reviewer-agent`. No code exists at this phase.
- Schema-compliance enumeration (frontmatter shape, required sections, depth floors) — that is the validation gate inside `add-doc-schemas`. This review