What problem does it solve? Jumping straight into implementation without clarifying requirements leads to wasted effort and misaligned features. This Skill guides a collaborative dialogue that turns vague ideas into fully formed, validated designs before any code is written. ## Core Features & Use Cases - Incremental Requirement Discovery: Explores user intent by asking one question at a time, preferring multiple-choice formats to reduce friction. - Approach Comparison: Proposes 2-3 alternative approaches with trade-offs and a reasoned recommendation before settling on a direction. - Sectioned Design Validation: Presents the design in 200-300 word sections covering architecture, components, data flow, error handling, and testing, confirming each part before continuing. - Use Case: Before building a new feature, use this Skill to clarify purpose, constraints, and success criteria, then save the validated design to docs/plans/ as a dated markdown file committed to git. ## Quick Start Ask the AI to brainstorm and refine your feature idea into a validated design document before starting implementation.