overengineering-review
Installation
SKILL.md
Overengineering Review
Review only for unnecessary complexity. This skill does not hunt general correctness issues unless they directly affect the simplification recommendation.
Pair With
- Use
minimal-diff-builderwhen the user wants the simplification findings turned into the smallest correct patch. - Use
complexity-optimizerinstead when the real question is performance or algorithmic cost rather than architectural bloat. - Use
architecture-deepening-reviewinstead when the code is not overbuilt but the boundary design is still wrong.
Review Surface
Look for: