Brainstorming
Turn vague ideas into concrete, well-formed plans through structured collaborative dialogue. This skill applies to any creative PM work: feature ideation, experiment design, strategy formation, or solution exploration.
When to Use
- "brainstorm ideas for..."
- "help me think through..."
- "I have an idea but it's not fully formed"
- "explore options for..."
- "what should we build for..."
- Before starting a PRD, experiment, or new initiative
Process
Phase 1: Understand the Problem
Ask one question at a time to understand:
- What's the context? — Product area, current state, what prompted this
- Who's the customer? — Reference
knowledge/_template/customer-segments.md to ground in real personas
- What's the problem? — Frame as: I am... I am trying to... But... Because... Which makes me feel...
- What does success look like? — Metric, outcome, or state change
- What are the constraints? — Timeline, resources, technical limitations, regulatory
Phase 2: Explore Approaches
- Generate 3 options ranging from conservative to ambitious
- For each option, assess:
- Customer impact — How much does this move the needle for the persona?
- Effort — Engineering, design, ops complexity
- Risk — What could go wrong? Reversible or irreversible?
- Strategic fit — Does it ladder to a strategic pillar? (Reference
knowledge/_template/strategy.md)
- Present a recommendation with reasoning
Phase 3: Sharpen the Idea
- Pressure-test the recommended approach:
- What's the hypothesis? ("We believe [action] will [outcome] for [segment] because [rationale]")
- What's the simplest version we could ship to learn?
- What would make us kill this idea?
- Define next steps: PRD, experiment, one-pager, or prototype
Output
A brainstorm summary:
- Problem (customer problem framework)
- Options explored (3, with trade-offs)
- Recommendation (with rationale)
- Hypothesis (testable)
- Next step (what to do now — and which skill to use: prd-writer, experiment-designer, one-pager)
Principles
- One question at a time — don't overwhelm
- Multiple choice when possible — easier to react to options than generate from scratch
- YAGNI — cut unnecessary scope ruthlessly
- Bias toward experiments — if unsure, design an experiment, don't debate
- Customer first — always ground in a real persona and real problem
Knowledge References
knowledge/_template/customer-segments.md — customer personas and segments
knowledge/_template/strategy.md — strategic alignment
knowledge/_template/metrics-and-targets.md — success metrics
1---2name: brainstorming3description: Collaborative ideation for PM work — features, experiments, strategies, solutions. Use when doing creative work, exploring options, or turning a vague idea into a concrete plan.4---56# Brainstorming78Turn vague ideas into concrete, well-formed plans through structured collaborative dialogue. This skill applies to any creative PM work: feature ideation, experiment design, strategy formation, or solution exploration.910## When to Use1112- "brainstorm ideas for..."13- "help me think through..."14- "I have an idea but it's not fully formed"15- "explore options for..."16- "what should we build for..."17- Before starting a PRD, experiment, or new initiative1819## Process2021### Phase 1: Understand the Problem2223Ask one question at a time to understand:24251. **What's the context?** — Product area, current state, what prompted this262. **Who's the customer?** — Reference `knowledge/_template/customer-segments.md` to ground in real personas273. **What's the problem?** — Frame as: I am... I am trying to... But... Because... Which makes me feel...284. **What does success look like?** — Metric, outcome, or state change295. **What are the constraints?** — Timeline, resources, technical limitations, regulatory3031### Phase 2: Explore Approaches32331. Generate 3 options ranging from conservative to ambitious342. For each option, assess:35 - **Customer impact** — How much does this move the needle for the persona?36 - **Effort** — Engineering, design, ops complexity37 - **Risk** — What could go wrong? Reversible or irreversible?38 - **Strategic fit** — Does it ladder to a strategic pillar? (Reference `knowledge/_template/strategy.md`)393. Present a recommendation with reasoning4041### Phase 3: Sharpen the Idea42431. Pressure-test the recommended approach:44 - What's the hypothesis? ("We believe [action] will [outcome] for [segment] because [rationale]")45 - What's the simplest version we could ship to learn?46 - What would make us kill this idea?472. Define next steps: PRD, experiment, one-pager, or prototype4849## Output5051A brainstorm summary:5253- **Problem** (customer problem framework)54- **Options explored** (3, with trade-offs)55- **Recommendation** (with rationale)56- **Hypothesis** (testable)57- **Next step** (what to do now — and which skill to use: prd-writer, experiment-designer, one-pager)5859## Principles6061- **One question at a time** — don't overwhelm62- **Multiple choice when possible** — easier to react to options than generate from scratch63- **YAGNI** — cut unnecessary scope ruthlessly64- **Bias toward experiments** — if unsure, design an experiment, don't debate65- **Customer first** — always ground in a real persona and real problem6667## Knowledge References6869- `knowledge/_template/customer-segments.md` — customer personas and segments70- `knowledge/_template/strategy.md` — strategic alignment71- `knowledge/_template/metrics-and-targets.md` — success metrics