low-coupling

Installation
SKILL.md

Low Coupling

Use this skill to minimize dependency strength and blast radius while keeping boundaries practical and testable.

Intent Router

Need Load
coupling types, measurement signals, refactoring moves, and review checklist references/coupling-guide.md

Quick Start

  1. Start by locating the change that currently ripples too far.
  2. Identify which form of coupling is dominant: structural, schema, temporal, shared-state, or operational.
  3. Look for seams where policy can depend on abstractions and volatile details can move behind adapters or interfaces.
  4. Constrain the design with explicit dependency rules before attempting large refactors.
  5. Re-measure after each change so cycle count, propagation, or coordination cost trends move in the right direction.

Workflow

Installs
4
First Seen
Jun 16, 2026
low-coupling — alisonaquinas/llm-software-design