From ios
Generates structured ideas and solutions for iOS development topics, supporting configurable depth, focus areas (UI, architecture, performance, data), and output formats including lists and decision matrices.
How this command is triggered — by the user, by Claude, or both
Slash command
/ios:brainstorm [topic] [--depth shallow|medium|deep] [--focus ui|architecture]This command is limited to the following tools:
The summary Claude sees in its command listing — used to decide when to auto-load this command
# /ios:brainstorm - Idea Generation Brainstorm `$ARGUMENTS` with structured ideas and solution exploration. ## Arguments | Flag | Values | Default | Description | |------|--------|---------|-------------| | `--depth` | shallow\|medium\|deep | medium | Analysis depth | | `--format` | list\|mindmap\|pros-cons\|matrix | list | Output format | | `--focus` | ui\|architecture\|performance\|data | - | Primary focus area | | `--constraints` | `<text>` | - | Project constraints | | `--export` | `<path>` | - | Export results | ## Depth Levels | Depth | Duration | Output | |-------|----------|---...
Brainstorm $ARGUMENTS with structured ideas and solution exploration.
| Flag | Values | Default | Description |
|---|---|---|---|
--depth | shallow|medium|deep | medium | Analysis depth |
--format | list|mindmap|pros-cons|matrix | list | Output format |
--focus | ui|architecture|performance|data | - | Primary focus area |
--constraints | <text> | - | Project constraints |
--export | <path> | - | Export results |
| Depth | Duration | Output |
|---|---|---|
shallow | ~5 min | Top 3-5 approaches, high-level trade-offs |
medium | ~15 min | Detailed exploration, architecture options |
deep | ~30 min | Comprehensive analysis, migration paths |
| Focus | Explores |
|---|---|
ui | SwiftUI views, layouts, animations, gestures |
architecture | MVVM, TCA, Clean Architecture, patterns |
performance | Memory, rendering, concurrency, caching |
data | SwiftData, persistence, sync, networking |
## Ideas for [Topic]
1. **Approach A** - Description
- Pros: ...
- Cons: ...
| Option | Pros | Cons | Effort |
|--------|------|------|--------|
| A | ... | ... | Low |
| Criteria | Weight | Opt A | Opt B |
|----------|--------|-------|-------|
| Maintainability | 30% | 8 | 9 |
# Quick feature ideation
/ios:brainstorm "user onboarding flow"
# Deep architecture exploration
/ios:brainstorm "offline-first sync" --depth deep --focus data
# UI pattern exploration with constraints
/ios:brainstorm "dashboard layout" --focus ui --constraints "iPad support"
# Compare approaches with decision matrix
/ios:brainstorm "state management" --format matrix --focus architecture
# Brainstorm: [Topic]
## Focus: ui | architecture | performance | data
## Depth: shallow | medium | deep
## Ideas: [Generated approaches]
## Recommendation: [Best option with rationale]
npx claudepluginhub carolanelfbv/ios-development-agents --plugin ios/brainstormStarts conversational brainstorm on product ideas, problems, or strategies; challenges assumptions, applies PM frameworks, captures next steps. Integrates tool context if connected.
/brainstormBrainstorms product ideas or experiments from PM, Designer, and Engineer perspectives for existing or new products.
/brainstormConducts interactive requirements discovery via Socratic dialogue and multi-persona orchestration, analyzing ideas, validating feasibility, and generating actionable specifications.
/brainstormDiscovers project context and proposes an implementation plan for user approval before writing code.
/brainstormStarts a creative brainstorming session with two modes: Solo (Claude-only thought partnership) or Team (multi-AI panel). Guides the session through pattern spotting, paradox hunting, and concept naming.
/brainstormBrainstorms marketing strategies by collecting scope, topic area, constraints, and output format through interactive questions, then produces structured recommendations.