parallel-agents

Coordinate parallel execution of subtasks across subagents with fan-out/fan-in patterns.

1|Updated Feb 11, 2026
One-click install
npx skills add https://github.com/xiaoshuangLi/aibo --skill parallel-agents-xiaoshuangli
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: parallel-agents
Source: https://github.com/xiaoshuangLi/aibo/tree/main/skills/parallel-agents
Command: npx skills add https://github.com/xiaoshuangLi/aibo --skill parallel-agents-xiaoshuangli

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Orchestrating multiple subagents concurrently is essential to reduce total task duration and improve throughput in complex workflows.

Core Features & Use Cases

  • Parallel fan-out and fan-in patterns to run subtasks concurrently.
  • Staged pipelines with serial dependencies and parallel work inside stages.
  • Map-reduce style processing for large codebases, data analysis, or multi-file tasks.
  • Use Case: Deploy multi-agent orchestration to coordinate architecture analysis, testing, security scanning, and documentation in parallel.

Quick Start

Coordinate multiple subtasks to run concurrently: analyze architecture, run tests, audit security, and generate documentation.

Frequently Asked Questions about parallel-agents

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

FAQPage Schema
How do I coordinate multiple subagents to run tasks in parallel?

To coordinate parallel execution of multiple subagents, you can orchestrate concurrent subtasks using fan-out and fan-in patterns. This enforces safe task delegation, dependency awareness, and clear demarcation of responsibilities for predictable outcomes when multiple agents run concurrently.

What is the best way to run map-reduce style processing across a large codebase?

The best way to run map-reduce style processing for large codebases is to deploy multi-agent orchestration. This coordinates parallel execution across multi-file tasks, enabling concurrent architecture analysis, testing, security scanning, and documentation generation.

Can I execute staged pipelines with serial dependencies alongside parallel work?

Yes, you can execute staged pipelines with serial dependencies and parallel work inside stages. This multi-agent orchestration pattern coordinates subagents to manage task dependency awareness while running concurrent work within specific pipeline stages.

How does fan-out and fan-in work for concurrent subtask execution?

Fan-out and fan-in patterns work by distributing multiple subtasks concurrently to subagents and then aggregating the results. This parallel execution mechanism reduces total task duration and improves throughput in complex workflows like code analyses and testing.

Does parallel multi-agent orchestration handle task dependencies safely?

Yes, parallel multi-agent orchestration enforces safe task delegation and dependency awareness. It maintains clear demarcation of responsibilities across subagents, ensuring predictable outcomes when multiple agents run concurrently in staged pipelines or map-reduce workflows.