Commands Overview — All CCG Slash Commands Reference
v3.0 default install: 13 commands. Legacy mode adds 18 more (31 total), for backward compatibility with v2 users.
| Command | Description |
|---|---|
/ccg:go | Smart entry — describe what you want in plain language, engine analyzes intent, picks strategy, and executes |
Git Tools
Section titled “Git Tools”| Command | Description |
|---|---|
/ccg:commit | Smart Conventional Commit — analyzes diff, generates standardized commit message, supports split suggestions |
/ccg:rollback | Interactive rollback — safely rollback to a previous version, supports reset / revert modes |
/ccg:clean-branches | Clean merged branches — dry-run by default, confirms before actual deletion |
/ccg:worktree | Worktree management — creates worktrees in ../.ccg/project-name/, IDE integration support |
Project Management
Section titled “Project Management”| Command | Description |
|---|---|
/ccg:init | Initialize project CLAUDE.md — scans project structure, generates root and module-level index files |
/ccg:context | Project context management — .context/ directory init, decision logs, compression, history |
OpenSpec (OPSX)
Section titled “OpenSpec (OPSX)”| Command | Description |
|---|---|
/ccg:spec-init | Initialize OPSX environment — set up Profile system, verify multi-model MCP tools |
/ccg:spec-research | Requirements → constraints — parallel codebase exploration, multi-model analysis, verifiable constraints |
/ccg:spec-plan | Constraints → zero-decision plan — disambiguate, generate plan executable without human judgment |
/ccg:spec-impl | Execute per spec — strictly follow plan, auto-archive on completion |
/ccg:spec-review | Dual-model cross-review — Codex + Gemini review independently, merge findings |
Legacy Mode Commands
Section titled “Legacy Mode Commands”Development Workflow (Legacy)
Section titled “Development Workflow (Legacy)”| Command | Description | Models |
|---|---|---|
/ccg:workflow | Full 6-phase workflow | Codex + Gemini parallel |
/ccg:plan | Multi-model collaborative planning (Phase 1-2) | Codex + Gemini parallel |
/ccg:execute | Multi-model collaborative execution (Phase 3-5) | Codex + Gemini + Claude |
/ccg:codex-exec | Codex full-authority execution | Codex + multi-model review |
/ccg:frontend | Frontend-specific (fast mode) | Gemini |
/ccg:backend | Backend-specific (fast mode) | Codex |
/ccg:feat | Smart feature development | Planning → Implementation |
/ccg:analyze | Technical analysis (analysis only) | Codex + Gemini parallel |
/ccg:debug | Problem diagnosis + fix | Codex + Gemini parallel |
/ccg:optimize | Performance optimization | Codex + Gemini parallel |
/ccg:test | Test generation | Smart routing |
/ccg:review | Code review (auto git diff) | Codex + Gemini parallel |
Agent Teams (Legacy)
Section titled “Agent Teams (Legacy)”| Command | Description |
|---|---|
/ccg:team-research | Requirements → constraints (parallel codebase exploration) |
/ccg:team-plan | Constraints → parallel plan (task decomposition) |
/ccg:team-exec | Parallel implementation (spawn Builder teammates) |
/ccg:team-review | Dual-model cross-review |
Command Source
Section titled “Command Source”All commands are installed as Markdown files in the ~/.claude/commands/ccg/ directory. Each command is a .md file containing Claude’s execution instruction template.