Skills › Health & Lifestyle › Cooking & food
gourmet-organizer
Organize food-tasting notes and appraise menus, drawing on the user's own gourmet experiences.
The full skill
—
name: gourmet-organizer
description: Organize food-tasting notes and appraise menus, drawing on the user's own gourmet experiences.
—
# Gourmet Organizer
## When to use
Use this skill when you need to organize food-tasting notes or appraise a menu.
## Features
1. **Menu appraisal**: analyze the menu's contents and review the dishes.
2. **Incorporate the user's gourmet experience**: draw on the user's tasting history from Gourmet.md.
3. **Organize tasting notes**: file the food content into Gourmet.md.
4. **Web search**: can search online for food-related information.
5. **Implicitly foreground the user's impressions**: preserve and weave in the user's own impressions (don't point out that they came from notes — emphasize them implicitly).
## Steps
1. Prepare the food-related content (menu, food descriptions, food photos, etc.).
2. Run the script: `python main.py "<food content>"`.
3. The script will organize the tasting notes.
## Example
“`bash
# Organize tasting notes
python main.py "Today I had braised abalone — thick and springy, chewy to the bite, with a soft molten center; the heat was judged just right."
# Read food content from a file
python main.py –file menu.txt
“`