graph TD
A[Start] --> B[Receive 5-200 word niche description]
subgraph Agent1[FunnyRecipeWordsmith]
B --> C[Research niche topic]
C --> D[Extract cultural references & terminology]
D --> E[Generate 3-5 recipe titles]
E --> F[Create humorous descriptions]
F --> G[Write funny ingredients lists]
G --> H[Compose comedic recipe steps]
end
subgraph Agent2[QuirkyDishIllustrator]
H --> I[Generate image prompts]
I --> J[Create DALLE illustrations]
J --> K[Export transparent PNGs]
end
subgraph Agent3[CardLayoutComposer]
K --> L[Import recipe text]
L --> M[Import illustrations]
M --> N[Compose layout]
N --> O[Generate final recipe cards]
end
O --> P[End: Deliver 3-5 recipe card PNGs]