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/project.md
Normal file
23
plugins/projman/commands/project.md
Normal file
@@ -0,0 +1,23 @@
|
||||
---
|
||||
description: Project lifecycle management — concept to MVP
|
||||
---
|
||||
|
||||
# /project
|
||||
|
||||
## Sub-commands
|
||||
|
||||
| Sub-command | Description |
|
||||
|-------------|-------------|
|
||||
| `/project initiation` | Analyze source, create charter, decompose into epics |
|
||||
| `/project plan` | Create WBS, risk register, sprint roadmap |
|
||||
| `/project status` | Full project hierarchy view |
|
||||
| `/project close` | Retrospective, lessons learned, archive |
|
||||
|
||||
## Usage
|
||||
|
||||
```
|
||||
/project initiation <source-path-or-description>
|
||||
/project plan <project-name>
|
||||
/project status <project-name>
|
||||
/project close <project-name>
|
||||
```
|
||||
Reference in New Issue
Block a user