Skip to content

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.

CommandDescription
/ccg:goSmart entry — describe what you want in plain language, engine analyzes intent, picks strategy, and executes
CommandDescription
/ccg:commitSmart Conventional Commit — analyzes diff, generates standardized commit message, supports split suggestions
/ccg:rollbackInteractive rollback — safely rollback to a previous version, supports reset / revert modes
/ccg:clean-branchesClean merged branches — dry-run by default, confirms before actual deletion
/ccg:worktreeWorktree management — creates worktrees in ../.ccg/project-name/, IDE integration support
CommandDescription
/ccg:initInitialize project CLAUDE.md — scans project structure, generates root and module-level index files
/ccg:contextProject context management — .context/ directory init, decision logs, compression, history
CommandDescription
/ccg:spec-initInitialize OPSX environment — set up Profile system, verify multi-model MCP tools
/ccg:spec-researchRequirements → constraints — parallel codebase exploration, multi-model analysis, verifiable constraints
/ccg:spec-planConstraints → zero-decision plan — disambiguate, generate plan executable without human judgment
/ccg:spec-implExecute per spec — strictly follow plan, auto-archive on completion
/ccg:spec-reviewDual-model cross-review — Codex + Gemini review independently, merge findings
CommandDescriptionModels
/ccg:workflowFull 6-phase workflowCodex + Gemini parallel
/ccg:planMulti-model collaborative planning (Phase 1-2)Codex + Gemini parallel
/ccg:executeMulti-model collaborative execution (Phase 3-5)Codex + Gemini + Claude
/ccg:codex-execCodex full-authority executionCodex + multi-model review
/ccg:frontendFrontend-specific (fast mode)Gemini
/ccg:backendBackend-specific (fast mode)Codex
/ccg:featSmart feature developmentPlanning → Implementation
/ccg:analyzeTechnical analysis (analysis only)Codex + Gemini parallel
/ccg:debugProblem diagnosis + fixCodex + Gemini parallel
/ccg:optimizePerformance optimizationCodex + Gemini parallel
/ccg:testTest generationSmart routing
/ccg:reviewCode review (auto git diff)Codex + Gemini parallel
CommandDescription
/ccg:team-researchRequirements → constraints (parallel codebase exploration)
/ccg:team-planConstraints → parallel plan (task decomposition)
/ccg:team-execParallel implementation (spawn Builder teammates)
/ccg:team-reviewDual-model cross-review

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.