# Cluster

> Use for work with two or more independently owned workstreams that need coordinated integration.

- Skill: `nmnmcc/cluster` (Agent Skill, multi-file: 3 files)
- Install (CLI): `npx skillmds@latest add nmnmcc/cluster`
- Raw SKILL.md: https://api.skillmd.com/api/skills/nmnmcc/cluster/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Integrations & APIs
- Author: nmnmcc (https://skillmd.com/u/nmnmcc)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/nmnmcc/cluster

---


# 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.

1. Define the result, boundaries, owners, shared interfaces, and acceptance checks.
2. Dispatch independent work with enough context to proceed without sibling internals.
3. Integrate returned changes through one validation pass.
4. Repair failures at the owning boundary, then re-run the affected checks.

Use [the detailed guide](references/guide.md) when the work needs the Plane, Line, and Point responsibility model. Keep a single local workflow when parallel work adds coordination without information.

