01Cognitive Load Analysis: Identifies and simplifies complex control flows and deep conditional branches.
02AI Anti-pattern Detection: Flags premature abstractions and unnecessary 'future-proof' code generated by AI.
033 GitHub stars
04Miller's Law Compliance: Enforces cognitive limits (7±2) for function arguments, methods, and nesting depths.
05Semantic Naming Audits: Replaces abstract names with concrete, searchable, and intent-revealing alternatives.
06Strategic Commenting: Focuses on explaining the 'why' behind implementation rather than the 'what'.