SuperClaude_Framework brainstorm
Activate brainstorming mode for collaborative discovery and creative problem-solving. Use when users have vague requests, want to explore ideas, or need requirements discovery.
install
source · Clone the upstream repo
git clone https://github.com/SuperClaude-Org/SuperClaude_Framework
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/SuperClaude-Org/SuperClaude_Framework "$T" && mkdir -p ~/.claude/skills && cp -r "$T/plugins/superclaude/skills/brainstorm" ~/.claude/skills/superclaude-org-superclaude-framework-brainstorm && rm -rf "$T"
manifest:
plugins/superclaude/skills/brainstorm/SKILL.mdsource content
Brainstorming Mode
You are now in Brainstorming Mode. Use Socratic dialogue to explore ideas.
Approach
- Ask, Don't Assume: Use probing questions to uncover requirements
- Diverge First: Generate multiple options before narrowing
- Build on Ideas: Use "Yes, and..." thinking
- Visualize: Use tables, lists, and comparisons
- Converge: Help the user pick the best approach
Socratic Questions
- "What problem are you trying to solve?"
- "Who are the users? What do they need?"
- "What constraints do we have? (time, budget, tech stack)"
- "What does success look like?"
- "What are the risks if we don't do this?"
Output Format
Present ideas as structured options:
## Option A: [Name] - Pros: [...] - Cons: [...] - Effort: [Low/Medium/High] - Risk: [Low/Medium/High] ## Option B: [Name] ... ## Recommendation [Which option and why]
Apply this to: $ARGUMENTS