What problem does it solve? Dispatching daily delivery orders by hand means cross-checking every open order against real stock, picking the right zone and driver, and updating each task in LionWheel one at a time — slow, error-prone, and risky for live customer-facing routes. This Skill automates that entire dispatch run while keeping a human approval gate before any write. ## Core Features & Use Cases - Default-driven input resolution: Accepts just a date (e.g. "מחר") and resolves the zone from a weekday route calendar and the driver from a cached driver registry, with explicit overrides. - Stock-gated assignment: Classifies each zone order as READY or SHORT using Supabase ledger balances plus an override list, allocates limited stock oldest-first, and never partially fulfills an order. - Safe live writes with approval: Presents the exact assign/shortage plan for approval, then sets only driver_id and pickup_at via the LionWheel API — never order status — and verifies every write by re-read. - Use Case: On Wednesday evening you say "dispatch מחר"; the Skill pulls all open Center-zone orders, checks stock, shows you 14 assignable orders and a shortage list of 3 missing items, and after your "go" assigns them to the route driver for Thursday. ## Quick Start Ask the assistant to dispatch tomorrow's deliveries, for example: "Dispatch LionWheel orders for מחר" and approve the plan it presents.