Doordash Profile
Manage the dietary profile (allergens with severity tiers, diets, dislikes) used by doordash-allergy-shield to vet DoorDash carts
$ npx claude-code-templates@latest --command="doordash/doordash-profile" --yesRequires Claude Code. The command adds this command to your project's .claudedirectory — nothing runs on ToolZip's servers.
What's inside this command
Component source
Dietary Profile Manager
Manage the doordash-allergy-shield dietary profile: $ARGUMENTS
State: ~/.claude/doordash-profile/dietary.json. This command is the sanctioned
way to edit it — the vetting flows treat the profile as human-confirmed
input, so every change here must be explicitly confirmed by the user.
Current State
- Profile: !
cat ~/.claude/doordash-profile/dietary.json 2>/dev/null || echo "(no profile yet)"
Task
Parse $ARGUMENTS and run the matching subcommand:
show (default when no arguments)
Render the profile as a table per person: allergens (with severity),
diets, dislikes. Explain the severity tiers:
anaphylaxis— hook-enforced at checkout, never overridable in-sessionavoid— conflicts require explicit acknowledgmentpreference— mentioned, not gated
add <person>
Interview the user for the new person:
- Allergens — for each, ask the severity tier explicitly. Never assume
"would exposure be dangerous (anaphylaxis-tier) or is it avoid-level?"
- Diets (vegetarian, vegan, halal, kosher, gluten-free, ...).
- Dislikes.
- Read back the complete entry and confirm before writing.
edit <person>
Show the person's current entry, ask what to change, confirm the final
entry before writing. Severity downgrades of an anaphylaxis entry require
the user to type the allergen name back explicitly — make deliberate
friction for the dangerous direction.
rm <person>
Show the entry, confirm, remove.
Rules
- Keep the JSON schema exactly as doordash-allergy-shield documents it
people.<name>.allergens[].{name,severity}, diets[], dislikes[]) —
the checkout-gate hook parses this file.
- Read-modify-write the whole file; never append or shell-redirect into it.
- Never invent or infer allergens from past orders — this file is
- After any change, remind the user that already-vetted carts were vetted
Related Claude Code Commands
Doordash Budget
View DoorDash spend vs caps, edit the dd-guard spending policy interactively, and reconcile the intent ledger against real order history
Doordash Lunch
Team lunch orchestration via DoorDash CLI - build a group round, emit checkout with split table, track payer rotation
Doordash Playbook
Manage saved DoorDash order playbooks (list, add from order history, remove, inspect) stored in ~/.claude/dd-cli/playbooks.json
Doordash Report
Spend and activity report for agent-driven DoorDash ordering - reconciles the audit log against real order history and renders totals, per-restaurant breakdown, repeat rate, and abandoned-cart rate
Generate Tests
Generate a complete test file for a specified source file or component. Use when the user explicitly asks to write, create, or generate tests for a specific file.
Ultra Think
Multi-framework structured analysis: surfaces hidden assumptions, generates competing solutions, stress-tests each with adversarial reasoning, and delivers confidence-calibrated recommendations
Catalog data and component content are sourced from the open-source davila7/claude-code-templates project (MIT license). ToolZip curates the listing and writes original descriptions; every component links back to its original source. Claude Code is a product of Anthropic. ToolZip is an independent catalog and is not affiliated with or endorsed by Anthropic.