What problem does it solve? Plans, designs, and decisions often rest on hidden assumptions and unexamined trade-offs that only surface after costly implementation. This Skill pressure-tests your thinking through relentless Socratic questioning before you commit to hard-to-reverse choices. ## Core Features & Use Cases - Structured Interrogation: Runs multi-round questioning using the AskUserQuestion tool with recommended answer options, mapping 4-8 risk facets before drilling into the highest-value threads. - Decision Recording: Writes numbered Architecture Decision Records (ADRs) in docs/adr/ for decisions that are hard to reverse, surprising, and involve real trade-offs. - Append-Only Grilling Log: Preserves every question and answer in docs/grilling/grilling-log.md so reasoning is never lost and sessions can resume later. - Use Case: Before committing to an event-sourced architecture for your order system, get grilled on load assumptions, failure modes, and reversibility — then receive ADRs documenting why each call was made. ## Quick Start Ask the agent to grill you on your plan for the new sync feature before you start implementing it.