What problem does it solve? Jumping straight into code without a validated design leads to wasted work, unexamined assumptions, and misaligned implementations. This Skill enforces a structured brainstorming workflow that explores user intent, requirements, and design trade-offs before any code is written. ## 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 Authoring and Review: Writes the validated design to a dated spec file, runs a self-review for placeholders, contradictions, and scope issues, then gates implementation on explicit user approval. - Browser-Based Visual Companion: Serves mockups, wireframes, and architecture diagrams in a local browser tab via a Node.js WebSocket server, capturing user clicks as structured events. - Use Case: Before building a new feature, use this Skill to interview yourself about requirements, compare architectural approaches, and produce a committed design document that feeds directly into implementation planning. ## 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.