Review code modularity and coupling

reviewskillsetup L20
ardellashuddery616/modularity
What it does

Analyze codebase modularity imbalances

Best for

When assessing if components are tightly coupled for their volatility.

Inputs
  • · Codebase path
  • · Domain context
  • · Organizational structure
Outputs
  • · Modularity report
  • · Coupling analysis
  • · Improvement recommendations
Requires
  • · Read
  • · Grep
  • · Glob
  • · LSP
  • · AskUserQuestion
  • · TaskCreate
Preconditions
  • · Codebase accessible
  • · Requirements docs available
Failure modes
  • · Missing domain context
  • · Incomplete coupling map
  • · Volatile areas unclear
Trust signals
  • · Uses balanced coupling model
  • · 4-step process defined
  • · Severity levels documented