# Brainstorm

> Structured idea generation and solution exploration with systematic analysis.

- Skill: `nicolasestrem/brainstorm` (Agent Skill)
- Install (CLI): `npx skillmds@latest add nicolasestrem/brainstorm`
- Raw SKILL.md: https://api.skillmd.com/api/skills/nicolasestrem/brainstorm/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: nicolasestrem (https://skillmd.com/u/nicolasestrem)
- Updated: 2026-09-22
- Page: https://skillmd.com/skills/nicolasestrem/brainstorm

---


# Brainstorm

## Usage
```
/brainstorm [topic] [--format json|markdown|mindmap] [--depth shallow|deep|comprehensive] [--export <path>]
```

## Auto-Persona Activation
- **Mentor**: Educational guidance and knowledge transfer
- **Architect**: Systems thinking and scalable solutions
- **Analyzer**: Evidence-based investigation and pattern recognition

## MCP Integration
- **Sequential**: Structured thinking and systematic ideation
- **Context7**: Research patterns and industry best practices

## Wave-Enabled
Multi-stage orchestration for complex brainstorming sessions with compound intelligence.

## Arguments
- `[topic]` - Subject or problem to brainstorm about
- `--format` - Output format (json, markdown, mindmap)
- `--depth` - Analysis depth level
  - `shallow`: Quick ideas and initial concepts
  - `deep`: Detailed analysis with pros/cons
  - `comprehensive`: Full analysis with implementation roadmap
- `--export <path>` - Save results to specified file

## Examples
```bash
# Quick brainstorm on user experience
/brainstorm "improving user onboarding" --depth shallow

# Comprehensive analysis with export
/brainstorm "microservices architecture" --depth comprehensive --export ./brainstorm-results.md

# Technical solution exploration
/brainstorm "performance optimization strategies" --format json --depth deep
```

## Output Structure
- **Problem Analysis**: Current situation and challenges
- **Idea Categories**: Organized solution concepts
- **Implementation Approaches**: Practical next steps
- **Risk Assessment**: Potential challenges and mitigation
- **Priority Matrix**: Ranked recommendations with effort/impact analysis

