# Decision Record: DEC-YYYYMMDD-XX-short-title Date: YYYY-MM-DD Change ID: DEC-YYYYMMDD-XX Branch: change/... ## Goal (What problem are we solving?) ## Intended outcome (What should be true after this change? Be specific.) ## Plan summary (Short plan, bullets are fine.) ## Files changed - file1 - file2 ## Verification run Commands executed: - powershell -NoProfile -ExecutionPolicy Bypass -File tools/verify.ps1 Results: - PASS/FAIL - Notes (if any) ## Rollback plan (How to revert if wrong.) - git revert COMMIT_SHA or - git reset --hard COMMIT (only if not pushed) ## Notes (Anything important for future you.)