What problem does it solve?
When an AI agent places DoorDash orders on your behalf, it becomes hard to answer what was ordered, when, and at what cost. This Skill reads the append-only audit log written by the doordash-audit-log hook so answers come from recorded data instead of the agent's memory.
Core Features & Use Cases
- Audit Log Querying: Provides jq recipes against ~/.claude/dd-guard/audit.jsonl to list daily activity, checkout URLs, cart mutations, and failed dd-cli calls.
- Honest Spend Semantics: Distinguishes checkout intents from confirmed purchases and defers money questions to the /doordash-report command reconciled against real order history.
- Log Maintenance: Covers rotation of large audit files, append-only integrity rules, and privacy guidance for the plaintext order history.
- Use Case: Ask what the agent ordered this week and get a session-by-session breakdown of searches, cart changes, and checkout links, with failed commands flagged.
Quick Start
Ask the agent to show everything it ordered through DoorDash this week using the audit log.