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, then chains into full implementation pipeline.
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, then execute them to completion.
Help turn ideas into fully formed designs and specs through natural collaborative dialogue, then execute them to completion.
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.
This skill chains into the full implementation pipeline:
Brainstorming -> Design Doc -> Implementation Plan -> Beads Epic -> Execution
Understanding the idea:
Exploring approaches:
Presenting the design:
docs/plans/YYYY-MM-DD-<topic>-design.mdAsk: "Design complete. Ready to create the implementation plan?"
If yes:
superpowers:writing-plans to create detailed implementation plandocs/plans/YYYY-MM-DD-<topic>-plan.mdPresent the plan summary to user:
Implementation plan created: docs/plans/YYYY-MM-DD-<topic>-plan.md
Tasks: <N>
Estimated complexity: <low/medium/high based on task count and dependencies>
Review the plan and confirm:
- Are the tasks correctly scoped?
- Are there any missing steps?
- Ready to create the beads epic?
Wait for user approval before proceeding.
If user requests changes:
Once plan is approved:
/plan-to-epic docs/plans/YYYY-MM-DD-<topic>-plan.mdplatform-xyz)Ask: "Epic created: . Ready to start execution?"
If yes:
/epic-executor <epic-id>For very small changes (single file, few lines), skip the pipeline:
Ask: "This seems small enough to do directly. Should I just implement it, or go through the full planning process?"
npx claudepluginhub ryanhudson/superpowersCreates structured, bite-sized implementation plans from specs or requirements before writing code. Useful for breaking down multi-step tasks into testable steps with file structure and task boundaries.