What problem does it solve? Turning an approved plan stage into executable work often loses critical details like dependencies, authorization boundaries, and proof commands. This Skill compiles one settled Plan stage into lossless, canonical work-order packets so executors receive exact, unambiguous instructions. ## Core Features & Use Cases - Packet Compilation: Builds one JSON packet per approved order matching the docs/PLAN_TEMPLATE.md structure, covering identity, dependencies, authorized edits, context inputs, and ordered actions. - Proof and Acceptance Definition: Records exact proof commands with working directories, plus coordinator and validator acceptance criteria, exclusions, and escalation boundaries. - Validation Workflow: Invokes scripts/new_order.py to render orders and scripts/check_orders.py to verify them, with semantic review required beyond checker success. - Use Case: After a feature plan stage is approved, use this Skill to split it into executor-ready orders under docs/plans/active/<feature>/orders/ with exact file authorizations and verification commands. ## Quick Start Compile the approved plan stage for my feature into canonical work-order packets and validate them with the order checker.