csp-brainstorminglisted
Install: claude install-skill maythyai/code-skills-package
| Technique | Best For | How |
|-----------|----------|-----|
| **SCAMPER** | Transform existing solutions | Substitute, Combine, Adapt, Modify/Magnify, Put to other uses, Eliminate, Rearrange/Reverse |
| **Six Thinking Hats** | Multi-perspective decisions | White (facts), Red (intuition), Black (caution), Yellow (optimism), Green (creativity), Blue (process) |
| **Reverse Brainstorming** | Troubleshooting | "How could we cause this problem?" then reverse each cause into a solution |
| **Mind Mapping** | Complex/interconnected problems | Central concept → main themes → sub-ideas, with visual cross-links |
**If in a codebase:** Use Glob, Grep, Read to scan for relevant context. Ground variations in what actually exists.
### Phase 2: Evaluate & Converge
1. **Cluster** ideas that resonated into 2-3 distinct directions.
2. **Stress-test** each direction:
- **User value:** Painkiller or vitamin?
- **Feasibility:** Technical and resource cost?
- **Differentiation:** Would someone switch from their current solution?
3. **Surface hidden assumptions:**
- What you're betting is true (but haven't validated)
- What could kill this idea
- What you're choosing to ignore (and why that's okay for now)
**Be honest, not supportive.** If an idea is weak, say so with kindness.
### Phase 3: Design & Ship
Present the design in sections scaled to complexity:
- Architecture, components, data flow, error handling, testing
- Ask after each section whether it looks right
**De