team

Coordinate multiple workers on a shared task list via tmux-based orchestration.

Updated Apr 10, 2026
One-click install
npx skills add https://github.com/lpjhelder/kronon-forge --skill team-lpjhelder
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: team
Source: https://github.com/lpjhelder/kronon-forge/tree/main/skills/team
Command: npx skills add https://github.com/lpjhelder/kronon-forge --skill team-lpjhelder

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Team coordination across multiple worker sessions to execute a shared task list in Forge, providing durable state, coordination, and lifecycle management while maintaining audit trails and recoverability.

Core Features & Use Cases

  • Centralized orchestration of multiple workers via forge team with tmux-based parallel execution and real-time visibility.
  • Stateful coordination using project-defined state files (.forge/state/team) and mailbox-based mutation paths for reliable task management.
  • Robust lifecycle controls: start, status, resume, and shutdown flows, plus mutation via forge team api for automation and auditing.

Quick Start

Launch a team run with forge team 1:executor "coordinate feature work" and monitor progress with forge team status <team-name>.

Frequently Asked Questions about team

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

FAQPage Schema
How do I coordinate multiple workers to execute a shared task list in parallel?

You can coordinate multiple workers for parallel execution using tmux-based orchestration, which provides durable state tracking and lifecycle controls to manage long-running feature work or multi-agent debugging sessions.

What is mailbox-based mutation in multi-agent workflow orchestration?

Mailbox-based mutation is a stateful coordination mechanism that enables reliable task management through project-defined state files, ensuring workers apply changes safely while maintaining audit trails and recoverability across sessions.

How do I start and monitor a multi-agent team run in Forge?

Launch a team run with the command pattern 'forge team 1:executor "coordinate feature work"' and monitor progress using 'forge team status <team-name>' to track real-time execution and state.

Can I manage the lifecycle of long-running parallel workers including resume and shutdown?

Yes, robust lifecycle controls support start, status, resume, and shutdown flows, enabling durable worker coordination and state management for long-running feature work or multi-agent debugging.

How does tmux pane management work with multi-agent parallel execution?

Tmux pane management enables centralized orchestration of multiple workers by providing real-time visibility into parallel execution, allowing you to monitor and control stateful coordination across active sessions.

When should I not use tmux-based orchestration for workflow coordination?

Tmux-based orchestration is not ideal for ephemeral or stateless tasks that do not require durable state tracking, lifecycle management, or audit trails, as its overhead targets long-running multi-agent coordination.