What problem does it solve? Jumping straight into code without a validated design leads to rework, 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 approval. - Spec Generation and Review: Writes the approved design to a dated spec file in docs/superpowers/specs/, runs a self-review for placeholders and contradictions, and gates implementation behind explicit user approval. - Visual Companion Server: Includes a Node.js WebSocket server that serves browser-based mockups, wireframes, and side-by-side layout comparisons, recording user click selections as JSON events. - Use Case: Before building a new feature, use this Skill to refine the idea through dialogue, compare architecture options, produce a committed design document, 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.