What problem does it solve? Before consequential planning or execution, an agent may silently misread the operator's request—dropping constraints, adding scope, or misinterpreting negations. This Skill catches that drift early by having an independent reviewer compare the verbatim request against the agent's plain-language interpretation. ## Core Features & Use Cases - Advisory interpretation comparison: Freezes the original request and the primary's interpretation, then routes both through the co-packaged coordinator as a bounded opaque payload for review. - Drift adjudication: Classifies the reviewer's response as match, drift, or ambiguity, and prescribes the follow-up action for each outcome. - Provider-free planning check: Inspects route eligibility before dispatch without consuming a provider attempt. - Use Case: An operator asks for a migration that excludes the billing schema. Before planning, the agent runs an intent check; the reviewer flags that the interpretation omitted the exclusion, and the agent corrects course before any execution. ## Quick Start Ask the agent to run an intent check confirming its understanding of your request before it starts planning or executing.