From superpowers-ng
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-ng: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.
Phase 0: Check for Existing Design
Before starting brainstorming, check for existing design files:
docs/plans/*-design.md (typical location)design.md (root directory)docs/design.md (alternate location)docs/manus/findings.md (if manus-planning was used, check "## Design Document" section)If design exists:
If no design exists:
Phase 1: Understanding the idea
Phase 2: Exploring approaches
Phase 3: Presenting the design
Documentation:
docs/plans/YYYY-MM-DD-<topic>-design.mdImplementation (if continuing):
git checkout -b <branch>git status clean) or stash/commit before proceedingdocs/manus/findings.md under "## Design Document" section)npx claudepluginhub quentin-m/superpowers-ng --plugin superpowers-ngGuides collaborative design exploration before implementation: explores context, asks clarifying questions, proposes approaches, and writes a design doc for user approval.
Creates 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.
Implements work from a spec or tickets using TDD at agreed seams, with regular typechecking and test runs, followed by code review.