What problem does it solve? Teams and AI agents often jump straight into coding without clarifying requirements, leading to wasted work on misunderstood features. This Skill enforces a structured design-first workflow that turns vague ideas into reviewed, approved specification documents before any implementation begins. ## Core Features & Use Cases - Structured Discovery Dialogue: Explores project context, asks clarifying questions one at a time, and proposes 2-3 approaches with trade-offs before settling on a design. - Spec Document Generation: Writes validated designs to dated spec files, runs a self-review for placeholders, contradictions, and scope issues, then gates implementation on explicit user approval. - Visual Companion Server: Includes scripts to launch a local browser-based companion for showing mockups, wireframes, and side-by-side layout comparisons with click-to-select feedback captured via WebSocket. - Use Case: When asked to add a new feature, the Skill first interviews you about purpose and constraints, presents design sections for approval, commits a spec document, and only then hands off to implementation planning. ## Quick Start Ask the agent to brainstorm and design the new feature you have in mind before writing any code.