fengshao1227/ccg-workflow

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

View on GitHub ↗Jump to charts ↓Open shareable report

Summary Information

Updated 52 minutes ago
Added to GitGenius on September 11th, 2026
Created on January 4th, 2026
Open Issues & Pull Requests: 1 (+0)
GitHub issues: Enabled
Number of forks: 447
Total Stargazers: 5,882 (+0)
Total Subscribers: 21 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 2.6 hours
Mean response time: 39.0 hours
90th percentile: 35.6 hours
Tracked items: 117

How this project is maintained

Around half of the issues opened in the past year never receive a reply. Only 17% of issues opened in the past year have been closed. Three people close 75% of everything that gets resolved.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 1
New in 7 days: 1
Closed in 7 days: 0
Avg open age: 0 days
Stale 30+ days: 0
Stale 90+ days: 0

Recent activity

Opened in 7 days: 1
Closed in 7 days: 0
Comments in 7 days: 0
Events in 7 days: 0

Top labels

  • bug (21)
  • enhancement (6)
  • good first issue (1)

Most active issues this week

Detailed Description

CCG is a workflow engine that orchestrates collaboration between multiple large language models through a command-line interface.

The tool solves the problem of coordinating specialized AI models for complex tasks. When a user provides a goal via the `/ccg:go` command, the engine automatically analyzes the intent, selects an appropriate strategy, and orchestrates execution across Claude, Codex, Gemini, and other models. Claude remains the primary orchestrator while delegating specialized work to other models through a Go binary bridge. The system includes a DeepSeek Harness variant that runs natively inside the harness environment, offering role-pinned delegation tools where each role operates on its own model with its own expert persona, along with features like model panels for side-by-side independent responses and live teammates that persist across conversation turns.

Developers should adopt this tool if they need to coordinate multiple AI models for complex workflows where different models excel at different tasks. It suits projects where intent analysis and dynamic strategy selection are valuable, and where keeping one model in control while leveraging specialized capabilities of others makes sense. The tool is available as both a standalone CLI and integrated into DeepSeek Harness, giving teams flexibility in how they deploy it.

The maintainers respond to new issues and pull requests within hours. Work in the issue tracker centers on bug fixes and enhancements.