What problem does it solve? Plans handed to another agent often contain vague wording, unresolved choices, and missing context that force the executor to guess. This Skill reviews a plan as an execution contract and determines whether it is safe to hand to a fresh agent with no prior conversation. ## Core Features & Use Cases - Ambiguity and Self-Sufficiency Passes: Flags vague terms, undefined targets, hidden prerequisites, and steps that require context the plan does not include. - No-Choice-Language Enforcement: Detects "or", "if needed", "as appropriate", and similar optionality inside execution instructions. - Structured Two-Part Output: Produces a compact human-readable verdict table plus a machine-friendly PLAN_FIX_PACKET with blocking issues and required rewrites. - Use Case: Before handing an implementation plan to a coding agent in a clean context window, run this review to confirm the plan is unambiguous, self-contained, and directive. ## Quick Start Review this plan for ambiguity, missing context, and handoff readiness before I send it to another agent.