1. Parse Intent
Regex fast path matches `cancel_subscription` and `create_purchase_order`.
Storyboard Scene 6
Natural Language Command
"Cancel subscription SUB-123 and create a purchase order for Acme Corp"
Regex fast path matches `cancel_subscription` and `create_purchase_order`.
Claude Haiku fallback confirms arguments and normalizes vendor name.
`ACTION_PARAM_WHITELIST` filters parameters before dispatch.
POST /api/sync-central/subscriptions/SUB-123/cancel
Result: `status=queued` with audit event `ACT-98122`.
POST /api/supplier-central/purchase-orders
Result: `PO-44710` created after fuzzy match `Acme Corp`.
Key point: "Cancel a subscription in plain English, with policy-grade controls."