dispatch
Parallel background coding workers with checklist-based task tracking
All Skills in This Repository (1)
Pure Emerald Level IndicatorsFrequently Asked Questions
FAQPage SchemaHow to install Dispatch?โผ
Run `npx skills add bassimeledath/dispatch --all -g -y` in your terminal to install it globally for all projects.
What problem does Dispatch solve?โผ
It keeps your main coding session lean by fanning tasks out to background workers, each with its own full context window, so long multi-task sessions never lose track.
Can Dispatch use models other than Claude?โผ
Yes. You can mix Claude, GPT, and Gemini models per task, and Dispatch auto-discovers and configures any model you name.
What happens when a worker gets stuck?โผ
The worker writes a question, the dispatcher surfaces it to you, and once you answer the worker continues without losing any context or progress.
Does Dispatch work outside Claude Code?โผ
Dispatch requires Claude Code as the host session, but Cursor and Codex CLIs can act as background workers that execute subtasks.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core