From rdr
Use to reconcile cross-RDR drift across a cluster of related RDRs that are all Final and none yet implemented (e.g. "cluster-reconcile the import RDRs", "$rdr-cluster-reconcile import" in Codex, "/rdr-cluster-reconcile import" in Claude). Runs Stage 7.1 of the RDR flow — whole-set critique + pairwise contradiction scan before any of the cluster implements. Per cluster, NOT per RDR — most RDRs skip it. Pairs with $rdr-finalize or /rdr-finalize (before) and $rdr-implement or /rdr-implement (after), and routes Final→Draft on a defect.
How this skill is triggered — by the user, by Claude, or both
Slash command
/rdr:rdr-cluster-reconcileThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Per-RDR stages check one RDR at a time; cross-RDR consistency is a *set*-level
Per-RDR stages check one RDR at a time; cross-RDR consistency is a set-level concern no per-RDR gate covers. This stage reconciles a cluster of related RDRs — all Final-and-unimplemented — once, before any of them implements. Per cluster, not per RDR. Most RDRs skip it (it applies to foundational / cross-RDR producers).
Codex: $rdr-cluster-reconcile <cluster-name | NNNN NNNN [NNNN ...]>
Claude: /rdr-cluster-reconcile <cluster-name | NNNN NNNN [NNNN ...]>
Takes a cluster (a name you give the set, or the list of RDR numbers in it) — not
a single RDR. If only one RDR is Final-and-unimplemented, there is no cluster;
say so and point at /rdr-implement NNNN.
rdr-common.md; run §seam-bind to bind $RDR_ENV,
$RDR_RESOURCES, and $RDR_RECORDS (the consumer's RDR directory, exported by the
marker) plus the output base <EVIDENCE_DIR>/cluster-reconcile/<cluster>/.{RDR_RECORDS};
form the peer pairs to compare.07.1-cluster-reconcile.md owns the
mechanics — read it for the cluster-membership and re-entry-scope calls):
2-critique.md
run against the set; writes critique-set.md.pairwise.md
run per pair; writes pairwise-<A>-<B>.md.
Delegate the heavy reads (several RDRs, the pairwise runs) to a sub-agent that
returns verdict + evidence pointer.07.1-cluster-reconcile.md)chore(rdr): cli/NNNN cluster-reconcile <cluster>); the doc/lock commit lands at finalize, not here.Next: /rdr-implement NNNN for each cluster member./rdr-propose /
/rdr-refine / /rdr-resolve per the scope), re-lock via /rdr-finalize NNNN,
then implement./rdr-status NNNN to re-orient any member.npx claudepluginhub cwensel/rdr --plugin rdrCreates bite-sized, testable implementation plans from specs or requirements, with file structure and task decomposition. Activates before coding multi-step tasks.