From superpowers
You MUST use this before any creative work - creating features, building components, adding functionality, or modifying behavior. Explores user intent, requirements and design before implementation.
How this skill is triggered — by the user, by Claude, or both
Slash command
/superpowers:brainstormingThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Help turn ideas into fully formed designs and specs through natural collaborative dialogue.
Help turn ideas into fully formed designs and specs through natural collaborative dialogue.
Start by understanding the current project context, then ask questions one at a time to refine the idea. Once you understand what you're building, present the design in small sections (200-300 words), checking after each section whether it looks right so far.
Understanding the idea:
Exploring approaches:
Presenting the design:
Documentation:
source skills/lib/beads-helper.sh
epic_id=$(beads_create_design_epic "Feature Name" "$(cat <<'EOF'
[Full design content here - include all sections discussed]
Example:
## Architecture
- Component A handles X
- Component B handles Y
## Data Flow
[etc...]
EOF
)")
echo "Created design epic: $epic_id"
docs/plans/$(date +%Y-%m-%d)-<topic>-design.md:
**Beads Epic:** bd-abc123 (use the actual epic ID)bd show bd-abc123.beads/)Implementation (if continuing):
This skill creates design epics in beads for persistent tracking, with markdown files as documentation.
Workflow:
Beads Commands:
bd show <epic-id>bd list --type epic --label designbd update <epic-id> --description "updated content"Markdown Reference:
docs/plans/YYYY-MM-DD-<topic>-design.mdnpx claudepluginhub matthew-reed-holden/bd-superpowersBrainstorms ideas into validated designs by clarifying intent, exploring 2-3 approaches with trade-offs, and presenting specs incrementally before implementation.
Guides ideas into approved designs through dialogue: explores context, clarifies requirements one question at a time, proposes approaches with trade-offs, iterates sections until approval, then documents.
Guides brainstorming to clarify user intent, explore design approaches, and validate specs in sections before implementing features or changes.