review-adr

Solid

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.

Code & Development 30 stars 1 forks Updated today MIT

Install

View on GitHub

Quality Score: 85/100

Stars 20%
50
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# Review Architecture Decision Record !`${CLAUDE_PLUGIN_ROOT}/bin/accelerator config context --skill review-adr --fail-safe` !`${CLAUDE_PLUGIN_ROOT}/bin/accelerator config agents --fail-safe` 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}/bin/accelerator config path decisions --fail-safe` 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 selection, ask for the d...

Details

Author
atomicinnovation
Repository
atomicinnovation/accelerator
Created
5 months ago
Last Updated
today
Language
HTML
License
MIT

Bundled in these plugins

Similar Skills

Semantically similar based on skill content — not just same category