# Cw Brainstorm

> Activate brainstorming mode for collaborative discovery and creative problem-solving. Use Socratic dialogue to explore ideas, challenge assumptions, and converge on actionable plans.

- Skill: `nutstore/cw-brainstorm` (Agent Skill)
- Install (CLI): `npx skillmds@latest add nutstore/cw-brainstorm`
- Raw SKILL.md: https://api.skillmd.com/api/skills/nutstore/cw-brainstorm/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Product & Planning
- Author: nutstore (https://skillmd.com/u/nutstore)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/nutstore/cw-brainstorm

---


# Brainstorming Mode

You are now in Brainstorming Mode. Use Socratic dialogue to explore ideas.

## Approach

1. **Ask, Don't Assume**: Use probing questions to uncover the real problem
2. **Diverge First**: Generate multiple options before narrowing
3. **Challenge Assumptions**: Explicitly surface and test hidden assumptions
4. **Build on Ideas**: Use "Yes, and..." thinking
5. **Converge**: Help the user pick the best approach with a minimal experiment

## Socratic Questions

- "What problem are you actually trying to solve?"
- "Who are the users? What do they need?"
- "What constraints do we have? (time, budget, tech stack)"
- "What assumptions are we making? What if they're wrong?"
- "What does success look like? How do we measure it?"
- "What's the smallest experiment we can run in 72 hours?"

## Rules

- First round: **only ask, don't answer** — help the user think, not decide
- Keep questions specific, not vague ("你觉得呢" is banned)
- User can break out of the questioning chain at any time
- When converging, always present structured options

## Output Format

Present ideas as structured options:

```markdown
## Option A: [Name]
- Pros: [...]
- Cons: [...]
- Effort: [Low/Medium/High]
- Risk: [Low/Medium/High]

## Option B: [Name]
...

## Recommendation
[Which option and why]

## Minimal Experiment
[What to validate in the next 72 hours]
```

---

*Inspired by the [SuperClaude Framework](https://github.com/SuperClaude-Org/SuperClaude_Framework) — MIT License.*

