Skip to main content
ClaudeWave

多模型协作工作流引擎 — /ccg:go 一个命令,AI 自动分析意图、选择策略、编排 Codex + Gemini + Claude 协作执行

Tools5.8k stars444 forksGoMITUpdated 12d ago
Editor's note

CCG Workflow is a multi-model orchestration engine for Claude Code that coordinates Claude, OpenAI Codex, and Google Gemini across software development tasks from a single entry point: the `/ccg:go` command. When invoked, the engine reads the project's git status, tech stack, and file structure, classifies the task by type and complexity, then selects one of ten strategies ranging from `direct-fix` for single-file bugs to `full-collaborate` for complex multi-module features. That last strategy spawns parallel Agent Teams Builders with isolated file ownership, runs dual-model analysis with Codex and Gemini in parallel, and enforces HARD STOP checkpoints before implementation proceeds. A hook engine injects per-turn state into Claude's context via structured `<ccg-state>` blocks, which keeps the session coherent even after context compaction. Domain knowledge hooks auto-inject relevant reference files when messages mention topics like security or caching. The v3.0 rewrite consolidates what previously required 29 commands into 13. Developers working on medium-to-large codebases with Claude Code installed will find the most utility here.

ClaudeWave Trust Score
100/100
Verified
Passed
  • Open-source license (MIT)
  • Actively maintained (<30d)
  • Healthy fork ratio
  • Clear description
  • Topics declared
  • Documented (README)
Last scanned: 6/11/2026
Get started
Method: Clone
Terminal
git clone https://github.com/fengshao1227/ccg-workflow
1. Clone the repository.
2. Follow the README for installation and usage instructions.
Use cases

Tools overview

README preview not available. Visit the repo on GitHub for full documentation.
agent-teamsaiccgclaude-codeclicodexgeminillmno-denodejsopsxspecpromptworkflow

What people ask about ccg-workflow

What is fengshao1227/ccg-workflow?

+

fengshao1227/ccg-workflow is tools for the Claude AI ecosystem. 多模型协作工作流引擎 — /ccg:go 一个命令,AI 自动分析意图、选择策略、编排 Codex + Gemini + Claude 协作执行 It has 5.8k GitHub stars and was last updated 12d ago.

How do I install ccg-workflow?

+

You can install ccg-workflow by cloning the repository (https://github.com/fengshao1227/ccg-workflow) or following the README instructions on GitHub. ClaudeWave also provides quick install blocks on this page.

Is fengshao1227/ccg-workflow safe to use?

+

Our security agent has analyzed fengshao1227/ccg-workflow and assigned a Trust Score of 100/100 (tier: Verified). See the full breakdown of passed checks and flags on this page.

Who maintains fengshao1227/ccg-workflow?

+

fengshao1227/ccg-workflow is maintained by fengshao1227. The last recorded GitHub activity is from 12d ago, with 4 open issues.

Are there alternatives to ccg-workflow?

+

Yes. On ClaudeWave you can browse similar tools at /categories/tools, sorted by popularity or recent activity.

Deploy ccg-workflow to your cloud

Ship this repo to production in minutes. Each platform spins up its own environment with editable env vars.

Maintain this repo? Add a badge to your README

Drop the badge into your GitHub README to show it's tracked on ClaudeWave. Each badge links back to this page and reflects the live Trust Score.

Featured on ClaudeWave: fengshao1227/ccg-workflow
[![Featured on ClaudeWave](https://claudewave.com/api/badge/fengshao1227-ccg-workflow)](https://claudewave.com/repo/fengshao1227-ccg-workflow)
<a href="https://claudewave.com/repo/fengshao1227-ccg-workflow"><img src="https://claudewave.com/api/badge/fengshao1227-ccg-workflow" alt="Featured on ClaudeWave: fengshao1227/ccg-workflow" width="320" height="64" /></a>

More Tools