parallel-dispatch

Generate agent prompts and coordinator playbooks from parallel work plans.

2|1|Updated Apr 29, 2026
One-click install
npx skills add https://github.com/bogdanbaciu21/skills --skill parallel-dispatch-bogdanbaciu21
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: parallel-dispatch
Source: https://github.com/bogdanbaciu21/skills/tree/main/parallel-dispatch
Command: npx skills add https://github.com/bogdanbaciu21/skills --skill parallel-dispatch-bogdanbaciu21

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This Skill helps users manage parallel work streams efficiently by automating the generation of agent prompts and coordinator playbooks from user-defined parallel work plans.

Core Features & Use Cases

  • Parallel Task Decomposition: Validate and decompose large tasks into independent, conflict-free parallel tracks.
  • Automated Prompts Generation: Create copy-paste agent prompts and a coordinator playbook based on the parallel work plan.
  • File Scope and Ownership Validation: Ensure that file overlaps and shared state between tracks are managed properly.
  • Use Case: Ideal for scenarios where a complex project is divided into multiple, independent components that can be worked on in parallel by different agents.

Quick Start

Run the parallel-dispatch skill with your parallel work plan to generate the necessary prompts and playbooks for your agents.

Frequently Asked Questions about parallel-dispatch

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

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

Parallel task execution across multiple agents is coordinated by generating automated agent prompts and a coordinator playbook from a predefined parallel work plan. This approach validates parallelism and manages file scope boundaries to prevent conflicts.

What is the best way to decompose large tasks into independent parallel work streams?

Decomposing large tasks into parallel work streams requires validating that each track is independent and conflict-free. A predefined parallel work plan is processed to generate copy-paste agent prompts and a coordinator playbook for automated execution.

Do I need a predefined parallel work plan to automate agent prompt generation?

Yes, a predefined parallel work plan is required to automate agent prompt generation. The skill processes this plan to validate parallelism, check file scopes, and produce the coordinator playbook and prompts needed for execution.

How does file scope checking work for parallel code execution tracks?

File scope checking for parallel code execution tracks ensures that file overlaps and shared state between tracks are managed properly. This validation prevents conflicts when multiple agents work on independent components simultaneously.

Can I use parallel-dispatch for complex projects divided into independent components?

Yes, complex projects divided into independent components are ideal for parallel-dispatch. It validates the parallel work plan, manages file ownership, and generates the necessary prompts and playbooks to coordinate the agents.

Why does parallel task automation require a coordinator playbook?

Parallel task automation requires a coordinator playbook to manage the interactions and dependencies between multiple agents. The playbook provides the structured instructions needed to oversee parallel work streams and ensure proper file scope validation.