# Brainstorming

> Turns a rough idea into a fully-formed design through structured questioning

Source: https://aistack.sh/skill/brainstorming
Real source: https://github.com/obra/superpowers/tree/main/skills/brainstorming
Author: Jesse Vincent (obra)
Category: planning
Works with: claude-code
Last verified: 2026-09-06

Part of the Superpowers methodology. Transforms a rough idea into a fully-formed design by asking structured questions and exploring alternatives before any code gets written.

## Install

### claude-code

```
git clone https://github.com/obra/superpowers.git
mkdir -p ~/.claude/skills/brainstorming
cp -r superpowers/skills/brainstorming/* ~/.claude/skills/brainstorming/
```

This skill ships inside the Superpowers repo rather than as a single-skill package. The Superpowers plugin (installable via /plugin install superpowers@claude-plugins-official) bundles this skill and others together; the steps above install just this one skill using Claude Code's documented manual-skill path (~/.claude/skills/<name>/SKILL.md).

---

From aistack.sh. Last verified 2026-09-06.
