graph TD
A[Start: User Input] --> B[FunnyRecipeWordsmith]
B --> C{Research Task - #216}
C --> D[Analyze Niche Description]
D --> E[Gather Cultural References]
E --> F[Identify Key Terminology]
F --> G[Create Research Summary]
G --> H{Writing Task - #190}
H --> I[Generate Recipe Titles]
H --> J[Create Recipe Descriptions]
H --> K[List Ingredients]
H --> L[Write Recipe Steps]
I --> M[Format Output]
J --> M
K --> M
L --> M
M --> N[JSON Output Structure]
N --> O[End: funny-recipe-text]