ccg-workflow
Orchestrate multiple AI models to plan, build, and review code together
Tells the AI agent how to act as lead orchestrator: assess task complexity, create persistent task files, call external models in parallel for analysis and review, spawn sub-agents for implementation, and archive completed work.
All Skills in This Repository (57)
Pure Emerald Level Indicatorsccg-skills
Automate quality gates and multi-agent orchestration for software development workflows.
gen-docs
Generate README.md and DESIGN.md documentation skeletons for code modules.
verify-security
Scan codebases for security vulnerabilities and dangerous patterns.
verify-change
Analyze Git changes for documentation sync and test coverage.
verify-module
Validate software module directory structures and documentation completeness.
verify-quality
Detect code complexity, duplication, naming violations, and function length.
multi-agent
Orchestrate multi-agent workflows with ant colony-inspired roles and pheromone communication.
gen-docs
Generate README.md and DESIGN.md skeletons by analyzing module code structure.
verify-quality
Analyze code complexity, duplication, and naming conventions across Python and JavaScript projects.
ccg-workflow
Orchestrates multi-model role agents through analyze, design, build, and review phases for code changes.
openspec-apply-change
Implements tasks from an OpenSpec change using the openspec CLI.
openspec-explore
Explores ideas, investigates codebases, and clarifies requirements through conversational analysis with ASCII diagrams.
Frequently Asked Questions
FAQPage SchemaHow to install ccg-workflow?▼
Run `npx skills add fengshao1227/ccg-workflow --all -g -y` in your terminal to install the full suite globally.
What does CCG Workflow do?▼
It lets Claude Code coordinate multiple AI models (Codex, Gemini, Grok, Kimi and more) so they analyze, build, and cross-review your code in parallel instead of relying on a single model.
Which AI coding tools does it work with?▼
It runs inside Claude Code and Codex CLI, and bridges to external models like Gemini, Grok, Kimi, OpenCode, and Antigravity through a compiled Go wrapper.
Do I need to configure each model manually?▼
No. The interactive installer sets up model routing, API providers, and MCP tools for you, and slash commands like /ccg:workflow handle orchestration automatically.
Can non-experts use CCG Workflow?▼
Yes. After installation you describe what you want in plain language, and the engine picks a strategy, plans the work, and runs quality and security checks on the result.
Related Repositories in Software Engineering
View All in Software Engineering→openclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core