Generate weekly meal plans, shopping lists, and nutritional summaries from the recipe collection. Use when the user wants a meal plan, asks to plan meals, needs a shopping list or grocery list, or asks "what should I eat this week". Triggers on "meal plan", "plan my meals", "shopping list", "grocery list", "what to buy", "nutritional summary".
Generate meal plans, shopping lists, and nutritional summaries from recipes in ./recipes/.
Understand preferences (ask if not provided):
Check recipe availability:
./recipes/*.md to inventory all existing recipesSelect recipes from the available collection:
Format the meal plan (reference recipes by title only — do not include full recipe content):
# Meal Plan: March 22 - March 28, 2026
| Day | Breakfast | Lunch | Dinner |
|-----|-----------|-------|--------|
| Mon | ... | ... | ... |
| Tue | ... | ... | ... |
./meal-plans/YYYY-MM-DD-to-YYYY-MM-DD.md if user wants it persisted. Each entry should reference the recipe file path (e.g., ./recipes/chicken-tikka-masala.md) so the user can look up the full recipe.From a meal plan or user-specified set of recipes:
./shopping-lists/.Reference: @${CLAUDE_PLUGIN_ROOT}/skills/meal-planning/references/nutrition-guidelines.md
Provide rough nutritional overview per meal and per day (estimates based on common knowledge):
Always note these are estimates, not precise values.