Agent Coordination

Coordinate local task spawning and remote delegation within a shared workspace.

1|Updated Feb 25, 2026
One-click install
npx skills add https://github.com/nomeforme/connectome-monorepo --skill agent-coordination-nomeforme
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Agent Coordination
Source: https://github.com/nomeforme/connectome-monorepo/tree/main/skills/agent-spawning/coordination
Command: npx skills add https://github.com/nomeforme/connectome-monorepo --skill agent-coordination-nomeforme

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Coordinate local spawning of tasks and remote delegation within a shared workspace to reduce context switching and keep artifacts in sync.

Core Features & Use Cases

  • Orchestrates local spawning of processes and tools for hands-on work while enabling delegation to other agents to own longer-running tasks.
  • Maintains shared workspace artifacts in /workspace/shared/ to ensure coherence across local and delegated work.
  • Supports real-time progress visibility and context inheritance across branches created by delegation.

Quick Start

Configure a two-step workflow that locally spawns a task and delegates the remaining work to another agent while preserving context.

Frequently Asked Questions about Agent Coordination

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

FAQPage Schema
How do I coordinate local task spawning and remote delegation within a shared workspace?

To coordinate local spawning and remote delegation, configure a workflow that executes local processes while handing off longer-running tasks to delegated agents, maintaining shared artifacts in a common workspace directory.

What is multi-agent orchestration and when do I need it for project workflows?

Multi-agent orchestration is the process of managing local and delegated agent tasks within a shared workspace. You need it when reducing context switching and keeping artifacts synchronized across concurrent branches of work.

How do I set up a shared workspace for multi-agent task delegation?

Set up a shared workspace by establishing a common directory for artifacts, configuring local process execution, and defining delegation mechanisms to ensure context inheritance and traceable workflows across agents.

Can I maintain context inheritance when delegating tasks to other agents?

Yes, context inheritance is maintained during remote delegation by preserving shared workspace artifacts and applying orchestration mechanisms that track real-time progress across spawned branches.

Does agent orchestration work for long-running tasks handed off to remote processes?

Yes, agent orchestration supports handing off longer-running tasks to delegated agents while local work continues, ensuring both local and remote operations remain synchronized within the shared workspace.

What are the limitations of coordinating local and remote agent tasks in a shared workspace?

Limitations include the requirement for clear workspace setup and explicit delegation mechanisms. Without proper local process execution configuration, maintaining context and traceable artifacts across agents may fail.