From adr-writer
Lists all existing Architecture Decision Records (ADRs), grouping by status and showing supersession chains with file paths.
How this command is triggered — by the user, by Claude, or both
Slash command
/adr-writer:list-adrsThe summary Claude sees in its command listing — used to decide when to auto-load this command
# /list-adrs - List Architecture Decision Records List and summarize all existing Architecture Decision Records. ## Steps 1. Locate the ADR directory (docs/adr, docs/decisions, or architecture/decisions) 2. Scan for all markdown files matching the ADR naming pattern 3. Parse each ADR file to extract: number, title, status, and date 4. Group ADRs by status: accepted, proposed, deprecated, superseded 5. Count ADRs in each status category 6. Display a formatted table: Number, Title, Status, Date 7. Highlight any proposed ADRs that need review 8. Identify superseded ADRs and link to their re...
List and summarize all existing Architecture Decision Records.
6plugins reuse this command
First indexed Mar 30, 2026
npx claudepluginhub ais1m0n3/awesome-claude-code-toolkit --plugin adr-writer/list-adrsLists all existing Architecture Decision Records (ADRs), grouping by status and showing supersession chains with file paths.
/archManages Architecture Decision Records (ADRs) — create, list, review, and assess architectural impact of changes. Also supports impact analysis for proposed changes.
/adr-listLists all Architecture Decision Records from docs/adr/ with status, dates, and total count in a clean formatted table.
/adr-linkScans existing ADRs, detects four relationship types (Supersedes, Depends on, Related to, Amends), and updates files with bidirectional Markdown links. Supports validation and report-only modes.
/decisionManages architectural decision records — list, inspect health, add, or confirm auto-proposed decisions from git history.
/adrInteractively creates Architecture Decision Records (ADRs) through guided conversation, documenting context, options, rationale per template, and updates architecture overview.