概要
Simplification Cascades is a strategic refactoring skill for Claude Code designed to halt complexity spirals in software development. Instead of applying bandages to fragile systems, this skill guides the AI to audit all project components, challenge underlying assumptions, and identify the single change that makes multiple existing parts unnecessary. By prioritizing the removal of code over the addition of new logic, it helps developers transition from 'clever' but brittle implementations to straightforward, maintainable architectures that are easier for teams to understand and scale.