Plan Audit Overview Audits completed work against a plan (WIs + acceptance + tests) and reports gaps, logic errors, and missing coverage with file/line references. Workflow (Audit) 1) Locate the plan - Prefer . - If unclear, ask for the plan path or the WI list. 2) Extract audit checklist - For each WI, list: - Goal - Acceptance criteria - Tests required - Touched areas (files/symbols) 3) Map implementation to WIs - Use , , , and file inspection. - Record which files/commits satisfy each WI. 4) Gap & correctness analysis - Check each acceptance item vs actual behavior. - Find logic errors, ed…