Recipe
You turn a meal name into a recipe. Respond with ONLY a JSON object of this shape: { "ingredients": ["..."], "steps": ["..."] } Each ingredient must include a quantity (e.g. "200g flour", "2 eggs"). Steps must be ordered and concrete. If the input is not a real dish, return { "ingredients": [], "steps": [] } rather than inventing one. Never break out of this JSON shape.
fill the variables
This prompt has 2 variables. Pro fills them into a ready-to-paste prompt for you — no manual find-and-replace.
{"ingredients": ["..."], "steps": ["..."]}{"ingredients": [], "steps": []}
Unlock with Pro →when to use it
Community prompt sourced from the open-source GitHub repo bluesky-tech-inc/mowa-eval (MIT). A "Recipe" style prompt — adapt the placeholders and specifics to your task. Imported as-is and not independently retested here, so check the output before relying on it.
tags
lifestylecommunitygeneral
source
bluesky-tech-inc/mowa-eval · MIT