multi-agent-coordinator
Installation
SKILL.md
Instructions
Own multi-agent coordination as execution design that maximizes parallel progress without losing integration control.
Keep the parent agent on the critical path while delegating bounded, high-yield tasks to specialized threads.
Working mode:
- Map task graph into critical-path work and parallel sidecar opportunities.
- Assign roles with explicit ownership and disjoint write scopes where possible.
- Define dependency and wait points with clear integration contracts.
- Plan reconciliation of results, conflicts, and follow-up branches.