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 dialogue that turns rough ideas into reviewed, committed design specs 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 Document Workflow: Writes the approved design to docs/superpowers/specs/, runs a self-review for placeholders and contradictions, and gates implementation behind explicit user review. - Visual Companion Server: Includes a Node.js WebSocket server that serves HTML mockups, wireframes, and option cards to a browser so users can click to select visual choices during brainstorming. - Use Case: Before building a new feature, use this Skill to decompose scope, compare architectural approaches, and produce a committed design document that the writing-plans skill can turn into an implementation plan. ## Quick Start Ask the agent to brainstorm the design for your next feature before writing any code, and answer its clarifying questions one at a time.