Cluster
Use this skill only when parallel ownership will produce independent, reviewable progress. The root owner keeps the promised result; each contributor owns a bounded workstream and returns evidence for integration.
- Define the result, boundaries, owners, shared interfaces, and acceptance checks.
- Dispatch independent work with enough context to proceed without sibling internals.
- Integrate returned changes through one validation pass.
- Repair failures at the owning boundary, then re-run the affected checks.
Use the detailed guide when the work needs the Plane, Line, and Point responsibility model. Keep a single local workflow when parallel work adds coordination without information.