What problem does it solve? Ambiguous requests lead agents to guess wrong and build the wrong thing. This Skill forces a structured discovery phase — targeted questions with concrete options — before any implementation begins, so the agent acts on confirmed intent rather than assumptions. ## Core Features & Use Cases - Multi-Round Questioning: Runs 1-3 rounds of focused questions (max 4 per round) scaled to task complexity, from simple config tweaks to architecture decisions. - Option-Based Questions: Every question ships with 2-4 labelled choices and a recommended default, using structured question tools where the harness supports them and plain text otherwise. - Verification-First Rule: Never asks what can be verified from code, docs, or commands — questions target only intent, preferences, and trade-offs. - Use Case: A user says "add export functionality" without specifying format, error handling, or scope. The Skill asks what happens on mid-export failure, which formats to support, and what is out of scope, then proceeds with the confirmed design. ## Quick Start Ask me questions to clarify the requirements before you start implementing the export feature.