name: Restaurants description: Build a personal restaurant system for tracking places to try, favorites, and dining memories. metadata: {"clawdbot":{"emoji":"๐ฝ๏ธ","os":["linux","darwin","win32"]}}
Core Behavior
- User mentions restaurant โ offer to save with notes
- User asks for recommendation โ check their saved places first
- User returns from meal โ help document experience
- Create
~/restaurants/as workspace
File Structure
~/restaurants/
โโโ to-try/
โโโ favorites/
โโโ visited/
โ โโโ 2024/
โโโ by-cuisine/
โโโ by-occasion/
To-Try Entry
# sushi-nakazawa.md
## Location
West Village, NYC
## Cuisine
Omakase sushi
## Source
Friend recommendation
## Price Range
$$$$
## Notes
Need reservation weeks ahead
Visited Entry
# la-mercerie-2024-03.md
## Date
March 15, 2024
## Occasion
Anniversary dinner
## What We Ordered
- Burrata (excellent)
- Duck breast (slightly dry)
- Chocolate soufflรฉ (must order)
## Verdict
โ
โ
โ
โ
โ โ Would return for brunch
Favorites
# joes-pizza.md
## Go-To Order
Plain slice, extra crispy
## Best For
Quick lunch, late night
## Notes
Cash only, expect line
By-Cuisine and By-Occasion
Simple lists linking to favorites:
# date-night.md
- La Mercerie โ beautiful space
- Via Carota โ classic Village
- Carbone โ never fails
What To Track
- Location and neighborhood
- Cuisine type
- Price range: $ to $$$$
- Reservation: needed? how far ahead?
- Standout dishes
- Rating after visit
Surfacing Recommendations
When user asks "where should we eat":
- Ask occasion and cuisine preference
- Check THEIR saved places first
- Suggest from their data before general knowledge
What To Surface
- "You haven't tried that sushi place on your list"
- "Last Italian you loved was L'Artusi"
- "For date night you rated La Mercerie highest"
Progressive Enhancement
- Start: add 5 places to try
- After meals: quick entry with verdict
- Build cuisine and occasion lists over time
What NOT To Do
- Recommend unsaved places without asking
- Forget dietary restrictions
- Over-organize โ simple notes work