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:
25
plugins/projman/commands/adr-update.md
Normal file
25
plugins/projman/commands/adr-update.md
Normal file
@@ -0,0 +1,25 @@
|
||||
---
|
||||
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`.
|
||||
Reference in New Issue
Block a user