Superpowers-CCG Plugin Marketplace
npx claudepluginhub sitien173/superpowers-ccgSuperpowers-CCG: 3-gate (Plan → Execute → Review) workflow.
Superpowers-CCG is a fork/enhanced variant of obra/superpowers. It keeps the same skills-driven workflow and adds CCG multi-model orchestration: Claude is the pure orchestrator (never writes code), routing implementation to Codex MCP (backend and systems) and Gemini MCP (frontend), with Claude CP4 final spec review and Haiku for trivial tasks and fast exploration.
CCG = Claude + Codex + Gemini
mcp__codex__codex and mcp__gemini__gemini.BLOCKED.claude --version)gemini --version)codex --version)uv / uvx availableclaude plugin marketplace add https://github.com/sitien173/superpowers-ccg
claude plugin install superpowers-ccg
# Backend and systems specialist
claude mcp add codex -s user --transport stdio -- uvx --from git+https://github.com/GuDaStudio/codexmcp.git codexmcp
# Frontend specialist
claude mcp add gemini -s user --transport stdio -- uvx --from git+https://github.com/GuDaStudio/geminimcp.git geminimcp
You normally do not call MCP tools manually. Tell Claude what you want, and the workflow decides when to invoke external models.
| Task type | Routing | MCP Tool |
|---|---|---|
| Backend, systems, scripts, CI/CD, Docker, infrastructure | CODEX | mcp__codex__codex |
| Frontend (UI/components/styles) | GEMINI | mcp__gemini__gemini |
| Full-stack / unclear / high impact | CROSS_VALIDATION | multiple |
| Orchestration only (docs, coordination) | CLAUDE | none |
The routing and checkpoint rules live in skills/coordinating-multi-model-work/.
| Checkpoint | When | Purpose |
|---|---|---|
| CP0 | Before CP1 | Context acquisition with Auggie for local code context and Grok Search for external research |
| CP1 | Immediately after CP0, before first Task call | Task assessment and routing using the CP1 routing matrix |
| CP2 | After CP1 when routed externally | External execution via Gemini/Codex/Cross-Validation with final file output |
| CP3 | After CP2 when reconciliation is needed | Resolve external-model conflicts, gaps, and clarifications before CP4 |
| CP4 | Final step of every workflow | Pure spec review against the original request and CP1 success criteria |
claude plugin update superpowers-ccg
See tests/claude-code/README.md for the Claude Code skills test suite.
./tests/claude-code/run-skill-tests.sh
Development marketplace for Superpowers core skills library
Open Design — local-first design app exposed to coding agents over MCP. Install once with your agent's plugin command and projects/files/skills are reachable through stdio.
RuFlo Marketplace: Claude Code native agents, swarms, workers, and MCP tools for continuous software engineering