← ClaudeAtlas

hcs-adr-reviewlisted

Review an Architecture Decision Record (ADR) in this repo for boundary discipline, charter compliance, and decision-ledger consistency.
jefahnierocks/host-capability-substrate · ★ 0 · Code & Development · score 65
Install: claude install-skill jefahnierocks/host-capability-substrate
# Skill: Review an ADR Use when a PR adds or amends a file under `docs/host-capability-substrate/adr/`, or when a human asks "review ADR N". ## Inputs - Path to the ADR being reviewed (e.g., `docs/host-capability-substrate/adr/0005-process-model-launchd.md`) - The PR branch or commit range containing the change ## Procedure 1. Read the implementation charter (`docs/host-capability-substrate/implementation-charter.md`). Check current version. 2. Read the ADR under review. 3. Read `DECISIONS.md`. Check whether the ADR's decision is already in the Accepted ledger, Pending, or Reversed. 4. Read neighboring ADRs in `docs/host-capability-substrate/adr/` for any that depend on or conflict with this one. 5. Check the ADR's "Options Considered" section contains at least two real alternatives with explicit pros/cons. 6. Check the "Consequences" section lists both accepts and rejects, and notes any future-amendment paths. 7. Check the "References" section cites at least the charter, the research plan, and any applicable external docs (MCP spec, Claude Code docs, Codex docs, etc.). 8. Confirm the ADR's status is appropriate (`proposed`, `accepted`, `superseded`) and that the date is ISO-8601. ## Checks - Does the decision respect the four-ring architecture? - Does the decision respect the 15 charter invariants? - Does the decision stay inside the substrate's owns list (not domain-server territory)? - Is the decision narrow enough to be implementable in one PR, or does it imply mul