Open-source Specialist Dispatch adapter delegates complex tasks to Claude Code

expert-dispatch is an open-source adapter that enables a cheap AI assistant to delegate complex tasks to Claude Code CLI. The tool implements what the creator calls the "Specialist Dispatch Pattern": a cheap orchestrator handles routine work while an expensive specialist tackles difficult tasks, connected by a thin adapter layer.
How it works
The workflow follows this pattern: User asks for something like "Build me a REST API for task management" → Assistant (running on a cheap model) recognizes the task needs expert work → Assistant dispatches to Claude Code using dispatch-cc run --slug task-api --prompt "Create a Flask REST API..." → Claude Code works autonomously in a project directory → Assistant reports back: "Done. CC created 4 files, all tests pass. Here's what it built..."
Commands and features
run— dispatch a task to Claude Coderesume— continue with user feedback (Claude Code picks up where it left off)review— independent quality review by a fresh Claude Code sessionstatus,list,search— manage multiple projects
The tool creates per-project directories with CLAUDE.md for persistent context and maintains an audit trail with full JSON logs. It works on both Linux and macOS.
The creator is asking how others handle the "cheap model for routine work, strong model for hard tasks" pattern, especially for non-coding tasks like research or writing.
📖 Read the full source: r/ClaudeAI
👀 See Also

Product Manager Shares 70+ Claude Skills for Automating PM Workflows
A product manager with 20 years experience has created over 70 Claude skills that automate common PM tasks, including PRD generation, user interview analysis, competitive profiling, and roadmap building. The skills are available as downloadable .md files for Claude Code.

Vibeyard adds P2P session sharing for Claude Code
Vibeyard, an open-source IDE for Claude Code, now supports peer-to-peer session sharing. Users can share live terminal sessions with teammates over encrypted WebRTC connections with read-only or read-write access modes.

Hollow AgentOS Reduces Claude Code Token Usage by 68.5% with JSON-Native OS Approach
Hollow AgentOS, a JSON-native operating system layer for AI agents, reduces Claude Code token usage by 68.5% by eliminating wasteful shell command overhead. The tool plugs into Claude Code via MCP and runs local inference through Ollama.

PaperclipAI: Open-source orchestration for zero-human companies
PaperclipAI is an open-source orchestration framework designed for fully automated companies. The project gained 14,000 GitHub stars in its first week of existence.