spawn

Decompose software plans into parallel agent tasks with worktree isolation.

9|Updated Feb 14, 2026
One-click install
npx skills add https://github.com/koolamusic/claudefiles --skill spawn-koolamusic
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: spawn
Source: https://github.com/koolamusic/claudefiles/tree/main/skills/spawn
Command: npx skills add https://github.com/koolamusic/claudefiles --skill spawn-koolamusic

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill solves the challenge of coordinating multiple independent development tasks by breaking work into structured parallel assignments while preserving isolation and integration control.

Core Features & Use Cases

  • Parallel Task Orchestration: Decomposes plans, issues, or descriptions into independently dispatchable units organized into dependency-based waves.
  • Agent Coordination Workflow: Creates dispatch plans, manages isolated sub-agents, tracks results, and guides integration after execution.
  • Use Case: When a large software project contains separate frontend, backend, and documentation tasks, use this Skill to organize them into safe parallel agent workflows.

Quick Start

Ask the spawn skill to fan out the current implementation plan into parallel agent tasks with worktree isolation.

Frequently Asked Questions about spawn

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

FAQPage Schema
How do I coordinate parallel software development tasks without conflicts?

To coordinate parallel software development tasks without conflicts, you can decompose work into independent agent assignments organized into dependency-based execution waves using worktree isolation. This ensures tasks run separately and integrate safely after execution.

What is the best way to break down a project plan for multi-agent development?

The best way to break down a project plan for multi-agent development is to decompose issues into independently dispatchable units. This process tracks dependencies and organizes tasks into structured execution waves to guide integration.

When do I need worktree isolation for parallel agents?

You need worktree isolation for parallel agents when decomposing large software projects containing separate frontend, backend, and documentation tasks. It preserves isolation and integration control during independent sub-agent execution.

How does task dispatch orchestration work for isolated sub-agents?

Task dispatch orchestration works by creating structured dispatch plans, managing isolated sub-agents, tracking execution results, and guiding integration verification. It applies dependency tracking to organize independent assignments into waves.

Can I use parallel agents to handle separate frontend and backend tasks simultaneously?

Yes, you can use parallel agents to handle separate frontend and backend tasks simultaneously. The orchestration workflow decomposes the project into safe parallel assignments, preserving isolation and controlling integration after execution.