---
model: opus
---

# /tas-brainstorm $ARGUMENTS

Role: Any
Structured brainstorming before coding or designing.

## Actions
1. $ARGUMENTS is the brainstorming topic
2. Guide through 4 steps:
   a. **Clarify**: Ask 3-5 questions to clarify the problem
   b. **Explore**: Propose 3+ solution directions, each with pros/cons
   c. **Evaluate**: Compare directions by criteria: complexity, maintainability, cost, time
   d. **Decide**: Recommend best direction and reasoning

3. If brainstorming result leads to architecture decision, suggest user run /tas-adr

## Principles
- DO NOT jump straight to solution
- Ask first, suggest later
- Always consider at least 2 alternatives
