DevOps
Epic decomposition and parallel agent orchestration
Break a large initiative into independent workstreams, launch specialist agents, sequence branches, and keep the merge queue conflict-free.
[ workflow / devops ]
Epic decomposition and parallel agent orchestration
Large epics stall when teams cannot safely parallelize the work. Cosmos analyzes an epic, finds separable slices, creates a dependency graph, launches specialist agents for each stream, monitors PR health, resolves conflicts, and coordinates final integration behind human checkpoints.
09 nodes
08 edges
Ready for autonomous execution
Codeowners · packages · shared files
Independent slices + sequencing
Scoped branches and tickets
CI · reviews · conflicts · drift
Decision
Conflict or drift?
Combined diff + rollout review
Decision
Conflict or drift?
Combined diff + rollout review
Rebase · update plan · rerun tests
Workflow prompt
Paste this into Augment to reproduce the workflow end-to-end.
Cosmos, when a large epic is approved for autonomous execution, decompose it into parallel workstreams. Read the epic, RFC, code ownership, dependency graph, package boundaries, tests, and release constraints. Identify independent slices, shared files, required sequencing, and integration risks. Create a branch plan and ticket graph, then launch specialist agents for each slice with scoped instructions and shared guardrails. Monitor each PR for CI status, review feedback, drift from the plan, and merge conflicts. Rebase or resequence work when branches collide. Gate final integration behind a human checkpoint that reviews the combined diff, migration order, release flags, and rollback plan.