Initialization Project setup and feature breakdown for INIT state. Anti-Patterns (DO NOT) | Anti-Pattern | Correct Approach | |--------------|------------------| | Manually create files | Run | | Manually create | Run | | Manually create scripts in | Run | | Manually create hooks | Run | | Skip verification steps | Run after EVERY session | | Proceed without 15/15 checks passing | Fix failures before implementation | Execution Checklist (MANDATORY) Run each script in order. Verify before proceeding. Phase 1: Global Setup (once per machine) GATE 1: Verify global setup Phase 2: Project Structur…