What problem does it solve?
This Skill solves the hidden architectural technical debt caused by unbalanced coupling in codebases, which leads to expensive, cascading changes, distributed monoliths, and unpredictable maintenance costs that standard code review tools fail to identify.
Core Features & Use Cases
- Balanced Coupling Analysis: Maps integrations across strength, distance, and volatility dimensions to flag unbalanced coupling patterns that create long-term technical debt.
- Actionable Improvement Recommendations: Produces concrete, prioritized fixes for modularity issues grounded in the Balanced Coupling model, rather than vague architectural feedback.
- Use Case: Use this Skill when reviewing a growing microservices codebase to identify if shared database access between services is creating tight coupling that will cause outages when one service scales independently.
Quick Start
Use the review skill to analyze the modularity of the attached project codebase and produce a prioritized list of coupling issues with specific improvement recommendations.