CCG Workflow — Summary
CCG Workflow is a Claude Code plugin (npx ccg-workflow) that orchestrates three AI models — Claude (primary), Codex CLI, and Gemini CLI — in task-appropriate collaboration patterns, with hook-based per-turn state injection, persistent task directories, and a 10-strategy routing engine. The name is explicit: Claude + Codex + Gemini. The v3.0 rewrite (current, 5,357 stars) reduced 29 commands to one entry point (/ccg:go): the user describes what they want in plain language, and the engine classifies intent, selects a strategy (direct-fix through full-collaborate), creates a task directory, and dispatches models in the right configuration. Four Claude Code hooks inject breadcrumb state on every user turn, ensuring Claude stays on track after context compaction. The codeagent-wrapper binary is the multi-model execution bridge, invoking Codex and Gemini as subprocesses and streaming their output back. Agent Teams (parallel Builder subagents) handle large tasks with isolated file ownership. CCG Workflow is closest to taskmaster-ai in using a structured task state with persistent YAML tracking, but adds explicit multi-model dispatch where taskmaster uses Claude exclusively and routes to Codex/Gemini only via config.