digraph Simplify { graph [goal="Review and simplify recent code changes"] rankdir=LR start [shape=Mdiamond, label="Start"] exit [shape=Msquare, label="Exit"] simplify [label="Simplify", prompt="@prompts/simplify.md"] start -> simplify -> exit }