name: closure-check description: Gate whether a working set of atoms/clusters is closed under dependency edges (OPEN lists crossings). Use after organize-work when the border must be a real min-cut. Not organize-work. Not architecture-design.
Closure Check
Input: working set W of atoms/clusters + the coupling/dependency edges among them (including edges that touch atoms outside W).
Output: CLOSED or OPEN. If OPEN: the exact outside atoms that must be admitted (or inside atoms that must be excluded).
Do this
- Take W and the full edge list as given. Do not re-cluster.
- Find every edge with one end in W and one end outside W whose weight/meaning is a true dependency (must exist / changes together), not a soft mention.
- If no such edge exists → CLOSED. Emit CLOSED and stop.
- If any such edge exists → OPEN. Emit:
- each crossing edge
- the outside atom to admit (or the inside atom to drop) to remove the cross
- Do not enlarge W yourself unless asked. Hand the OPEN set back to
organize-workto re-partition.
Do not
- Invent edges.
- Pass a border that still has a hard dependency across it.
- Re-run the whole organize-work ritual inside this skill.
Skills similaires
Expert Next.js App Router
Developpement
Un skill qui transforme Claude en expert Next.js App Router.
Claude CodeCursoradvanced
890
234
3,180
Générateur de README
Developpement
Crée des README.md professionnels et complets pour vos projets.
claudeCursorWindsurfbeginner
259
72
1,083
Rédacteur de Documentation API
Developpement
Génère de la documentation API complète au format OpenAPI/Swagger.
claudeCursorWindsurfintermediate
156
44
943