parallel-subagents

Coordinate parallel subagents with spawn prompts and TaskCompleted gates.

19|3|Updated Jan 13, 2026
One-click install
npx skills add https://github.com/changoo89/claude-pilot --skill parallel-subagents
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: parallel-subagents
Source: https://github.com/changoo89/claude-pilot/tree/main/.claude/skills/parallel-subagents
Command: npx skills add https://github.com/changoo89/claude-pilot --skill parallel-subagents

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Parallel Teammates solves the bottleneck of sequential task execution by coordinating multiple independent agents to run in parallel, dramatically reducing cycle time for plan execution.

Core Features & Use Cases

  • Spawning multiple independent teammates at once to tackle disjoint SCs for faster delivery.
  • Dependency-analysis patterns to avoid conflicts by identifying overlaps and dependencies before parallelization.
  • Shared Task List coordination with automated TaskCompleted gates and cross-teammate communication for safe multi-agent workflows.

Quick Start

Use this skill to coordinate multiple independent teammates in parallel to accelerate execution.

Frequently Asked Questions about parallel-subagents

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

FAQPage Schema
How do I coordinate parallel execution for multiple independent agents?

Parallel execution for multiple independent agents is coordinated by spawning teammates simultaneously to tackle disjoint tasks, using shared task lists and automated completion gates to manage the workflow safely.

How does dependency analysis prevent conflicts during parallel task execution?

Dependency analysis prevents conflicts during parallel task execution by identifying file overlaps and task dependencies before spawning agents, ensuring teammates only run in parallel when their work is truly independent.

Can I use parallel agent teams for multi-angle code reviews?

Yes, you can use parallel agent teams for multi-angle code reviews and parallel verification tasks, provided the files being analyzed do not overlap and there are no dependencies between the review targets.

What is the best way to speed up plan execution with multiple independent components?

The best way to speed up plan execution with multiple independent components is spawning multiple teammates at once to tackle disjoint tasks in parallel, dramatically reducing overall cycle time.

How do TaskCompleted gates work in multi-agent workflows?

TaskCompleted gates work in multi-agent workflows by acting as automated synchronization points within the shared task list, ensuring cross-teammate communication occurs safely before dependent work proceeds.

When should I avoid parallelizing tasks across agent teams?

You should avoid parallelizing tasks across agent teams when files overlap or dependencies exist between tasks, as parallel execution is only applicable to independent components where conflicts are absent.