Examples
Blog Post Generator
Three-phase pipeline with session caching. Research → Extract → Write.
Company Description
Parallel data gathering from 4 sources, then synthesis.
Employee Recruiter
Conditional branching: only interviews candidates above score threshold.
Notion Manager
Classification → routing to create/update/search Notion pages.
Workflow Patterns
| Pattern | Example | Description |
|---|---|---|
| Sequential + Caching | Blog Post Generator | Phase checkpoints for efficiency |
| Parallel → Sequential | Company Description | Gather concurrently, then synthesize |
| Conditional Branching | Employee Recruiter | Different paths based on output |
| Classification Routing | Notion Manager | Route to different actions by type |