# /pm help Show help for CCPM commands. ## Usage: ```bash /pm help # Show all available commands /pm help # Show help for specific command /pm help # 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 ```