← ClaudeAtlas

review-adrlisted

Review an architecture decision record for quality and completeness, then accept, reject, or suggest revisions. Enforces ADR immutability — only proposed ADRs can be modified, accepted ADRs can only transition to superseded or deprecated. Use when a proposed ADR is ready for review, or when an accepted ADR needs to be deprecated.
atomicinnovation/accelerator · ★ 19 · Code & Development · score 84
Install: claude install-skill atomicinnovation/accelerator
# Review Architecture Decision Record !`${CLAUDE_PLUGIN_ROOT}/scripts/config-read-context.sh` !`${CLAUDE_PLUGIN_ROOT}/scripts/config-read-skill-context.sh review-adr` !`${CLAUDE_PLUGIN_ROOT}/scripts/config-read-agents.sh` If no "Agent Names" section appears above, use these defaults: accelerator:reviewer, accelerator:codebase-locator, accelerator:codebase-analyser, accelerator:codebase-pattern-finder, accelerator:documents-locator, accelerator:documents-analyser, accelerator:web-search-researcher. **Decisions directory**: !`${CLAUDE_PLUGIN_ROOT}/scripts/config-read-path.sh decisions` You are tasked with reviewing ADRs for quality and managing their lifecycle status transitions, enforcing the append-only immutability model. ## Initial Setup When this command is invoked: 1. **Check if parameters were provided**: - If an ADR path was provided, read it fully and proceed to review - If `--deprecate` was specified with a path, proceed to deprecation workflow - If `--deprecate` was specified without a path: - Scan the configured decisions directory for ADRs in `accepted` status - Present them for selection: ``` I found the following accepted ADRs available for deprecation: 1. `{decisions directory}/ADR-0001-use-jujutsu.md` — Use Jujutsu for Version Control 2. `{decisions directory}/ADR-0002-filesystem-chaining.md` — Filesystem-Mediated Skill Chaining Which ADR would you like to deprecate? (enter number or path) ``` - After select