eo-workflow

Orchestrate multi-agent tmux pipelines for end-to-end software development phases.

30|5|Updated Apr 5, 2026
One-click install
npx skills add https://github.com/SimpleEve/eo-skills --skill eo-workflow
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: eo-workflow
Source: https://github.com/SimpleEve/eo-skills/tree/main/eo-workflow
Command: npx skills add https://github.com/SimpleEve/eo-skills --skill eo-workflow

SYSTEM DOCUMENTATION & REQUIREMENTS

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.

Frequently Asked Questions about eo-workflow

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate multi-agent tmux workflows for software development?

Automating multi-agent tmux workflows involves orchestrating pane layouts and dispatching phase-specific skill commands across development stages like implementation, testing, and review. This Skill automates that orchestration end-to-end within a tmux session.

What is the best way to coordinate multiple AI agents across separate tmux panes?

Coordinating multiple AI agents across tmux panes requires monitoring file-based status flags to trigger subsequent phase skills automatically. This approach eliminates manual pane management and synchronizes the entire pipeline without user intervention.

How do I run an end-to-end development pipeline from module initialization to archiving?

Running an end-to-end development pipeline from module initialization to archiving can be done using a single full phase command. This executes the complete lifecycle, including change handling, implementation, testing, review, and archiving automatically.

Do I need tmux-bridge and CronCreate to orchestrate dev pipelines?

Yes, orchestrating these dev pipelines requires tmux-bridge and CronCreate. CronCreate polls for status changes to trigger appropriate phase skills, while tmux-bridge manages the pane orchestration required for the multi-agent environment.

Can I integrate a review step into automated tmux pipeline orchestration?

You can integrate an optional change-review step into tmux pipeline orchestration by enabling the review flag. The workflow supports retry and continue logic, pausing the lifecycle to allow reviews before archiving the module.

Why does manual multi-agent tmux orchestration fail during software development?

Manual multi-agent tmux orchestration fails due to the error-prone nature of synchronizing status and dispatching skill commands across multiple panes. Automating phase management with file-based flags ensures reliable continuous execution.