agent-dispatcher

Coordinate parallel subtask execution among worker agents with tiered model assignment.

1|Updated Mar 1, 2026
One-click install
npx skills add https://github.com/hjemmesidekongen/ai --skill agent-dispatcher-hjemmesidekongen
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: agent-dispatcher
Source: https://github.com/hjemmesidekongen/ai/tree/main/plugins/smedjen/skills/agent-dispatcher
Command: npx skills add https://github.com/hjemmesidekongen/ai --skill agent-dispatcher-hjemmesidekongen

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill automates the coordination and execution of multiple AI agents on decomposed subtasks, ensuring efficient parallel processing and robust error handling.

Core Features & Use Cases

  • Parallel Agent Execution: Dispatches subtasks to worker agents concurrently, significantly speeding up complex workflows.
  • Tiered Model Assignment: Assigns agents to appropriate model tiers (junior, senior, principal) based on task complexity.
  • Failure Management: Implements retry mechanisms and escalates failures to higher-tier models, ensuring task completion.
  • File Ownership Enforcement: Prevents conflicts by assigning exclusive file write access to agents.
  • Use Case: When developing a new software feature, this Skill can break down the development into many small, independent tasks and assign them to different agents, allowing them to work in parallel and report back their progress.

Quick Start

Use the agent-dispatcher skill to dispatch the decomposed subtasks for the current project.

Frequently Asked Questions about agent-dispatcher

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

FAQPage Schema
How do I manage parallel execution of decomposed subtasks across multiple agents?

Parallel execution of decomposed subtasks is managed by dispatching them concurrently to worker agents, enforcing file ownership, and collecting reports to coordinate efficient workflow automation.

How does failure handling work when dispatching agents for workflow automation?

Failure handling for dispatched agents works by implementing retry mechanisms for failed subtasks and escalating persistent issues to higher-tier models to ensure task completion.

Can I assign different model tiers to worker agents based on task complexity?

You can assign worker agents to appropriate model tiers, such as junior, senior, or principal, based on the complexity of the decomposed subtasks they are assigned to execute.

What is the best way to prevent file write conflicts during parallel agent execution?

To prevent file write conflicts during parallel agent execution, the system enforces strict file ownership by assigning exclusive write access to specific agents for each subtask.

Does agent dispatching support completion gates and agent verification?

Agent dispatching supports completion gates and agent verification by coordinating task decomposition, managing parallel dispatch, and verifying agent reports before proceeding.

When should I use parallel agent execution for software engineering tasks?

Use parallel agent execution for software engineering tasks when developing new features that can be broken down into independent subtasks, allowing concurrent processing and faster completion.