What problem does it solve? Plans and design decisions often contain hidden assumptions and unresolved dependencies. This Skill structures a relentless interview that maps every decision as a design tree and asks all currently answerable questions in batched rounds, so nothing is left silently assumed before acting. ## Core Features & Use Cases - Design Tree Mapping: Models every decision as a branch, tracking which questions depend on which answers. - Frontier Batching: Asks every question whose prerequisites are settled in a single numbered round, each with a recommended answer. - Fact Delegation: Dispatches sub-agents to look up environmental facts instead of asking the user for anything discoverable. - Use Case: Before implementing a new feature, run the interview to surface every open design decision round by round until the frontier is empty and a shared understanding is confirmed. ## Quick Start Ask the assistant to grill you in rounds of questions about your plan until every design decision is settled.