Đang tải…
Đang tải…
Manage saved DoorDash order playbooks (list, add from order history, remove, inspect) stored in ~/.claude/dd-cli/playbooks.json
npx claude-code-templates@latest --command doordash/doordash-playbookManage saved order playbooks: $ARGUMENTS
State file: ~/.claude/dd-cli/playbooks.json (create with mkdir -p ~/.claude/dd-cli if missing).
cat ~/.claude/dd-cli/playbooks.json 2>/dev/null || echo "(no playbooks yet)"command -v dd-cli || echo "dd-cli NOT on PATH"Parse $ARGUMENTS and run the matching subcommand:
list (default when no arguments)Render a table of playbooks: name, restaurant, baseline subtotal, contexts, last used, times used. If empty, explain how to add one.
add <name>dd-cli order history and show the recent orders.<name> (never guess).order_uuid, restaurant, items_summary
(name/qty/price per item as shown by history or the last cart show),
baseline_total, tolerance_pct: 10, contexts, last_used: today,
times_used: 0.rm <name>Show the entry, confirm with the user, then delete it from the JSON.
show <name>Pretty-print the full entry, including stored items and baseline, and when it was last used.
order_uuid values come only from real dd-cli order history output.doordash-order-playbooks skill (install it alongside).