What problem does it solve?
Reordering food through a CLI loses the context of which past order is "the usual", and blind reordering silently accepts menu changes, substitutions, and price increases. This Skill persists named order playbooks across sessions and forces a cart comparison against the stored baseline before any checkout link is handed over.
Core Features & Use Cases
- Named Order Recall: Map names and context words ("post-gym", "Friday ramen") to DoorDash order UUIDs and rebuild them with
dd-cli order reorder.
- Mandatory Drift Detection: Diff the rebuilt cart against stored items and baseline totals, gating checkout when items go missing or prices exceed a tolerance percentage.
- Self-Healing Playbooks: When a restaurant's menu changes, search for the restaurant, rebuild an equivalent cart, and refresh the stored order UUID.
- Use Case: Say "order my post-gym bowl" and the Skill rebuilds your saved Sweetgreen order, shows a table of any price or item changes, and only then gives you the checkout URL.
Quick Start
Ask the assistant to order your saved post-gym meal and review the cart diff it shows before opening the checkout link.