multi-spawn-agent

Create structured parallel worker assignments from shared work definitions.

1|1|Updated Mar 26, 2026
One-click install
npx skills add https://github.com/robertolopezlopez/agent-skills --skill multi-spawn-agent
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: multi-spawn-agent
Source: https://github.com/robertolopezlopez/agent-skills/tree/main/skills/core/multi-spawn-agent
Command: npx skills add https://github.com/robertolopezlopez/agent-skills --skill multi-spawn-agent

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps users safely organize parallel agent work by turning a work definition into structured delegation plans with explicit ownership, boundaries, and integration steps.

Core Features & Use Cases

  • Parallel Work Planning: Decompose implementation or validation tasks into independent worker assignments with disjoint scopes.
  • Agent Delegation Templates: Create reusable worker prompts that specify required skills, ownership, constraints, and reporting expectations.
  • Integration Coordination: Guide review of worker outputs, conflict resolution, validation, and preservation of shared work definitions for recurring tasks.

Quick Start

Use the multi-spawn-agent skill to split the current implementation plan into parallel workers with separate file ownership and required handoff summaries.

Frequently Asked Questions about multi-spawn-agent

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

FAQPage Schema
How do I coordinate parallel agents to work on the same software repository?

To coordinate parallel agents, you define a shared work definition and split it into structured worker assignments with disjoint file ownership scopes. This prevents conflicts by establishing explicit independent ownership boundaries for each subagent.

What is parallel agent delegation in software engineering?

Parallel agent delegation is a workflow technique that decomposes implementation or validation tasks into independent worker assignments. Each subagent receives scoped file ownership, specific constraints, and required handoff summaries to ensure safe integration.

How do I create reusable worker prompts for subagent task decomposition?

You create reusable worker prompts by generating templates that specify required skills, ownership boundaries, constraints, and reporting expectations for each subagent. This structures the delegation plan and ensures consistent task execution across parallel workers.

Do I need explicit subagent authorization to run parallel work planning?

Yes, explicit subagent authorization is required to run parallel work planning. The workflow mandates scoped file ownership, worker prompts, integration review, and validation reporting to safely manage independent agents and their outputs.

How do I handle integration review and conflict resolution for parallel agent outputs?

You handle integration review by guiding the evaluation of worker outputs, resolving file conflicts, and completing validation reporting. The shared work definitions are preserved to maintain structure for recurring software engineering tasks.

When should I not use parallel agents for task decomposition?

You should avoid parallel agents when software implementation tasks lack independent ownership boundaries or require overlapping file modifications. Without disjoint scopes and explicit subagent authorization, integration conflicts will outweigh the benefits of parallel work.