cad-plan-reviewlisted
Install: claude install-skill crenshawdev/cadence
<objective>
Manually run the review subsystem's `plan` trigger against a chosen plan. The
review capability lives entirely in the subsystem (references/review-triggers.md);
this skill is just the on-demand entry
point for cases the automatic review does not cover - a plan written by hand,
imported from elsewhere, or edited after its first review. When /cad-plan
writes a plan it already fires this trigger, so you do not need this skill in the
normal flow.
There is no separate reviewer here and no convergence loop (cut in DESIGN §6):
this delegates to `fire(plan)`, which grounds and adjudicates once.
</objective>
<process>
1. **Resolve the target plan** from `$ARGUMENTS`:
- a number `N` -> `.planning/phases/<N>/PLAN*.md` (all slices of that phase).
- a path -> that file.
- empty -> the current phase from the STATE.md cursor; if that is ambiguous,
ask (ask-user seam) which phase.
If no plan file is found, report it and stop - there is nothing to review.
(Resolve the plan path and, for the empty-args case, the cursor read as one
batched step - independent; conventions.md Parallel work.)
2. **Fire the `plan` trigger** with the resolved PLAN file(s) as the artifact -
Read `${CLAUDE_PLUGIN_ROOT}/cadence-core/references/review-triggers.md` here,
not preloaded (one site). Honor `review.triggers.plan.gate`
(default adjudicated) always; its `tier` and `effort` reach cross-model
reviewers only. This resolves the reviewer set
(claude-subagent and/o