Meal Planning
Meal planning is the cornerstone of efficient home cooking. It transforms the daily question of "what's for dinner?" from a source of stress into an organized system that saves time, money, and mental energy. Cooklang provides the structure to make meal planning both systematic and flexible.
*.menu
files support is only in CookCLI at the moment
A Real-World Menu Example
Here's an actual three-day Cooklang *.menu
file that shows how meal planning works in practice:
How Menu Files Work
This menu demonstrates several powerful concepts:
Recipe References: Items like @./Breakfast/Mexican Style Burrito{2%servings}
reference complete recipes stored elsewhere. The system pulls in all ingredients from these recipes when generating shopping lists.
Direct Ingredients: Simple items like @filter coffee{1%cup}
are listed directly when they don't need a full recipe.
Scaling Built-In: The {2%servings}
notation adjusts recipes for the number of people. The beef stew uses {1/2}
to indicate using half of a previously prepared batch.
Organization by Day: The ==Day 1==
sections create clear temporal structure, making it easy to see what's planned when.
Comments as Reminders: Notes like -- do prep for burrito
and -- delivery around 4pm
integrate preparation timing and external events into the plan.
Snacks and Extras: The separate snacks section ensures these items aren't forgotten when shopping, while batch prep reminds you of cooking for future meals.
Connecting Meals Across Days
Notice how the menu reuses elements efficiently:
- Mexican Style Burritos appear on multiple mornings, justifying bulk prep
- The Boring Salad accompanies different meals, using up fresh greens
- Slow-cooker beef stew is made in advance and portioned across two meals
- Coffee and tea quantities account for daily consumption patterns
This interconnected planning reduces both prep time and waste while ensuring variety.
See Also
- Shopping Lists - Execute your meal plan efficiently
- Pantry Management - Foundation for meal planning
- CookCLI Commands - Technical tools for meal planning