**Before writing or touching any code, follow this deep analysis and design-driven checklist to ensure performance, maintainability, and scalability.**

---

### 🔍 **1️⃣ Plan for Code Quality & Readability**

- Define clear, descriptive naming conventions for all variables, functions, and components.

- Outline logical code organization:...