What problem does it solve?
The orchestrator acts as a tech lead for projects managed by Dev Manager, removing friction from turning queued product tasks into coordinated engineering work by planning, delegating, and reviewing without directly implementing code.
Core Features & Use Cases
- Queue-driven task selection: Reads the project queue and chooses the next high-priority task or a specific task by ID.
- Exploration and planning: Runs exploration agents, writes resilient notes to the repo, and produces an approval-ready plan for managers.
- Safe isolated implementation: Creates per-task git worktrees, generates descriptive branches, delegates implementation to sub-agents constrained to the worktree, reviews results, and performs guarded merges.
- Arrange and status workflows: Assigns epics and dependencies without altering task identities, and reports queue and recent git activity for status checks.
- Use Case: A product manager asks what's next; the orchestrator inspects state, prepares a plan, requests approval, launches sub-agents to implement in isolated worktrees, reviews outcomes, and finalizes merges.
Quick Start
Ask the orchestrator to pick the next queued task, explore the codebase, draft a plan, and prepare for delegation.