What problem does it solve?
It coordinates and dispatches multiple isolated coding agents to run parallel development tasks so teams can implement independent features concurrently without manual context setup or branching friction.
Core Features & Use Cases
- Planning and Validation: Runs a plan phase to analyze requirements, validate scope, and generate PRDs and acceptance criteria.
- Context Configuration: Prepares task directories with jsonl context files, branch settings, and scoped file lists for each worktree agent.
- Dispatch and Monitoring: Launches worktree agents, provides status and log monitoring, and offers cleanup utilities for completed branches.
- Use Case: Split a cross-module feature into three focused tasks, automatically create task directories with PRDs, and run three isolated agents to implement, check, and create PRs in parallel.
Quick Start
Start a parallel pipeline to implement the requested feature by describing the feature, target modules, and development type so the orchestrator can plan, create task directories, and launch worktree agents.