Coordinates subagents on slices of a larger plan—ideal when one thread would be too slow but you still need a single accountable integration point.
Use cases
- Multi-section builds
- Parallel implementation
- Batch content expansion
Key features
- Define the spine task and interfaces
- Delegate isolated subtasks with contracts
- Review diffs holistically before shipping
Related
Related
3 Indexed items
Dispatching parallel agents
Splits embarrassingly parallel work—research chunks, file batches, or independent modules—across agents with crisp handoffs back to a single integrator.
Plugin scaffolding
Bootstraps plugin folders, manifests, and baseline files so new Codex or editor extensions start with a consistent, reviewable structure.
Executing implementation plans
Executes a written plan in order, stopping at checkpoints to reconcile assumptions—useful for spec-driven builds and multi-step refactors.