team

Coordinate agent workers on a shared task list via tmux orchestration.

2|1|Updated Oct 8, 2009
One-click install
npx skills add https://github.com/riethmayer/dotfiles --skill team-riethmayer
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: team
Source: https://github.com/riethmayer/dotfiles/tree/main/stow/agents/.agents/skills/team
Command: npx skills add https://github.com/riethmayer/dotfiles --skill team-riethmayer

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Orchestrates and coordinates multiple agent workers on a shared task list using a tmux-based runtime to ensure reliable parallel execution and lifecycle management.

Core Features & Use Cases

  • Durable team orchestration with leader/follower roles and per-worker inbox and heartbeat tracking.
  • Real-time coordination of tmux panes, worker readiness, and messaging for long-running or parallel tasks.
  • Use Case: Deploy a team of agents to tackle a complex set of subtasks with coordinated progress and auditable state.

Quick Start

Launch a coordinated OMX team using omx team to start worker panes and begin task execution.

Frequently Asked Questions about team

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

FAQPage Schema
How do I coordinate multiple agents for parallel execution on a shared task list?

Multi-agent parallel execution is coordinated using a tmux-based orchestration layer that manages leader and follower roles, assigns tasks from a shared list, and tracks worker readiness via heartbeats. This ensures durable sessions and reliable parallel task execution across teams.

What is tmux-based orchestration for multi-agent workflows?

Tmux-based orchestration is a runtime approach that coordinates multiple agent workers by managing tmux panes, enforcing startup verification, routing per-worker inbox messages, and ensuring safe shutdown for long-running or parallel tasks.

How do I start a coordinated team workflow with tmux?

Launch a coordinated team by running the omx team command, which starts worker panes and begins task execution. The orchestration layer enforces startup verification to ensure all workers are ready before processing the shared task list.

Do I need any external dependencies to run durable team orchestration?

No external dependencies are required to run durable team orchestration. The Skill operates independently using tmux as its runtime environment to provide persistent state, per-worker inbox messaging, and heartbeat tracking for reliable parallel execution.

Can I track real-time progress and worker state across parallel agent tasks?

Real-time progress and worker state are tracked through per-worker inbox messaging and heartbeat monitoring within the tmux orchestration layer. This provides auditable state and coordinated progress visibility for complex subtasks.

What are the limitations of using tmux for multi-agent parallel execution?

Tmux-based parallel execution requires managing durable worker sessions within tmux panes, meaning coordination depends on tmux session stability. The orchestration layer enforces safe shutdown to prevent state corruption, but complex workflows still need careful task list management.