cluster

Installation
SKILL.md

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 when the work needs the Plane, Line, and Point responsibility model. Keep a single local workflow when parallel work adds coordination without information.

Installs
6
Repository
nmnmcc/skills
GitHub Stars
3
First Seen
Aug 30, 2026
cluster — nmnmcc/skills