add-cross-sf-consistencylisted
Install: claude install-skill brabos-ai/code-addiction
# add-cross-sf-consistency — Cross-Subfeature Consistency Rubric
<!-- uses:
- skill: add-doc-schemas
- skill: add-plan-review
- skill: add-qa
- mention: add-code-review
- skill: add-doc-schemas/references/review.md
- mention: @qa-agent
- agent: backend-agent
- agent: consistency-agent
- agent: database-agent
- agent: frontend-agent
- agent: plan-reviewer-agent
- agent: reviewer-agent
- agent: ux-agent
- command: /add.plan
- command: /add.plan-to-ready
-->
## Overview
The rubric `consistency-agent` loads before it reports. `/add.plan-to-ready`'s epic loop dispatches that agent twice per epic run: a **FULL pass** after each subfeature's `plan.md` is consolidated and reviewed (comparing it against every already-converged sibling), and one **DELTA pass** at the end of the epic (re-checking only what changed since the last verdict). The agent compares declared contracts **document against document** — `plan.md`, `about.md`, `design.md` — and never opens source code; code-level review stays `@reviewer-agent`'s job.
This produces no new persisted artefact of its own. A `FULL`-pass finding is applied straight into the subfeature's own `plan.md`; a `DELTA`-pass finding is written into the epic's existing `review-NNN.md`. There is no `consistency-validation-NNN.md` and none should ever be invented — see Where Findings Go below.
## When to Use
- `consistency-agent` loads this skill as its rubric source, on every dispatch (`FULL` or `DELTA`).
- `/add.plan-to-ready`'s epic loop need