bassimeledathbassimeledathCommunityยท1 Agent Skills Included

dispatch

Parallel background coding workers with checklist-based task tracking

Breaks large coding tasks into checklist plans and runs them on parallel background workers with fresh context windows. Eliminates context-window overload, manual progress tracking, and lost work when workers get stuck. Workers ask clarifying questions mid-task and resume with your answer, while your main session stays free for other work.
npx skills add bassimeledath/dispatch --all -g -y
Available:

Gives your AI agent the conventions and routing rules for decomposing tasks, dispatching background workers, handling worker questions, and recovering from model failures.

All Skills in This Repository (1)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How 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โ†’