What problem does it solve? Jumping straight into code on a vague idea leads to rework, wrong assumptions, and wasted effort. This Skill enforces a structured discovery phase that turns rough ideas into reviewed, approved design documents before any implementation begins. ## Core Features & Use Cases - Guided Clarification: Explores project context, then asks one question at a time to pin down purpose, constraints, and success criteria. - Approach Comparison: Proposes 2-3 implementation approaches with trade-offs and a clear recommendation. - Spec Generation & Review: Writes the approved design to a dated spec file, self-reviews it for placeholders and contradictions, and gates implementation on user approval. - Visual Companion: Optionally serves browser-based mockups and diagrams via a local WebSocket server for visual questions like layout choices. - Use Case: You want to add a subscription billing feature. The Skill interviews you about scope, presents architecture options, writes a design doc to docs/superpowers/specs/, and only after your sign-off hands off to implementation planning. ## Quick Start Ask the agent to brainstorm and design your feature idea before writing any code, then answer its clarifying questions one at a time.