You MUST use this before any creative work - creating features, building components, adding functionality, or modifying behavior. Explores requirements and design before implementation.
Execute plan in batches with review checkpoints
Create detailed implementation plan with bite-sized tasks
Explores user intent, requirements and design through collaborative dialogue before implementation. Use when: creating features, building components, adding functionality, modifying behavior, or starting any creative work. Keywords: design, requirements, spec, ideation, planning
Routes work to Codex (backend) and Gemini (frontend) via Codex/Gemini MCP tools (`mcp__codex__codex`, `mcp__gemini__gemini`), with cross-validation for full-stack/uncertain tasks. Use when: UI/components/styles, APIs/databases/auth/security/performance, debugging, code review, or tasks mentioning Codex/Gemini/CCG/multi-model. Keywords: codex mcp, gemini mcp, cross-validation, api, database, auth, security, performance, ui, component
Find root cause before attempting fixes through four-phase investigation. Use when: encountering bugs, test failures, unexpected behavior, build errors, or performance issues. Keywords: debug, root cause, error, failure, investigate, diagnose
Executes plans by dispatching fresh subagent per task with two-stage review (spec then quality). Use when: executing implementation plans in current session with independent tasks. Keywords: subagent, task execution, fresh context, iterative development
Dispatches multiple agents concurrently for independent problem domains. Use when: facing 2+ independent tasks, multiple unrelated failures, or parallel investigations needed. Keywords: parallel, concurrent, multiple agents, batch processing
Uses power tools
Uses Bash, Write, or Edit tools
No model invocation
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Executables (bin/) — files in this plugin's bin/directory are added to the Bash tool's PATH while the plugin is enabled.
Executes directly as bash, bypassing the AI model
Executes directly as bash, bypassing the AI model
中文 | English
Superpowers-CCG is a fork/enhanced variant of obra/superpowers. It keeps the same skills-driven workflow, and adds CCG multi-model collaboration: Claude orchestrates, and can route to Codex MCP (backend) and Gemini MCP (frontend) with optional cross-validation.
mcp__codex__codex, mcp__gemini__gemini.claude --version)uvx available (used by the MCP server install commands below)/plugin marketplace add https://github.com/BryanHoo/superpowers-ccg
/plugin install superpowers-ccg@BryanHoo-superpowers-ccg
After installation, configure Codex MCP and Gemini MCP so the orchestrator can route work to them.
claude mcp add gemini -s user --transport stdio -- uvx --from git+https://github.com/GuDaStudio/geminimcp.git geminimcp
claude mcp add codex -s user --transport stdio -- uvx --from git+https://github.com/GuDaStudio/codexmcp.git codexmcp
You typically do not call MCP tools manually. Instead, tell Claude what you want, and the workflow will decide when to invoke external models.
Note: prompts sent to Codex/Gemini are expected to be English for consistency (you can still chat with Claude in any language).
| Task type | Recommended routing | Why |
|---|---|---|
| Backend (APIs, DB, auth, perf) | CODEX | strongest backend patch suggestions |
| Frontend (UI/components/styles) | GEMINI | strongest UI-centric patch suggestions |
| Full-stack / unclear / high impact | CROSS_VALIDATION | catch misses via dual review |
| Docs / simple edits | CLAUDE | fastest and sufficient |
The routing/checkpoint rules live in skills/coordinating-multi-model-work/.
mcp__codex__codex, mcp__gemini__gemini).https://github.com/BryanHoo/superpowers-ccg./plugin update superpowers-ccg
See tests/claude-code/README.md for the Claude Code skills test suite.
MIT License - see LICENSE.
npx claudepluginhub bryanhoo/superpowers-ccgAgentic development framework for Claude Code — disciplined workflow routing, TDD enforcement, safety hooks, systematic debugging, and code review
Claude Code-specific fork of Superpowers with native task management and CC-specific enhancements
Core skills library for Claude Code: TDD, debugging, collaboration patterns, and proven techniques
Superpowers Plus core skills library for Claude Code: planning, execution routing, TDD, debugging, and collaboration workflows
v9.52.0 - Reliability wave: tangle contextual review correction loop with hard round ceiling, progress-supervised review rounds (per-agent stall watch, descendant-tree kills), council diversity and agy pin fixes, marketplace generator source-of-truth fix, provider troubleshooting runbook and cost-expectations docs. Run /octo:setup.
Evidence-gated AI coding workflow: scan → analyze → plan → TDD → execute → fix → verify → review, powered by Codebase Memory MCP >= 0.9.0 with optional Serena LSP intelligence. Includes blast-radius planning, test/cycle gates, independent review, and Windows Git Bash hook auto-resolution.