Deterministic multi-agent dev pipeline with Lobster workflows
A developer built a deterministic multi-agent dev pipeline inside OpenClaw using Lobster workflows. Three isolated agents work with YAML-driven orchestration, not LLM-decided flow.
What the Pipeline Does
- Programmer: writes code from specs
- Reviewer: checks quality (max 3 iterations)
- Tester: validates output
- Parallel: 4 projects x 3 roles = 12 concurrent sessions
- Validation: LLM output checked against JSON schemas before next step
How He Built It
Each agent gets own tools, memory, identity, workspace. Communication via Telegram. YAML controls state machine. After evaluating Copilot sessions, Protoagent, and Ralph, chose Lobster but needed loops. Contributed Sub-lobsters nested workflow feature (PR #20). Published on dev.to.
Results: Up to 12 concurrent sessions. Contributed Sub-lobsters (PR #20) to OpenClaw/Lobster.