Cookbook¶
Five runnable scenarios. Each ends with a Next: pointer to the next one.
| Scenario | Command | What it covers |
|---|---|---|
| Codebase audit | li o fanout | Parallel workers, independent findings |
| Research synthesis | li o fanout --with-synthesis | Fan-out + consolidation |
| Multi-model pipeline | li o flow | DAG with dependency edges |
| Team coordination | li team + --team-mode | Mid-flow messaging |
| Resumable background | li o flow --background | Detach, monitor, resume |
Next: Codebase audit — the simplest pattern.