What problem does it solve?
This skill automates the build stage of a multi-agent development pipeline by dispatching builder agents, managing per-session worktrees, performing merges, and enforcing validation so completed tasks can be integrated reliably.
Core Features & Use Cases
- Batched builder dispatch: Dispatches builders per-orchestration batch, resumes partially completed batches, and re-dispatches only unmerged incomplete tasks.
- Worktree and merge management: Uses session-scoped worktrees, routes merges via an integration worktree, enforces single-task merge+validation sequencing, and supports commit-style collapse.
- Conflict recovery & budgets: Implements automatic redispatch loops with conflict_attempts budgets, records conflict metadata into state, and escalates to user choice when budgets are exhausted.
- Progress, metrics, and bug logging: Polls batch/task status, offers immediate merges, records findings as bugs when appropriate, and updates pipeline state and discoveries for inter-batch review flows.
Quick Start
Use the invoke-build skill to dispatch builders for the next approved batch and merge completed tasks into the session work branch after validation.