What problem does it solve? Jumping straight into code without a validated design leads to wasted work, unexamined assumptions, and misaligned features. This Skill enforces a structured brainstorming workflow that explores user intent, requirements, and design trade-offs before any implementation begins. ## Core Features & Use Cases - Structured Design Dialogue: Explores project context, asks clarifying questions one at a time, proposes 2-3 approaches with trade-offs, and presents the design in sections for incremental user approval. - Spec Generation and Review: Writes the approved design to a dated spec document, runs a self-review for placeholders, contradictions, and scope issues, then gates implementation behind explicit user sign-off. - Visual Companion: Optionally serves browser-based mockups, wireframes, and side-by-side layout comparisons via a local WebSocket server, recording user clicks as structured events. - Use Case: Before building a new feature, use this Skill to refine the idea through dialogue, produce a committed design spec in docs/superpowers/specs/, and only then hand off to an implementation-planning skill. ## Quick Start Ask the agent to brainstorm the design for your new feature before writing any code, and answer its clarifying questions one at a time.