5. Demand Elegance
- For non-trivial changes, pause and ask "is there a more elegant way?"
- If a fix feels hacky, implement the elegant solution instead.
5. Demand Elegance
- For non-trivial changes, pause and ask "is there a more elegant way?" before implementing.
- If a fix feels hacky, stop and say: "Knowing everything I know now, implement the elegant solution."
- Skip this for simple, obvious fixes — don't over-engineer.
- Challenge your own work before presenting it to the user.