Core Workflow Commands
| Command | Description | Example |
|---------|-------------|---------|
| /ccpm:plan | Create and plan tasks with deep research | /ccpm:plan "Add OAuth2 login" |
| /ccpm:work | Start or resume implementation | /ccpm:work or /ccpm:work PSN-29 |
| /ccpm:sync | Save progress to Linear | /ccpm:sync "Implemented endpoints" |
| /ccpm:commit | Git commit with conventional format | /ccpm:commit |
| /ccpm:verify | Run quality checks and code review | /ccpm:verify |
| /ccpm:done | Create PR and finalize task | /ccpm:done |
Planning Variants
| Command | Description | Example |
|---------|-------------|---------|
| /ccpm:plan:quick | Fast planning with minimal research | /ccpm:plan:quick "Fix button" |
| /ccpm:plan:deep | Comprehensive research and analysis | /ccpm:plan:deep PSN-29 |
Work Variants
| Command | Description | Example |
|---------|-------------|---------|
| /ccpm:work:parallel | Execute independent tasks simultaneously | /ccpm:work:parallel PSN-29 |
Utility Commands
| Command | Description | Example |
|---------|-------------|---------|
| /ccpm:status | Show project and task status | /ccpm:status |
| /ccpm:search | Search Linear issues | /ccpm:search auth --status="In Progress" |
| /ccpm:history | Activity timeline (git + Linear) | /ccpm:history --days=7 |
| /ccpm:branch | Smart git branch management | /ccpm:branch PSN-29 |
| /ccpm:review | Multi-perspective code review | /ccpm:review --staged --multi |
| /ccpm:rollback | Undo recent operations safely | /ccpm:rollback --git |
| /ccpm:chain | Execute command chains | /ccpm:chain full PSN-123 |
| /ccpm:init | Initialize CCPM in a project | /ccpm:init |
| /ccpm:org-docs | Organize repository documentation | /ccpm:org-docs |
| /ccpm:figma-refresh | Refresh Figma design cache | /ccpm:figma-refresh PSN-123 |
Project Configuration
| Command | Description | Example |
|---------|-------------|---------|
| /ccpm:project:add | Add a new project | /ccpm:project:add my-app |
| /ccpm:project:list | List all projects | /ccpm:project:list |
| /ccpm:project:show | Show project details | /ccpm:project:show my-app |
| /ccpm:project:set | Set active project | /ccpm:project:set my-app |
| /ccpm:project:update | Update project config | /ccpm:project:update my-app |
| /ccpm:project:delete | Remove a project | `/cc