boss-cmux-team

Orchestrate multi-agent terminal teams in cmux using team-config JSON.

1|Updated Jan 4, 2026
One-click install
npx skills add https://github.com/bossjones/boss-skills --skill boss-cmux-team
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: boss-cmux-team
Source: https://github.com/bossjones/boss-skills/tree/main/plugins/boss-dev/agent-harness/skills/boss-cmux-team
Command: npx skills add https://github.com/bossjones/boss-skills --skill boss-cmux-team

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires cmux, agent-harness, and includes scripts (resource) and assets (resource) components.

What problem does it solve?

This Skill automates the orchestration of multi-agent terminal teams in cmux, streamlining agentic development workflows and enhancing collaboration.

Core Features & Use Cases

  • Team Management: Spawn, orient, and drive a team of terminal agents in cmux.
  • Agent Coordination: Build and operate agentic dev workflows with subagents, commands, hooks, and scripts.
  • Use Case: Visualize a team of developers working on a single feature, with a lead agent managing a grid of worker agents (e.g., planning, building, testing).

Quick Start

Spawn a team of agents for a feature called 'my-feature' using the 'boss-cmux-team' skill.

Frequently Asked Questions about boss-cmux-team

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

FAQPage Schema
How do I orchestrate multi-agent terminal teams in cmux for development workflows?

You can orchestrate multi-agent terminal teams in cmux by using a skill that automates the spawning, orientation, and management of agents defined in a team-config JSON file. This setup streamlines agentic development workflows by allowing a lead agent to drive a grid of worker agents for planning, building, and testing.

What prerequisites do I need to automate agent coordination in a cmux workspace?

To automate agent coordination in a cmux workspace, you need macOS with cmux installed. You must also configure environment variables for credential injection and notification-waiting before spawning your terminal agents.

How does team management work for agentic development workflows using terminal agents?

Team management for agentic development works by automatically spawning and driving a team of terminal agents from a team-config JSON. A lead agent manages a grid of worker agents, coordinating subagents, commands, hooks, and scripts to build features collaboratively.

Can I use agent-harness to build subagents and hooks for cmux team management?

Yes, you can use agent-harness alongside cmux to build and operate agentic dev workflows. The harness supports driving subagents, commands, hooks, and scripts within your orchestrated terminal team environment.

What is the best way to spawn a team of agents for a specific feature in cmux?

The best way to spawn a team of agents for a specific feature is to define your configuration in a team-config JSON and invoke the orchestration skill. This automates the creation of a lead agent and worker agents tailored to your feature's development workflow.

Why does multi-agent terminal orchestration require environment variables for credential injection?

Multi-agent terminal orchestration requires environment variables for credential injection to securely authenticate the automated agents within the cmux workspace. This setup ensures worker agents can operate and communicate safely during agentic development workflows.