What problem does it solve? Proposed plans and decisions often go unchallenged until implementation reveals flaws. This Skill launches an explicit, read-only design interview that interrogates a proposal one decision at a time, surfacing risks and assumptions before any code is written. ## Core Features & Use Cases - Native subagent dispatch: Delegates the interview to the host-native design-griller subagent via spawn_agent, keeping the parent conversation as the user-facing channel. - Read-only guarantee: The interview never edits repositories, writes ADRs, changes host configuration, or produces side effects. - Evidence-grounded routing: Requests combining interrogation with external evidence gathering are routed to the grill-with-docs closure instead of a plain interview. - Use Case: Before committing to a new architecture, ask the Skill to grill your migration plan; it returns one decision-changing question at a time, then a capsule of settled decisions, open risks, and assumptions. ## Quick Start Ask the assistant to use grill-me to challenge your proposed design or plan one decision at a time without modifying any files.