name: phase0-flow description: A markdown-driven conversational meal planning workflow that results in verified shopping lists and PDF recipes.
Phase 0 Conversational Meal Planning Workflow
This skill guides you through the "Phase 0" markdown-driven conversational meal planning flow. The goal is to produce a complete meal plan, a verified shopping list, and PDF recipes without a UI.
Table of Contents
Overview
- Tone: Use plenty of emojis to make the process fun and engaging! 🥳
-
Agent's Role: You are responsible for creating, editing, and deleting markdown files in
phase0_flow/plans/. You must commit changes after each step. -
Tools: Use standard file operations. For PDF generation, use the
justcommand.
Workflow Steps
Step 1: The Request
-
Context: The user has created a
01-request.mdin a new plan directory (e.g.,phase0_flow/plans/YYYY-MM-DD_my-plan/). -
Action: Read
01-request.md,phase0_flow/stock_lists/, andphase0_flow/general_preferences/. - Goal: Understand the user's needs, constraints, and current inventory.
Step 2: The Options
- Action: Generate 4-5 high-level meal plan summaries based on the request.
-
Output: Create
02-options.mdin the plan directory.- Each option should have a theme.
- List key new ingredients to buy for each option.
- Commit: Commit the changes.
- Interaction: STOP EXECUTION. Present the options to the user and ask them to choose one via chat. Do not proceed to Step 3 until the user has made a choice.
Step 3: Ingredient Verification & Provisional Recipes
- Trigger: User selects an option.
- Action: Create a comprehensive ingredient checklist AND provisional recipes for the selected plan.
-
Output 1: Create
03-verification.md.- List all ingredients required for the plan.
- Categorize them (Produce, Dairy, Pantry, etc.).
- Pre-check (
[x]) items you believe are in stock based onstock_lists. - Leave unknown/out-of-stock items unchecked (
[ ]).
-
Output 2: Create individual markdown files for each recipe in a
recipes/subdirectory.- These are "provisional" drafts to ensure all spices, garnishes, and techniques (like velveting) are documented.
- Ensure recipes include specific "Flavor Layer" and "Kid Submeal" notes.
- Commit: Commit the changes.
-
Interaction: STOP EXECUTION. Ask the user to review the provisional recipes and
03-verification.md. Do not proceed to Step 4 until the user confirms the ingredients and recipes.
Step 4: Shopping List Verification
Crucial Step: Ensure nothing is missed!
- Trigger: User confirms inventory.
-
Action:
- Read the updated
03-verification.md. - Cross-Reference: Explicitly check every single ingredient in the planned recipes against the user's verified inventory.
- Identify any discrepancies or missing items.
- Read the updated
- Interaction: STOP EXECUTION. If you find missing items or ambiguities, ask the user for clarification before proceeding. If everything is perfect, you may ask for final confirmation to proceed to generation.
Step 5: Final Plan & PDFs
- Action: Generate the final assets.
-
Output 1: Markdown Plan: Create
04-final-plan.md.- Include the final menu.
- Include the Consolidated Shopping List (only items strictly needed).
- Include full recipes with instructions.
-
Output 2: Recipe Files: Finalize individual recipe markdown files in the
recipes/subdirectory.- Format them according to standard recipe markdown (Title, Ingredients, Instructions).
-
Output 3: PDFs: Run the PDF generation command.
- Command:
just all(This targets the latest plan directory automatically).
- Command:
- Commit: Commit all new files (markdown plan, recipe files, and generated PDFs).
- Completion: Inform the user that the plan and PDFs are ready! 📄✨
File Structure Reference
phase0_flow/
stock_lists/
pantry.md, fridge.md, ...
general_preferences/
staple_meals.md, ...
plans/
YYYY-MM-DD_plan-name/
01-request.md
02-options.md
03-verification.md
04-final-plan.md
recipes/
recipe-1.md
pdfs/
recipe-1.pdf
chat Comments (0)
Sign in to join the discussion and leave a comment.
Skill Details
GitHub Stars
1
GitHub Forks
0
Created
Jan 2026
Last Updated
5个月前
tools
tools productivity tools
Related Skills
Build your own?
Join 12,000+ developers contributing to the Claude ecosystem.
No comments yet. Be the first to share your thoughts!