← ClaudeAtlas

brainstormlisted

Use when exploring architecture decisions, tech choices, feature ideas, or any open-ended problem that benefits from multiple perspectives.
MrCipherSmith/helyx · ★ 1 · AI & Automation · score 71
Install: claude install-skill MrCipherSmith/helyx
# Brainstorm Structured brainstorming that explores a topic from multiple angles and converges on actionable options. ## Arguments - `/brainstorm <topic>` — full brainstorm with 3 parallel agents - `/brainstorm --quick <topic>` — inline fast brainstorm (no agents, for simple decisions) - `/brainstorm --deep <topic>` — 5 agents (+Security Analyst, +UX Advocate) - `/brainstorm --code` — focus on code architecture (reads codebase for context) ## Workflow ### Step 1: Frame the Problem 1. Restate the user's challenge in clear terms 2. Identify constraints: technical, business, quality 3. If in a project directory, scan codebase for relevant context ### Step 2: Diverge — Generate Ideas (3 Parallel Agents) Launch 3 agents simultaneously: **Agent 1 — Pragmatist** > "Propose 2-3 solutions optimizing for speed of delivery, simplicity, and maintainability. Use boring, proven technology. For each: approach, pros/cons, effort (S/M/L)." **Agent 2 — Innovator** > "Propose 2-3 unconventional or cutting-edge solutions. Think new patterns, emerging tools, or approaches from other domains. For each: approach, pros/cons, effort." **Agent 3 — Critic** > "What are the hidden risks? What will break at scale? What will be painful to maintain? Produce 5-7 critical questions any solution must address." ### Step 3: Converge — Synthesize ```markdown ## Ideas Map ### Option A: [Name] **Approach:** ... | **Pros:** ... | **Cons:** ... **Effort:** S/M/L | **Risk:** Low/Med/High ## Critical Ques