What problem does it solve? Design proposals often hide untested assumptions, unclear seams, and unresolved tradeoffs that only surface during implementation. This Skill runs a structured grilling interview that challenges a design one decision at a time, so only confirmed conclusions become ADRs, glossary entries, or CONTEXT.md updates. ## Core Features & Use Cases - Focused design interrogation: Asks one high-leverage question at a time, keeping the current decision, alternatives, constraints, and open questions visible throughout the session. - Native child-agent dispatch: Delegates the multi-turn interview to a host-native spawned agent with strict attribution rules for human answers versus authorized AI delegate answers. - Durable documentation gating: Updates CONTEXT.md, glossaries, or ADRs only after the user confirms a decision; otherwise returns a structured summary without writing files. - Use Case: A team proposes a new event-sourcing architecture. Use this Skill to grill the design on consistency boundaries, failure modes, and vocabulary before committing anything to an ADR. ## Quick Start Ask the assistant to grill your proposed design or plan and challenge its assumptions one decision at a time before documenting anything.