Agentic Orchestrator
Agentic Orchestrator is DoorDash’s open-source terminal workflow for supervising long-running AI coding agents. Instead of asking a model to directly edit files from a vague prompt, the local CLI, agentico, guides an engineering workflow through context gathering, inquiry, research, planning, decomposition, implementation, verification, review, and pull request creation. It is useful for developers and engineering teams who want to run multiple agentic implementation attempts in parallel while keeping checkpoints where human judgment still matters. The project is notable because it targets the operational failure mode of AI coding: fast plausible code without durable context, tests, or review. It appeared in Show HN as a TUI for long-running coding agents, and the official DoorDash OSS repository provides detailed setup and architecture documentation.
Reader rating
No ratings yet