Review Git Changes Instructions Perform thorough code review of current working copy changes, optionally compare to plan, and identify engineering issues. Phase 1: Discover Changes & Context Step 1: Get Current Changes Step 2: Identify Related Plan (if exists) Search for related plan file: - Check directory for relevant plan - Look for plan mentioned in branch name - Ask user if unsure which plan applies - If no plan exists, review against general best practices If plan exists: - Read the entire plan - Understand intended design and architecture - Note specific requirements and constraints St…