agent-team-pipeline
Installation
SKILL.md
Agent Team Pipeline
Overview
Coordinate OpenClaw as the brain dispatching multiple Codex instances in parallel: one for coding, one for testing, one for code review. Each agent works in an isolated git worktree to avoid conflicts.
When to Use
- Need to implement a feature with separate code/test/review phases
- Want parallel execution of independent tasks
- Building a mini development team workflow
Not for:
- Single simple tasks (use single agent)
- Exploratory discussions requiring multi-round dialogue