30 lines
765 B
Markdown
30 lines
765 B
Markdown
# Brainstorming Session Prompt
|
|
|
|
Facilitate a structured brainstorming session:
|
|
|
|
## Phase 1: Clarify
|
|
Ask probing questions to understand:
|
|
- What is the core problem we're solving?
|
|
- Who is affected?
|
|
- What does success look like?
|
|
- What constraints exist?
|
|
|
|
## Phase 2: Diverge
|
|
Generate at least 3 alternative approaches:
|
|
- Approach A: {description, pros, cons}
|
|
- Approach B: {description, pros, cons}
|
|
- Approach C: {description, pros, cons}
|
|
|
|
## Phase 3: Converge
|
|
Evaluate each approach against:
|
|
- Feasibility (can we build it?)
|
|
- Impact (does it solve the problem?)
|
|
- Cost (time, money, complexity)
|
|
- Risk (what could go wrong?)
|
|
|
|
## Phase 4: Recommend
|
|
Select the best approach and explain:
|
|
- Why this over others
|
|
- What trade-offs we accept
|
|
- Recommended first step
|