dispatch-parallel

Orchestrate parallel sub-agent task execution with meta-judge verification.

2|Updated Jul 13, 2025
One-click install
npx skills add https://github.com/krzemienski/shannon --skill dispatch-parallel
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: dispatch-parallel
Source: https://github.com/krzemienski/shannon/tree/main/skills/dispatch-parallel
Command: npx skills add https://github.com/krzemienski/shannon --skill dispatch-parallel

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill streamlines the process of launching and managing parallel tasks across multiple sub-agents, ensuring efficient execution and verification with a meta-judge.

Core Features & Use Cases

  • Parallel Task Execution: Launch N sub-agents in parallel, sequential, or competitive mode.
  • Meta-Judge Verification: Ensures tasks are executed correctly with a single-message multi-Task dispatch and per-target retry mechanism.
  • Use Case: Ideal for scenarios where multiple tasks need to be performed simultaneously, such as in research, planning, implementation, and validation stages of a project.

Quick Start

To execute a parallel task, use the command /shannon:dispatch-parallel.

Frequently Asked Questions about dispatch-parallel

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

FAQPage Schema
How do I run parallel tasks across multiple sub-agents?

To run parallel tasks across multiple sub-agents, use the dispatch-parallel command to launch execution in parallel, sequential, or competitive modes. This orchestrates concurrent processing and ensures each task is verified by a meta-judge.

What is meta-judge verification in task orchestration?

Meta-judge verification in task orchestration is a mechanism that ensures tasks are executed correctly. It uses a single-message multi-task dispatch and a per-target retry mechanism to validate sub-agent outputs and maintain system reliability.

How do I handle error handling and retries for concurrent multi-agent execution?

Handle error handling and retries for concurrent multi-agent execution by leveraging the per-target retry mechanism. This meta-judge verification feature automatically targets and retries failed tasks to ensure reliable execution across all dispatched sub-agents.

Can I use sub-agent dispatch for sequential or competitive task execution?

Yes, you can use sub-agent dispatch for sequential or competitive task execution. The Skill supports launching N sub-agents in parallel, sequential, or competitive modes to handle various project research, planning, and validation scenarios.

When do I need meta-judge verification for parallel task execution?

You need meta-judge verification for parallel task execution when working on complex projects requiring high system reliability. It is ideal for research, planning, implementation, and validation stages where multiple tasks must be performed simultaneously and verified for accuracy.