meta-multi-session-worker

Orchestrates parallel CLI workers in separate tmux sessions for distributed task execution.

31|4|Updated Apr 6, 2026
One-click install
npx skills add https://github.com/kissrosecicd-hub/agents-evolution --skill meta-multi-session-worker
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: meta-multi-session-worker
Source: https://github.com/kissrosecicd-hub/agents-evolution/tree/main/.agents/skills/meta/orchestration/multi-session-worker
Command: npx skills add https://github.com/kissrosecicd-hub/agents-evolution --skill meta-multi-session-worker

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Orchestrates multi-session worker processes across tmux sessions to scale task execution and keep workloads isolated.

Core Features & Use Cases

  • Orchestrates spawn, monitoring, and synthesis of results across multiple CLI workers.
  • Provides isolation and fault containment by running workers in separate tmux sessions.
  • Suitable for heavy tasks like code audits, large-scale testing, and data processing that benefit from parallelism.

Quick Start

Spawn a coordinating session and launch multiple worker sessions to distribute tasks.

Frequently Asked Questions about meta-multi-session-worker

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

FAQPage Schema
How do I orchestrate distributed workers in tmux for parallel task execution?

Orchestrate distributed workers in tmux by using a central coordinator to spawn, monitor, and synthesize results across multiple isolated tmux sessions. This scales task execution and isolates workloads for heavy parallel processing.

What is multi-session worker coordination and when do I need it for code audits?

Multi-session worker coordination is the process of managing parallel CLI workers across separate tmux sessions. You need it for heavy, distributed workloads like code audits, large-scale testing, or code generation where parallel execution is beneficial.

Can I use tmux sessions to isolate fault containment during large-scale testing?

Yes, you can use tmux sessions to isolate fault containment during large-scale testing. By running workers in separate tmux sessions, failures are contained per-session, preventing a single worker crash from disrupting the entire distributed workload.

What's the best way to scale task execution across multiple CLI workers?

The best way to scale task execution across multiple CLI workers is implementing a central coordinator that manages coordinated spawning and monitoring. This approach synthesizes results from per-worker tmux sessions to maximize parallelism.

How do I spawn and monitor parallel workers in separate tmux sessions?

Spawn and monitor parallel workers by launching a coordinating session that distributes tasks across multiple per-worker tmux sessions. The central coordinator handles the coordinated spawning, continuous monitoring, and final result synthesis.

Does multi-session orchestration work for distributed data processing workloads?

Yes, multi-session orchestration works for distributed data processing workloads. It applies to heavy tasks that benefit from parallelism, using a central coordinator to spawn and synthesize isolated tmux worker sessions.