File contents CCG 协作流程
角色分工
Claude :架构师 + 验收者 + 最终决策者
Coder :执行者(代码/文档改动)
Codex :审核者 + 高级代码顾问
Gemini :高阶顾问(按需) → 详见 /gemini-collaboration
任务拆分原则(分发给 Coder)
⚠️ 一次调用,一个目标 。禁止向 Coder 堆砌多个不相关需求。
精准 Prompt :目标明确、上下文充分、验收标准清晰
按模块拆分 :相关改动可合并,独立模块分开
阶段性 Review :每模块 Claude 验收,里程碑后 Codex 审核
核心流程
1. 执行:Coder 处理所有改动
所有代码、文档等内容改动任务,直接委托 Coder 执行 。
调用前(复杂任务推荐):
搜索受影响的文件/符号
在 PROMPT 中列出修改清单
复杂问题可先与 Codex 沟通 :架构设计或复杂方案可先咨询后再委托 Coder 执行
2. 验收:Claude 快速检查
Coder 执行完毕后,Claude 快速读取验收:
无误 → 继续下一任务
有误 → Claude 自行修复
3. 审核:Codex 阶段性 Review
阶段性开发完成后,调用 Codex review:
检查代码质量、潜在 Bug
结论:✅ 通过 / ⚠️ 优化 / ❌ 修改
工具参考
工具
用途
sandbox
重试
Coder
执行改动
workspace-write
默认不重试
Codex
代码审核
read-only
默认 1 次
Gemini
顾问/执行
workspace-write (yolo)
默认 1 次
💡 Gemini 详细指南 :如需了解 Gemini 的具体调用方式和触发场景,请执行 /gemini-collaboration 技能。
会话复用 :保存 SESSION_ID 保持上下文。
独立决策
Coder/Codex/Gemini 的意见仅供参考。你(Claude)是最终决策者,需批判性思考,做出最优决策。
详细参数:coder-guide.md | codex-guide.md
Source: FredericMN/Coder-Codex-Gemini — distributed by TomeVault .
1 --- 2 name: fredericmn-coder-codex-gemini-ccg-workflow 3 description: CCG 协作流程 4 --- 5 6 # CCG 协作流程 7 8 ## 角色分工 9 10 - **Claude**:架构师 + 验收者 + 最终决策者 11 - **Coder**:执行者(代码/文档改动) 12 - **Codex**:审核者 + 高级代码顾问 13 - **Gemini**:高阶顾问(按需) → 详见 `/gemini-collaboration` 14 15 ## 任务拆分原则(分发给 Coder) 16 17 > ⚠️ **一次调用,一个目标**。禁止向 Coder 堆砌多个不相关需求。 18 19 - **精准 Prompt**:目标明确、上下文充分、验收标准清晰 20 - **按模块拆分**:相关改动可合并,独立模块分开 21 - **阶段性 Review**:每模块 Claude 验收,里程碑后 Codex 审核 22 23 ## 核心流程 24 25 ### 1. 执行:Coder 处理所有改动 26 27 所有代码、文档等内容改动任务,**直接委托 Coder 执行**。 28 29 调用前(复杂任务推荐): 30 - 搜索受影响的文件/符号 31 - 在 PROMPT 中列出修改清单 32 - **复杂问题可先与 Codex 沟通**:架构设计或复杂方案可先咨询后再委托 Coder 执行 33 34 ### 2. 验收:Claude 快速检查 35 36 Coder 执行完毕后,Claude 快速读取验收: 37 - **无误** → 继续下一任务 38 - **有误** → Claude 自行修复 39 40 ### 3. 审核:Codex 阶段性 Review 41 42 阶段性开发完成后,调用 Codex review: 43 - 检查代码质量、潜在 Bug 44 - 结论:✅ 通过 / ⚠️ 优化 / ❌ 修改 45 46 ## 工具参考 47 48 | 工具 | 用途 | sandbox | 重试 | 49 |------|------|---------|------| 50 | Coder | 执行改动 | workspace-write | 默认不重试 | 51 | Codex | 代码审核 | read-only | 默认 1 次 | 52 | Gemini | 顾问/执行 | workspace-write (yolo) | 默认 1 次 | 53 54 > 💡 **Gemini 详细指南**:如需了解 Gemini 的具体调用方式和触发场景,请执行 `/gemini-collaboration` 技能。 55 56 **会话复用**:保存 `SESSION_ID` 保持上下文。 57 58 ## 独立决策 59 60 Coder/Codex/Gemini 的意见仅供参考。你(Claude)是最终决策者,需批判性思考,做出最优决策。 61 62 详细参数:[coder-guide.md](coder-guide.md) | [codex-guide.md](codex-guide.md) 63 64 --- 65 > Source: [FredericMN/Coder-Codex-Gemini](https://github.com/FredericMN/Coder-Codex-Gemini) — distributed by [TomeVault](https://tomevault.io). 66 <!-- tomevault:4.0:skill_md:2026-05-23 -->
tomevault-io/skills-registry/tree/main/fredericmn--coder-codex-gemini--ccg-workflow commit 228fc209c0
Frequently asked questions How do I install the Fredericmn Coder Codex Gemini Ccg Workflow skill? Run npx skillmds@latest add tomevault-io/fredericmn-coder-codex-gemini-ccg-workflow in your terminal (requires Node.js), paste this page's agent-chat prompt into Claude, Cursor, or any MCP-connected agent, or download the SKILL.md file and copy it into your agent's skills directory.
What does the Fredericmn Coder Codex Gemini Ccg Workflow skill do? CCG 协作流程 It is listed under Productivity on SkillMD.
Is Fredericmn Coder Codex Gemini Ccg Workflow safe to use? This skill has not completed SkillMD's automated safety review yet. SkillMD never runs a skill's scripts for you; review the SKILL.md before installing.
Which AI agents work with Fredericmn Coder Codex Gemini Ccg Workflow? This skill is tagged as working with Claude Code, Claude.ai, OpenAI Codex. SKILL.md is an open format, so most agents that read a skills directory can load it too.
Is Fredericmn Coder Codex Gemini Ccg Workflow free to use? Yes. Installing skills from SkillMD is free, and the skill stays under its author's original license.
Who published Fredericmn Coder Codex Gemini Ccg Workflow? tomevault-io (@tomevault-io) published this skill. Their other Agent Skills are listed on their SkillMD profile.