Show HN: The best agent orchestrator is a 500-line Markdown file
bombastic311 Thursday, February 26, 2026I’ve tried agent teams, subagents, multi-terminal setups, and several open-source orchestration frameworks. This Claude Code skill (~500 lines of Markdown, no framework, no dependencies) has outperformed all of them for my team’s daily workflow.
It turns your session into a dispatcher that fans work out to background workers across any model (Claude, GPT, Gemini, Codex). Workers ask clarifying questions mid-task via filesystem IPC instead of silently failing. Meanwhile, your main session stays lean and focused on orchestration.
Summary
Dispatch is an open-source command-line interface (CLI) tool that simplifies the process of running multiple Docker containers simultaneously, providing a unified interface for managing complex microservices-based applications.
3
0
Summary
github.com