Initial commit
This commit is contained in:
31
commands/pm-help.md
Normal file
31
commands/pm-help.md
Normal 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
|
||||
```
|
||||
Reference in New Issue
Block a user