evolving-workflow
Installation
SKILL.md
Evolving Workflow
Templates for building parallel AI agent workflows using the Codex SDK.
Templates
| Template | Pattern | Description |
|---|---|---|
| parallel_tasks | Fan-out | Process items in parallel with bounded concurrency |
| multi_phase | Fan-out → Sequential → Fan-out | Three-phase workflow with intermediate planning |