What problem does it solve? Draft designs often carry unresolved trade-offs, ambiguous terms, and unstated assumptions that surface only after implementation begins, causing costly rework. This Skill stress-tests a draft design through a structured interview, resolving every open decision before the design is decomposed into implementation steps. ## Core Features & Use Cases - Guided design interrogation: Walks the draft's open decisions in dependency order, asking one question at a time with a recommended answer so the user can confirm or push back quickly. - Glossary and decision capture: Pins down fuzzy terms into the project glossary and writes decision records only for choices that are hard to reverse, surprising, or real trade-offs. - Code cross-referencing: Checks claims in the draft against the actual code, surfacing contradictions between stated design and implemented behavior. - Use Case: After drafting an architecture change for an order cancellation flow, run this Skill to pin down what "cancellation" means, verify it against the existing cancelOrder() code, and record the refund behavior decision before planning begins. ## Quick Start Ask the agent to interrogate this design and grill you on the draft before it is broken into implementation steps.