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>
27 lines
550 B
Markdown
27 lines
550 B
Markdown
---
|
|
name: projman adr update
|
|
description: Update an existing ADR's content or status
|
|
agent: planner
|
|
---
|
|
|
|
# /adr update
|
|
|
|
## Skills Required
|
|
|
|
- skills/adr-conventions.md — ADR template
|
|
- skills/wiki-conventions.md — page naming
|
|
|
|
## Workflow
|
|
|
|
### Step 1: Load ADR
|
|
Read `ADR-NNNN: {Title}` wiki page.
|
|
|
|
### Step 2: Apply Updates
|
|
Update content or status as specified. Valid status transitions:
|
|
- Proposed → Accepted
|
|
- Proposed → Deprecated
|
|
- Accepted → Deprecated
|
|
|
|
### Step 3: Update ADR Index
|
|
Move ADR to correct status section in `ADR-Index`.
|