Files
2025-11-29 18:50:29 +08:00

31 lines
846 B
Markdown

# /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
```