arbiterforge/ca-adr-status
Report the health of Architecture Decision Records — aged, unchallenged, supersession candidates, unresolved CONFIRM-NN. Read-only.
npx skills add https://github.com/arbiterForge/codeArbiter --skill ca-adr-status
Survey the health of recorded ADRs. Read-only — no file is modified. With --adr N the scan focuses
on a single ADR; with no argument it scans every ADR under
<project-root>/.codearbiter/decisions/.
The decision-lifecycle skill (${CLAUDE_PLUGIN_ROOT}/routines/decision-lifecycle/SKILL.md) in its
health-scan mode. For each ADR it flags: aged decisions, proposed ADRs never challenged,
supersession candidates (a newer ADR or code pattern contradicts the decision), and unresolved
[CONFIRM-NN] placeholders. Findings aggregate into a structured report; nothing is changed.
$ca-adr.$ca-reconcile.$ca-btw.Read-only — MUST NOT modify any file. MUST NOT resolve a [CONFIRM-NN] found during the scan —
surface it and stop. A supersession candidate that contradicts an accepted ADR is flagged for
$ca-conflict.
Take arbiterforge/ca-adr-status from the repository into ~/.claude/skills for personal
use, or into .claude/skills inside a project.
The agent identifies a skill by the name field in its header. Two skills with the
same name cannot sit side by side — one of them will be ignored.