agentforge-multiagent

Orchestrate coordinated sub-agent collaboration with spawn modes and an agent registry.

Updated Apr 8, 2026
One-click install
npx skills add https://github.com/Kingxiao/agentforge --skill agentforge-multiagent
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: agentforge-multiagent
Source: https://github.com/Kingxiao/agentforge/tree/main/agentforge-multiagent
Command: npx skills add https://github.com/Kingxiao/agentforge --skill agentforge-multiagent

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Orchestrates coordinated sub-agent collaboration to tackle complex tasks beyond a single agent's capacity.

Core Features & Use Cases

  • Phase 7: Multi-Agent Coordination with 5 sub-agent spawn modes (sync/async/worktree/remote/adversarial-debate) + agent registry + communication protocols + anti-patterns.
  • Provides a governance layer for inter-agent handoffs, visibility, and recovery, reducing runaway delegation and improving traceability.
  • Use cases include parallel task execution, file-isolation via worktrees, remote execution, and robust inter-agent workflows with safety checks.

Quick Start

Invoke multi-agent coordination by saying multi-agent to spawn and manage sub-agents under governance.

Frequently Asked Questions about agentforge-multiagent

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

FAQPage Schema
How do I coordinate multi-agent collaboration for complex software engineering tasks?

Multi-agent coordination orchestrates sub-agents to tackle complex tasks beyond a single agent's capacity by managing an agent registry, communication protocols, and safety controls for robust parallel execution.

What are the available sub-agent spawn modes for parallel task execution?

Available sub-agent spawn modes include sync, async, worktree, remote, and adversarial-debate, enabling flexible parallel task execution, file-isolation, remote execution, and robust inter-agent workflows.

How does worktree file-isolation improve multi-agent governance?

Worktree file-isolation improves multi-agent governance by providing a safe governance layer for inter-agent handoffs, ensuring file-level isolation during parallel sub-tasks, visibility, and recovery.

When should I use adversarial-debate spawn mode in inter-agent communication?

Use the adversarial-debate spawn mode in inter-agent communication when your multi-agent coordination requires robust safety checks, anti-pattern prevention, and controlled debate to validate complex task outcomes.

Does multi-agent orchestration require external dependencies to manage an agent registry?

No, multi-agent orchestration applies built-in governance of inter-agent communication across an agent registry without requiring external dependencies, reducing runaway delegation and improving traceability.

What is the best way to prevent runaway delegation in sub-agent workflows?

The best way to prevent runaway delegation is applying a governance layer with safety controls, anti-patterns, and communication protocols across the agent registry to ensure visibility and recovery during sub-agent handoffs.