What problem does it solve? Plans often contain fuzzy terminology and hidden contradictions with existing code and documented decisions. This Skill runs a structured interrogation session that challenges your plan against the project's domain model, sharpening language and capturing decisions as documentation before implementation begins. ## Core Features & Use Cases - Relentless Q&A Interrogation: Asks one question at a time with a recommended answer, walking each branch of the design tree until dependencies between decisions are resolved. - Glossary Enforcement: Challenges terms that conflict with CONTEXT.md, sharpens vague language into canonical terms, and cross-references claims against the actual codebase. - Inline Documentation: Updates CONTEXT.md the moment a term is resolved and offers ADRs only when a decision is hard to reverse, surprising without context, and the result of a real trade-off. - Use Case: Before building a partial order cancellation feature, run a grilling session to discover that your code cancels entire Orders while your plan assumes partial cancellation, then record the resolved terminology in CONTEXT.md and the chosen approach in an ADR. ## Quick Start Ask the agent to grill you on your implementation plan for a new feature and update the project documentation as decisions are made.