feat(marketplace): hook migration, projman commands, optimizations [BREAKING]
Remove all SessionStart and PostToolUse hooks across the marketplace, retaining only PreToolUse safety hooks and UserPromptSubmit quality hooks. Add /project and /adr command families, /hygiene check, /cv status. Create 7 new projman skills for project lifecycle management. Remove /pm-debug, /suggest-version, /proposal-status commands. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
23
plugins/projman/commands/adr-list.md
Normal file
23
plugins/projman/commands/adr-list.md
Normal file
@@ -0,0 +1,23 @@
|
||||
---
|
||||
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.
|
||||
Reference in New Issue
Block a user