What problem does it solve? Written recipes hide the dependency structure between ingredients and steps, making it hard to see what can be prepared in parallel, when streams join, and where timing matters. This Skill turns any recipe into a visual process-flow table that shows ingredient streams, preparation branches, joins, temperatures, and timings at a glance. ## Core Features & Use Cases - Dependency Graph Construction: Normalizes the full recipe source, splits ingredients into labeled portions, and orders operations into planar columns so every join is unambiguous. - High-Resolution PNG Rendering: Encodes the graph as JSON and renders a 4K-wide PNG table with merged action cells, wrapped labels, and a monospaced font via Python and ImageMagick. - Audit and Uncertainty Marking: Verifies every ingredient, operation, and ordering constraint against the source, flagging ambiguities with [?] instead of inventing resolutions. - Use Case: Ask for a diagram of a banana bread recipe and receive a Cooking for Engineers-style chart showing the mash and melt streams joining into a mix step, with oven preheating listed as setup. ## Quick Start Ask the agent to create a recipe diagram for your recipe, for example: turn this chocolate chip cookie recipe into a Cooking for Engineers-style process-flow diagram.