Create your first protocol
Pick a dish. Something youâve made before is ideal for your first run â youâll have intuition to compare against, and you can focus on learning the system instead of learning the dish at the same time.
The skill is called ârecipeâ because thatâs what youâre thinking â I want a recipe for beef stew. But what it builds is a protocol, and a protocol is a lot more than a recipe.
A recipe is a list of ingredients and steps. A protocol carries the science behind each step â why you sear before you braise, what temperature breaks down collagen without toughening the muscle, what âmahogany brownâ actually looks like. It knows your equipment, your thermometerâs quirks, your seasoning preferences. It tells you what to look for, not just how long to wait. And it gets better every time you cook it â each debrief writes lessons back into the protocol so the next cook starts smarter than the last one.
A recipe is a trail map. A protocol is a guide whoâs walked it before.
Start with help
Type /panout-help and tell it what you want to make:
- âI want to make chicken thighsâ
- âletâs do a risottoâ
- âIâm thinking pan-seared salmonâ
Pan Out checks whether you already have a protocol for that dish. If you do, it routes you straight to cooking. If you donât, it starts the recipe skill to research and build one.
Phase 1: Intake â âWhat are we making?â
The skill starts by understanding your context. It reads your cook profile and any existing memory, then asks a few calibration questions:
- Whatâs your goal? First attempt? Refining a dish youâve made before? Solving a specific problem?
- Equipment check â confirms whatâs available, or asks if it doesnât know
- How many servings?
- Any constraints? Time budget, missing ingredients, dietary needs
If you already have a protocol for this dish (from a previous run), itâll offer to refine rather than rebuild from scratch: âYou already have a beef stew protocol. Want to revise it, or start fresh?â
If you have protocols for related dishes â say, a lamb braise when youâre building a beef braise â itâll pull in proven patterns as a starting point.
Phase 2: Research â âUnderstand the scienceâ
This is where the skill does its homework. It runs multiple web searches targeting:
- Core science â heat transfer, protein denaturation, Maillard reaction conditions, collagen conversion
- Authoritative technique â detailed methods from established sources (Harold McGee, Kenji Lopez-Alt, ATK)
- Common failure modes â what goes wrong and why
- Temperature and time data â cross-validated from multiple sources
- Food safety â FDA/USDA guidelines for the relevant proteins
- Your equipment â how your specific gear affects the technique
It compiles everything into a research document and shows it to you. For proteins, it cross-validates target temperatures against USDA and FDA safe-cooking guidelines so the protocol doesnât undershoot a safety threshold. This is the âwhyâ behind the dish â the science that makes the protocol make sense. This research persists as a dedicated science file alongside the protocol, so the reasoning is always available â during cooks, debriefs, and future revisions.
You review it, ask questions, push back. The skill wonât move on until youâre satisfied with the research.
Phase 3: Protocol compilation â âBuild the flight planâ
Now the skill proposes a phase structure:
âIâm thinking 5 phases:
- Mise en Place â cutting, drying, organizing (15-20m)
- Maillard Phase â high-heat sear in batches (15-20m)
- Collagen Conversion â low-and-slow braise (90m)
- Vegetable Integration â potatoes and carrots (25-30m)
- Rest & Season â off heat, final seasoning (15m)
Total time: about 3 hours. Does that match how youâd approach this?â
This is a negotiation, not a dictation. You can merge phases, split them, change the order, adjust technique. The skill compiles your agreed structure into an executable protocol â the format that the cook skill consumes.
Every protocol includes:
- Ingredients with quantities, functional roles, scaling principles, and substitution notes
- Phases marked as active (hands-on) or passive (timer-driven)
- Steps with sensory cues, science notes, and equipment-specific guidance
- Temperature targets as true/actual values (calibration is applied at cook time)
- Timers for every passive phase
Before finalizing, the skill runs two automated reviewers over the draft protocol â one checks format compliance, the other plays adversarial skeptic and flags anything that would confuse or trip up a first-time cook. You donât interact with them; they just tighten things up before the protocol is saved.
Phase 4: Finalize â âSave and hand offâ
The skill writes two files:
- The executable protocol in
protocols/{dish}.md - A companion science file in
protocols/{dish}-science.mdâ the permanent âwhyâ reference for the dish, containing the chemistry, temperature rationale, failure modes, and food safety data that informed every decision in the protocol
Then it hands off:
âProtocol ready. Say âletâs cookâ when youâre ready to start.â
What the protocol looks like
You donât need to read the protocol file directly â the cook skill handles it. But if youâre curious, each protocol contains structured phases with steps, sensory cues, timing, and the science behind each action.