Already installed? Skip to Your First Dispatch
Installation
Install Dispatch as a Claude Code skill:Your First Dispatch
Run a simple dispatch command
In Claude Code, run:
If this is your first dispatch, setup runs automatically. Choose
opus or sonnet as your default when prompted.Dispatch creates a plan and spawns a worker
You’ll see output like:Your session is immediately free. The worker runs in the background.
Understanding the Output
Dispatch creates a task directory at.dispatch/tasks/<task-id>/:
View the plan file
View the plan file
[x] markers show completed items. The worker updates this file as it works.View the output
View the output
Handling Questions
Workers can ask clarifying questions without losing context. Let’s try:requirements.txt doesn’t exist, the worker asks:
Using Different Models
Dispatch supports multiple models. Specify the model in your prompt:Parallel Dispatch
Dispatch multiple tasks simultaneously:Common Patterns
Security review
Security review
Refactoring
Refactoring
Testing
Testing
Documentation
Documentation
Bug fixes
Bug fixes
Checking Status
At any time, ask for status:Next Steps
Configuration
Learn about backends, models, and aliases
Parallel Tasks
Concurrent execution patterns
Architecture
How Dispatch works under the hood
Examples
Real-world dispatch workflows
Cleanup
The.dispatch/ directory contains all task files. Delete it to clean up: