From billy-milligan
Lists all Architecture Decision Records from docs/adr/ with status, dates, and total count in a clean formatted table.
npx claudepluginhub rnavarych/alpha-engineer --plugin billy-milligan# /billy:adr-list — List All Architecture Decision Records ## Usage ## Instructions When the user invokes `/billy:adr-list`, show all ADRs from `docs/adr/`. ### Step 1: Check ADR Directory If `docs/adr/` does not exist or contains no ADR files: ### Step 2: Run List Script ### Step 3: Format Output The script outputs the formatted list. Present it cleanly: ### Step 4: Billy Commentary (if Billy is ON) If Billy is active, one agent may briefly comment on the ADR list — but NOT in a way that reveals informal discussion content. Keep it light and work-appropriate: - Viktor: "че...
/list-adrsLists and summarizes Architecture Decision Records from project docs, displaying a sorted table with number, title, status, date; groups by status, highlights proposed/superseded, shows counts, date range, and flags issues.
/adrGenerates a new Architecture Decision Record (ADR) documenting a technical decision, numbers it sequentially from existing ADRs, researches codebase context, and creates the Markdown file in docs/adr/.
Share bugs, ideas, or general feedback.
/billy:adr-list
When the user invokes /billy:adr-list, show all ADRs from docs/adr/.
If docs/adr/ does not exist or contains no ADR files:
No Architecture Decision Records found.
Run /billy:adr-new "<title>" to create the first one.
bash ./plugins/billy-milligan/scripts/adr-list.sh
The script outputs the formatted list. Present it cleanly:
Architecture Decision Records
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
001 Database Choice ✅ ACCEPTED 2025-02-19
002 Authentication Approach ✅ ACCEPTED 2025-02-20
003 Frontend Styling Approach ✅ ACCEPTED 2025-02-21
004 API Versioning Strategy 📋 PROPOSED 2026-02-22
Total: 4 ADR(s)
If Billy is active, one agent may briefly comment on the ADR list — but NOT in a way that reveals informal discussion content. Keep it light and work-appropriate:
After listing, suggest relevant next steps:
Available commands:
/billy:adr-new "<title>" — create a new ADR
/billy:adr-review <number> — review an existing ADR
/billy:adr-status <number> <status> — update ADR status
/billy:adr-supersede <old> "<new title>" — supersede an ADR