Tutorial: Meal Planning Workflow
This tutorial builds a meal planning workflow from a simple recipe generator to a fully deployed service.
Each step introduces one new feature while building on what you learned before.
Steps
- First Recipe - Single LLM step generating a recipe
- Better Recipe - Accept ingredients, output structured data
- Meal Plan - Three recipes generated in parallel
- Pantry Check - Read pantry file, use in prompt
- Weekly Plan - Loop through days, refine with conditions
- Save to Notion - Save meal plan to Notion
- Deploy - Deploy to a remote server with schedule
What You’ll Learn
- Workflows, steps, and prompts
- Inputs and outputs
- Parallel execution
- File actions
- Loops and conditions
- Integrations
- Triggers and deployment
Time Required
30 minutes to complete all steps.
Prerequisites
- Conductor installed (see Getting Started)
- Text editor
- For step 6: Notion account (free tier)
- For step 7: Remote server or exe.dev account
Let’s start with Step 1: First Recipe.