1. Load a relevant mindset from `references/`.
2. Identify the target area for code reduction.
3. Determine the smallest possible codebase that solves the problem.
4. Propose code changes that reduce total code size.
5. Evaluate the impact of changes on code size (before vs. after).
6. Implement the changes if they result in less code.
7. Document the rationale for code reduction decisions.