About CCG Workflow
What is CCG Workflow?
Section titled “What is CCG Workflow?”CCG Workflow is an open-source command-line tool that turns Claude Code into a multi-model orchestration engine. It coordinates Claude, Codex, and Gemini/Antigravity CLI so that different AI models collaborate on the same coding task — each contributing its strengths and cross-checking the others’ blind spots.
The project is free, MIT-licensed, and installable in one command:
npx ccg-workflowWhy it exists
Section titled “Why it exists”Every AI model has blind spots. A single model reviewing your code gives you one perspective — and its weaknesses become yours. CCG Workflow was built on a simple idea: two or three models analyzing the same problem from different angles catch what one misses. It adds a hook-based state engine, persistent task tracking, parallel agent teams, and automatic dual-model code review on top of Claude Code.
What this site is
Section titled “What this site is”This site is the official documentation and knowledge base for CCG Workflow. Alongside reference docs, we publish practical guides on AI-assisted development — tool comparisons, setup tutorials, and workflow patterns for Claude Code, Codex, and Antigravity CLI.
Our goal is to be a genuinely useful resource for developers adopting multi-model AI coding, not a marketing brochure. Content is written from hands-on use of the tools we cover.
Open source
Section titled “Open source”CCG Workflow is developed in the open. Source code, issue tracking, and contributions are on GitHub. The package is published on npm.
Contact
Section titled “Contact”For questions, feedback, or partnership inquiries, open a GitHub issue or reach the project on X (@CCG_Workflow).