What problem does it solve?
Development teams often need to coordinate multiple AI agents across several tmux panes to execute a full end‑to‑end workflow (module init, change, implementation, testing, review, archive). Managing these panes, synchronizing status, and dispatching the correct skill commands manually is time‑consuming and error‑prone.
Core Features & Use Cases
- Pane orchestration: Automatically creates and layouts tmux panes for each phase (spec, change, implement, test, review).
- Phase management: Monitors file‑based status flags and triggers the appropriate
/eo‑* skill (module‑init, change, implement, test, review, archive) without user intervention.
- Loop & review integration: Uses CronCreate to poll for status changes, supports optional change‑review steps, and handles retry/continue logic.
- Full‑pipeline execution: The
full phase runs the entire lifecycle from module creation to archiving in a single command, ideal for rapid prototyping or CI‑like automation.
Quick Start
Execute /eo-workflow full transport 001-add-queue 5m --with-review to start the end‑to‑end workflow for the transport module.