Structured brainstorming with multiple approaches and tradeoffs. Use when: "brainstorm", "explore options", "what are my options", "compare approaches", "pros and cons", "which is better", "how should I", "alternatives"
$ARGUMENTS
This command activates BRAINSTORM mode for structured idea exploration. Use when you need to explore options before committing to an implementation.
When /brainstorm is triggered:
Understand the goal
Generate options
Compare and recommend
## Brainstorm: [Topic]
### Context
[Brief problem statement]
---
### Option A: [Name]
[Description]
Pros:
- [benefit 1]
- [benefit 2]
Cons:
- [drawback 1]
Effort: Low | Medium | High
---
### Option B: [Name]
[Description]
Pros:
- [benefit 1]
Cons:
- [drawback 1]
- [drawback 2]
Effort: Low | Medium | High
---
### Option C: [Name]
[Description]
Pros:
- [benefit 1]
Cons:
- [drawback 1]
Effort: Low | Medium | High
---
## Recommendation
**Option [X]** because [reasoning].
What direction would you like to explore?