What problem does it solve? Design plans often embed fuzzy terminology, silent trade-offs, and decisions that contradict existing documentation. This Skill runs an interrogation-style review session that challenges a plan against the project's domain glossary and architecture decision records before code is written. ## Core Features & Use Cases - Plan interrogation: Walks each branch of the design tree one question at a time, providing a recommended answer for every question and exploring the codebase when answers are verifiable. - Terminology enforcement: Flags conflicts between the user's language and CONTEXT.md, sharpens vague terms into canonical ones, and updates the glossary inline as terms are resolved. - Decision recording: Offers to write ADRs in docs/adr/ only when a decision is hard to reverse, surprising without context, and the result of a real trade-off. - Use Case: After drafting a spec for a new billing flow, run a grilling session to catch that the spec says 'account' where CONTEXT.md defines 'Customer', and record an ADR for the choice of event-based over synchronous integration. ## Quick Start Ask the agent to grill the most recent spec in docs/superpowers/specs/ against the project's CONTEXT.md and existing ADRs.