What problem does it solve? Engineering teams lack a consistent, evidence-based way to evaluate whether a design, pull request, or repository follows software-simplicity principles, making maintainability reviews subjective and hard to compare over time. ## Core Features & Use Cases - GQM-Based Assessment: Applies a Goal-Question-Metric catalog covering eight principles including Single Responsibility, Deep Modules, and Single Knowledge Owner, with concrete default measures for each. - Calibrated Scoring: Scores each principle from 0 to 3 with separate confidence levels, computes an overall score and evidence coverage, and applies a default pass/fail gate when requested. - Structured Report: Produces a self-contained Markdown report with an executive summary, scorecard, change-scenario results, prioritized findings, and validation limitations. - Use Case: Before merging a large refactoring PR, run an audit to get an evidence-cited scorecard showing which simplicity principles regressed, with file-and-line citations and ranked remediation recommendations. ## Quick Start Audit the current repository against software-simplicity principles and produce an evidence-cited scorecard report.