From superpowers-ccg
Guides collaborative dialogue to refine ideas into designs and specs, exploring intent and requirements before implementation.
How this skill is triggered — by the user, by Claude, or both
Slash command
/superpowers-ccg:brainstormingThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Help turn ideas into fully formed designs and specs through natural collaborative dialogue.
Help turn ideas into fully formed designs and specs through natural collaborative dialogue.
Start by understanding the current project context, then ask questions one at a time to refine the idea. Once you understand what you're building, present the design in small sections (200-300 words), checking after each section whether it looks right so far.
Follow the [CP Protocol Threshold] injected by hooks.
IMPORTANT: "standalone" means the CP block must be its own block at the top of the reply. It does NOT mean you should stop after the CP block. Continue in the same reply.
If unmet -> immediately perform the CP assessment, then continue the flow right away; do not stop or interrupt.
Understanding the idea:
Model tip for exploration: When dispatching subagents to explore the codebase, use model: haiku for fast, cost-effective searches. Haiku excels at file pattern matching and quick lookups.
Hard reminder: before your first Task tool call, you must output a standalone [CP1 Assessment] block (fixed format with fields).
► Checkpoint 1 (Task Analysis): After understanding the idea, apply checkpoint logic from coordinating-multi-model-work/checkpoints.md:
Exploring approaches:
► Checkpoint 2 (Mid-Review): When multiple approaches have significant trade-offs, apply checkpoint logic from coordinating-multi-model-work/checkpoints.md:
Presenting the design:
[CP3 Assessment] block (fixed format with fields).Documentation (must not be skipped):
Once the user confirms the design looks right, do ALL of the following:
docs/plans/ if missing)docs/plans/YYYY-MM-DD-<topic>-design.mdOnly commit if the user explicitly asks you to commit.
Implementation (if continuing):
Related skill: superpowers:coordinating-multi-model-work
At checkpoints, when invoking external models:
coordinating-multi-model-work/routing-decision.mdcoordinating-multi-model-work/INTEGRATION.md for templates). Use Codex MCP (mcp__codex__codex) for backend, Gemini MCP (mcp__gemini__gemini) for frontend, and call both in parallel for CROSS_VALIDATION.Full checkpoint logic: See coordinating-multi-model-work/checkpoints.md
Fallback (Fail-Closed): If Codex MCP / Gemini MCP is unavailable or times out when Routing != CLAUDE, STOP and follow coordinating-multi-model-work/GATE.md (do not proceed with a final design recommendation).
npx claudepluginhub bryanhoo/superpowers-ccgRefines rough ideas into fully-formed designs through collaborative questioning, alternative exploration, and incremental validation before writing code or plans.
Guides brainstorming to clarify user intent, explore design approaches, and validate specs in sections before implementing features or changes.
Brainstorms ideas into validated designs by clarifying intent, exploring 2-3 approaches with trade-offs, and presenting specs incrementally before implementation.