Cross-Layer Check Check if your changes considered all dimensions. Most bugs come from "didn't think of it", not lack of technical skill. Note : This is a post-implementation safety net. Ideally, read the Pre-Implementation Checklist before writing code. --- Related Documents | Document | Purpose | Timing | |----------|---------|--------| | Pre-Implementation Checklist | Questions before coding | Before writing code | | Code Reuse Thinking Guide | Pattern recognition | During implementation | | (this skill) | Verification check | After implementation | --- Execution Steps 1. Identify Change S…