multi-agent

Coordinate parallel AI agents with leader-worker delegation and structured result synthesis.

224|27|Updated May 12, 2026
One-click install
npx skills add https://github.com/WrongStack/WrongStack --skill multi-agent-wrongstack
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: multi-agent
Source: https://github.com/WrongStack/WrongStack/tree/main/packages/core/skills/multi-agent
Command: npx skills add https://github.com/WrongStack/WrongStack --skill multi-agent-wrongstack

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Coordinates parallel AI agent execution for tasks that benefit from fanning out. Leader delegates narrow subtasks to workers, collects structured results, and synthesizes a unified output.

Core Features & Use Cases

  • Parallel coordination of leader and worker roles to speed complex tasks
  • Structured aggregation of subagent outputs into a unified report
  • Use case: auditing large codebases or datasets by splitting work across multiple agents

Quick Start

Ask the system to fan out a task across multiple agents to run in parallel and return a synthesized result

Frequently Asked Questions about multi-agent

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

FAQPage Schema
How do I run parallel AI agents to speed up large-scale codebase audits?

Parallel AI agents accelerate large-scale codebase audits by dividing work among leader and worker roles. A leader delegates narrow subtasks to workers, collects structured results, and synthesizes a unified report for faster execution.

How does leader-worker orchestration synthesize results from multiple agents?

Leader-worker orchestration synthesizes multiple agents by assigning a leader to delegate independent subtasks to workers with isolated contexts. The leader then aggregates structured outputs into a unified, synthesized report.

When do I need multi-agent orchestration for task execution?

You need multi-agent orchestration when executing large-scale reviews, multi-file analyses, or audits where independent subtasks can run concurrently. It enforces clear role-based delegation to synthesize results faster.

Can I use parallel execution to analyze multiple files concurrently?

Yes, parallel execution applies to multi-file analyses where independent subtasks run concurrently. The leader-worker architecture fans out the workload, aggregates structured subagent outputs, and synthesizes a unified report.

What's the best way to handle failures during parallel AI agent execution?

Handling failures during parallel AI agent execution relies on stopReason semantics to manage errors and termination. This ensures the leader aggregation process maintains isolated subagent contexts while synthesizing results.

Why should I isolate subagent contexts during parallel task synthesis?

Isolating subagent contexts during parallel task synthesis prevents interference between independent subtasks. This ensures workers execute narrow directives cleanly, allowing the leader to aggregate structured outputs without contamination.