What problem does it solve? Jumping straight into implementation without a validated design leads to wasted work, unexamined assumptions, and misaligned features. This Skill enforces a research-first dialogue that turns rough ideas into reviewed, approved design documents before any code is written. ## Core Features & Use Cases - Structured 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 recommendation before settling on a design. - Incremental Design Approval: Presents the design in 200-300 word sections, requiring user approval after each, then writes the spec to thoughts/shared/plans/<domain>/YYYY-MM-DD-<topic>-design.md. - Use Case: Before building a new feature, run this Skill to explore requirements, compare architectures, and produce a reviewed design doc that hands off cleanly to implementation planning. ## Quick Start Ask the AI to brainstorm and design the new feature you have in mind before writing any code.