What problem does it solve?
Combines parallel external model perspectives (Codex and Gemini) and reconciles them via Claude to produce a single, consolidated recommendation, removing the need to manually run and compare multiple advisor outputs.
Core Features & Use Cases
- Parallel advisor orchestration: Decomposes a request into Codex-focused and Gemini-focused prompts and runs both via the omc CLI.
- Artifact-based synthesis: Collects advisor outputs from .omc/artifacts/ask and synthesizes agreed recommendations, conflicts, final direction, and an action checklist.
- Fallback behavior: Continues with available providers when one or both external CLIs are unavailable and clearly notes missing perspectives.
- Use Case: Run a fast two-perspective code review where Codex analyzes architecture and correctness while Gemini evaluates UX and documentation, then Claude produces the final unified verdict.
Quick Start
Run the CCG skill to synthesize Codex and Gemini perspectives for a task by executing the CCG invocation, for example: /oh-my-claudecode:ccg Review this PR - architecture/security via Codex and UX/readability via Gemini