What problem does it solve?
This Skill solves the complexity of managing multi-agent LLM pipelines by providing a declarative, race-safe, and observable framework for orchestrating agent workflows.
Core Features & Use Cases
- Declarative YAML Workflows: Define complex DAGs with parallel fan-out, loops, and conditions without writing imperative control flow code.
- Hub-and-Spoke Messaging: Ensures reliable, race-safe communication between agents via a centralized coordinator, preventing silent message loss.
- Use Case: Automate a software development lifecycle where a planner agent defines tasks, a coder agent implements features, and a reviewer agent validates changes, all coordinated through a single YAML specification.
Quick Start
Use the zenflow skill to execute the workflow defined in review.yaml using the gemini-3-pro-preview model.