dispatch

Dispatch multiple software tasks for parallel processing and serial integration.

27|10|Updated Mar 3, 2026
One-click install
npx skills add https://github.com/lllyys/vreader --skill dispatch-lllyys
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: dispatch
Source: https://github.com/lllyys/vreader/tree/main/.claude/skills/dispatch
Command: npx skills add https://github.com/lllyys/vreader --skill dispatch-lllyys

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill streamlines the process of handling multiple tasks and features concurrently within a project, facilitating parallel development and ensuring efficient integration.

Core Features & Use Cases

  • Parallel Task Execution: Dispatch multiple tasks simultaneously, allowing for parallel development.
  • Project Integration: Orchestrates the integration process after tasks are completed.
  • Use Case: Imagine you are working on both bug fixes and feature development in your project. Use this Skill to dispatch them for parallel processing and manage their integration efficiently.

Quick Start

To dispatch a batch of tasks, use the command: dispatch --batch <task1> <task2> ...

Frequently Asked Questions about dispatch

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

FAQPage Schema
How do I dispatch multiple software development tasks for parallel processing?

To dispatch multiple software development tasks for parallel processing, use the batch command followed by task names. This initiates worktree-isolated lanes for simultaneous execution before serial integration flow.

What is the best way to manage parallel feature development and bug fixes concurrently?

Dispatching tasks into worktree-isolated lanes is the best way to manage parallel feature development and bug fixes. This approach validates handoffs and ensures a clean serial integration flow into the main project.

Do I need access to simulation resources to coordinate project integration?

Yes, coordinating project integration requires access to simulation resources. The Skill manages worktree-isolated lanes on simulators and requires coordination with your existing project structure to validate handoffs.

How does worktree isolation work when dispatching tasks for parallel execution?

Worktree isolation works by assigning each dispatched task to a separate lane on a simulator for parallel execution without conflicts. It validates handoffs before ensuring a serial integration flow into the project.

Can I use this dispatch Skill for project integration without modifying my existing project structure?

No, this dispatch Skill requires coordination with your existing project structure. It orchestrates the integration process after parallel tasks complete, ensuring validated handoffs within your current setup.