Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 18:50:29 +08:00
commit 8733af3ef7
18 changed files with 1318 additions and 0 deletions

31
commands/pm-help.md Normal file
View File

@@ -0,0 +1,31 @@
# /pm help
Show help for CCPM commands.
## Usage:
```bash
/pm help # Show all available commands
/pm help <command> # Show help for specific command
/pm help <category> # Show help for command category
```
## Categories:
- `setup` - Setup and configuration commands
- `prd` - PRD (Product Requirements Document) management
- `epic` - Epic management
- `issue` - Issue management
- `worktree` - Git worktree management
- `agent` - AI agent management
- `skills` - Skills and AI agent management
## Examples:
```bash
/pm help # Show all commands
/pm help init # Show help for init command
/pm help prd # Show PRD management commands
/pm help epic-start # Show help for epic-start command
/pm help skills # Show skills management commands
```