Apply balanced coupling architecture model

balanced-couplingskillsetup L20
ardellashuddery616/modularity
What it does

Optimize module dependencies for cohesion and decoupling

Best for

refactoring architectures to reduce tight coupling

Inputs
  • · codebase or module graph
Outputs
  • · refactored module structure
  • · dependency metrics
Preconditions

Codebase or dependency graph accessible

Failure modes
  • · Circular dependencies
  • · Hidden cross-module references
Trust signals
  • · Cohesion vs. decoupling tradeoffs