Set up chef preferences — location, dietary restrictions, number of people, cuisine preferences, skill level, and preferred grocery stores. Use when user wants to configure chef or set their cooking profile.
Set up the user's cooking profile, saved to ~/.claude/chef/config.md. Create the file if it doesn't exist; update fields if it does.
Walk through each field interactively, showing the current value if one exists:
| Field | Description | Example |
|---|---|---|
location | City + province/country | Montreal, QC |
preferred_stores | Grocery stores nearby | IGA Plateau, Metro Jean-Talon, SAQ |
dietary | Restrictions or preferences | none, vegetarian, no nuts, gluten-free |
people | Default number of people to cook for | 2 |
cuisine_preference |
| Favourite cuisines |
French, Italian, Japanese |
skill_level | Cooking confidence | beginner, intermediate, advanced |
oven_temp_unit | Preferred unit for oven temps | fahrenheit (default), celsius |
health_goals | Weekly eating goals for meal prep | balanced, high_protein, plant_forward, low_carb, light |
prep_days | Days to prep for each week | 4 (Mon–Thu default) |
prep_extras | Extra portions per meal beyond people (e.g. packed lunches) | 0 default, 1 for one next-day lunch |
prep_time | Available prep session time | 2h30 default |
~/.claude/chef/config.md if it exists — show current values--- delimiters. Do NOT use bullet lists. Example:
---
location: Montreal, QC
preferred_stores: IGA Plateau, Metro Jean-Talon, SAQ
dietary: none
people: 2
cuisine_preference: French, Italian, Japanese
skill_level: intermediate
---
~/.claude/chef/config.md---