What problem does it solve? Documentation drifts: traceability matrices claim features are "Not Implemented" when code already exists, and plans built on stale docs waste entire phases of work. This Skill audits claimed statuses against actual source and tests before any implementation plan is written. ## Core Features & Use Cases - Claim Verification: Extracts REQs and statuses from SRS or traceability matrices and confirms each against real code and test files with grep/read_file evidence. - Parallel Subagent Audits: Dispatches three parallel auditors covering domain, services, and component layers, then cross-checks their findings in the main context. - Plan Feasibility Review: Independently reviews an existing plan's claimed facts, caller blast radius, test-breakage risk, and CI ordering, returning a feasible / revise / infeasible verdict. - Use Case: Before planning Phase 21, you discover REQ-F-149 is already fully implemented in ToolBar.razor, so the phase is removed and the traceability matrix corrected from 31 to 27 open items. ## Quick Start Ask the agent to verify the traceability claims against the actual code before writing the implementation plan for your next phase.