What problem does it solve?
It solves the problem of getting a single, high-quality answer when different strengths (architecture/code correctness vs UX/design clarity) are needed, by running Codex and Gemini in parallel and synthesizing their outputs.
Core Features & Use Cases
- Parallel external advisor runs: Uses Codex and Gemini via the canonical /ask flow to cover backend/architecture and UX/design perspectives concurrently.
- Unified synthesis with conflict handling: Produces one consolidated response that highlights agreed recommendations and explicitly calls out conflicts before choosing a final direction.
- Practical orchestration guidance: Coordinates decomposition, CLI invocation, artifact collection, and synthesis, including fallback behavior when one provider is unavailable.
Use cases include backend + UI work in one request, multi-perspective code review, cross-validation when Codex and Gemini disagree, and fast advisor-style parallel input without heavier team orchestration.
Quick Start
Run the CCG skill on your task description to have it ask Codex and Gemini in parallel and then return a synthesized, unified answer.