/adr-status
Report the health of Architecture Decision Records — aged, unchallenged, supersession candidates, unresolved CONFIRM-NN. Read-only.
$ npx -y skills add arbiterForge/codeArbiter --agent claude-codeHow it fires
How this command gets triggered: by you, by Claude, or both.
- Fires itselfClaude auto-loads it when your prompt matches the work.
- You can call itInvoke it directly when you want it.
- Slash command
/adr-status
Context preview
What this command does when you run it.
Report the health of Architecture Decision Records — aged, unchallenged, supersession candidates, unresolved CONFIRM-NN. Read-only.
Command definition
adr-status.mddescription: Report the health of Architecture Decision Records — aged, unchallenged, supersession candidates, unresolved CONFIRM-NN. Read-only. argument-hint: (none) | --adr N
{{CMD:adr-status}} — ADR health scan
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_DIR}}/.codearbiter/decisions/`.
Routes to
The `decision-lifecycle` skill (`{{PLUGIN_ROOT}}/skills/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.
When NOT to use
- Author a new ADR → `{{CMD:adr}}`.
- Challenge or reconcile a specific ADR in depth → `{{CMD:reconcile}}`.
- Ask what a specific ADR says → `{{CMD:btw}}`.
Hard gate
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 `{{CMD:conflict}}`.
When you can't trust yourself with your code base, trust Arbiter.
Repo: arbiterForge/codeArbiter
Other commands on codearbiter.
- /add-dep
Vet a new or changed third-party dependency for license, provenance, and supply-chain risk before any install runs.
Open command - /adr
Author a numbered, dated, user-attributed Architecture Decision Record under .codearbiter/decisions/.
Open command - /arbiter
Exit maintainer dev mode — restore orchestration, remove the dev marker, log the exit.
Open command - /audit
Assemble the governance record for a range — commits, overrides, ADRs, sprint auto-decisions, open questions, checkpoint findings — into one dated audit packet. Read-only.
Open command - /btw
Lightweight Q&A about the project — answer from context and return, no routing, no state change.
Open command - /checkpoint
Periodic multi-reviewer sweep of the whole codebase — surfaces a triaged checkpoint report.
Open command

