dispatch

Dispatch tasks to specialized workers via plan-based checklists with IPC.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/msadowskigraduate/crusader --skill dispatch-msadowskigraduate
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: dispatch
Source: https://github.com/msadowskigraduate/crusader/tree/main/.agents/skills/dispatch
Command: npx skills add https://github.com/msadowskigraduate/crusader --skill dispatch-msadowskigraduate

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Orchestrate background AI work by dispatching tasks to specialized workers through checklist-based plans.

Core Features & Use Cases

  • Orchestrates multi-model backends for delegation and tracking
  • Maintains isolated work contexts, IPC, and progress reporting
  • Supports config-driven model routing and dynamic worker spawning

Quick Start

Describe a task to dispatch and watch a worker execute it using a plan-driven checklist.

Frequently Asked Questions about dispatch

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

FAQPage Schema
How do I delegate tasks to background AI workers?

To delegate tasks to background AI workers, you describe a task to dispatch and a specialized worker executes it using a plan-driven checklist. It orchestrates multi-model backends for delegation, tracking, and isolated work contexts.

What is the best way to orchestrate multi-model AI workflows?

Orchestrating multi-model AI workflows is best handled through config-driven model routing and dynamic worker spawning. This approach maintains isolated work contexts and tracks progress via a plan-based checklist under the .dispatch/tasks directory.

How does inter-process communication work for background AI task planning?

Inter-process communication for AI task planning uses a dedicated IPC protocol that allows workers to ask questions and enables dynamic reconfiguration. This ensures smooth coordination and progress reporting across multiple specialized workers.

Can I use dispatch for dynamic worker spawning and model routing?

Yes, you can use it for dynamic worker spawning and model routing. It supports config-driven routing to multi-model backends, applies frontmatter validation, and manages optional resource directories to reconfigure tasks dynamically.

Do I need any external dependencies to run worker orchestration tasks?

No external dependencies are required to run worker orchestration tasks. The system operates independently by implementing its own frontmatter validation, plan creation, IPC protocol, and worker spawning logic without relying on external packages.

Why does my dispatched AI worker lose track of progress?

Dispatched AI workers maintain progress tracking through checklist-based plans created in the .dispatch/tasks directory. If progress is lost, it likely indicates a failure in the frontmatter validation or a disruption in the IPC protocol used for status reporting.