From superpower-router
Alias of brainstorm command; Codex gpt-5.4 during brainstorming/analysis, Codex gpt-5.3-codex during implementation
How this command is triggered — by the user, by Claude, or both
Slash command
/superpower-router:brainstormingThe summary Claude sees in its command listing — used to decide when to auto-load this command
Use the `brainstorming` skill directly by loading `skills/brainstorming/SKILL.md` and following it exactly. After user approves the design, switch to the `plan-and-execute` skill by loading `skills/plan-and-execute/SKILL.md`, then route: - Brainstorming research/design tasks to Codex (gpt-5.4) first - Implementation/refactor/review tasks to Codex (gpt-5.3-codex) after plan approval - If Codex fails, ask user before Claude/Sonnet fallback
Use the brainstorming skill directly by loading skills/brainstorming/SKILL.md and following it exactly.
After user approves the design, switch to the plan-and-execute skill by loading skills/plan-and-execute/SKILL.md, then route:
npx claudepluginhub charliechan53/superpower-router --plugin superpower-router/brainstormingExplores requirements and design options before implementing features, components, functionality, or behavior changes.
/brainstormingConducts structured ideation using harness methodology: explore ideas, evaluate against constraints, prioritize top ideas, and validate with harness checks.