team-dispatch

Deploy an agent team from an arc issue graph with role-based tasks.

1|Updated Apr 4, 2026
One-click install
npx skills add https://github.com/SentioLabs/agent-nexus --skill team-dispatch
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: team-dispatch
Source: https://github.com/SentioLabs/agent-nexus/tree/main/claude-marketplace/plugins/arc/skills/team-dispatch
Command: npx skills add https://github.com/SentioLabs/agent-nexus --skill team-dispatch

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Coordinating work across multiple agents for an arc epic can be slow and error-prone; this skill translates an arc issue graph into a structured team plan, enabling parallel work across roles and consistent task ownership.

Core Features & Use Cases

  • Gather team context from the arc epic and identify required roles based on teammate labels.
  • Create a named team and per-issue tasks, including dependencies, priorities, and descriptions.
  • Spawn role-based teammates and assign tasks to the correct owner identities.
  • Monitor task progress, validate closures, and automatically resolve unblocked work.

Quick Start

Use arc team context <epic-id> --json to generate a team plan, review the composition, and confirm to deploy the team.

Frequently Asked Questions about team-dispatch

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

FAQPage Schema
How do I automate epic work across multiple agents?▼

To automate epic work across multiple agents, you deploy a structured team plan from an arc issue graph. This maps teammate roles from labels, creates per-issue tasks, and spawns role-based agents to parallelize the workload.

How do I map arc labels to teammate roles for task execution?▼

Mapping arc labels to teammate roles occurs automatically when the skill gathers team context from an arc epic. It identifies required roles based on the applied labels and assigns per-issue tasks to the correct owner identities.

Can I use team-dispatch without an active arc project?▼

You cannot use this orchestration without an active arc project. Deploying role-based agents requires an active arc project, a running arc server, and labeled issues in the graph to map to team roles.

How does parallel task execution handle dependencies within an epic?▼

Parallel task execution handles dependencies by monitoring progress and validating closures. It automatically resolves unblocked work, ensuring downstream tasks begin only when their prerequisite per-issue tasks are completed.

What is the best way to coordinate work across multiple agents for an epic?▼

The best way to coordinate multiple agents is translating the arc issue graph into a structured team plan. This enables parallel work across roles and ensures consistent task ownership instead of manual coordination.

Why does spawning teammates require labeled issues in the arc graph?▼

Spawning teammates requires labeled issues because the skill uses those labels to map out required roles. Without labeled issues, the workflow cannot identify teammate roles or assign per-issue tasks to correct owners.