All projman command names now start with 'projman' prefix to match git-flow behavior and avoid forced plugin namespace in autocomplete. Before: /projman:sprint-plan, /projman:project-status After: /projman sprint plan, /projman project status This matches git-flow which shows /gitflow commit, /gitflow status. Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
25 lines
504 B
Markdown
25 lines
504 B
Markdown
---
|
|
name: projman adr list
|
|
description: List all ADRs grouped by status
|
|
agent: planner
|
|
---
|
|
|
|
# /adr list
|
|
|
|
## Skills Required
|
|
|
|
- skills/adr-conventions.md — ADR lifecycle states
|
|
- skills/visual-output.md — output formatting
|
|
|
|
## Workflow
|
|
|
|
### Step 1: Read ADR Index
|
|
Load `ADR-Index` wiki page.
|
|
|
|
### Step 2: Display
|
|
Group ADRs by status (Accepted, Proposed, Superseded, Deprecated).
|
|
Show table with ID, Title, Date, Status.
|
|
|
|
### Optional Filter
|
|
`/adr list --status proposed` — show only proposed ADRs.
|