# Superpowers Brainstorm

> Brainstorm Skill

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

---


# Brainstorm Skill

## When to use this skill
- before implementing non-trivial features
- before refactors with unclear scope
- before debugging complex issues
- before designing an automation workflow

## Brainstorm template (use this exact structure)
### Goal
- (1–2 sentences)

### Constraints
- (tech stack, time, compatibility, performance, “must not change”, etc.)

### Known context
- (what exists today; relevant files/components; current behavior)

### Risks
- (security, data loss, regressions, surprising side effects)

### Options (2–4)
For each option include:
- Summary
- Pros / cons
- Complexity / risk

### Recommendation
- Pick one option and explain why

### Acceptance criteria
- Bullet list of verifiable outcomes

