What problem does it solve? Keeping Use Cases, SRS requirements, database schema, and JIRA tasks synchronized is error-prone in large projects. This Skill batch-audits the entire UC corpus to uncover missing tasks, orphan database columns, broken UC relationships, and documentation desync before they cause delivery issues. ## Core Features & Use Cases - UC Inventory & Quality Check: Reads all 26 Use Cases module by module, validating required sections, actor definitions, flow structure, and business rules against a detailed checklist. - SRS Relevance Scoring: Maps every UC to HG-FUNC functional requirements and classifies each as CORE, SUPPORTING, MANAGEMENT, or LOW, flagging uncovered requirements and orphan UCs. - Triad Cross-Check (UC ↔ SQL ↔ JIRA): Detects gaps such as UC_NO_TASK, MISSING_COLUMN, ORPHAN_COLUMN, BROKEN_INCLUDE, and STATS_DESYNC, then outputs a prioritized Vietnamese report at PM_REVIEW/UC_AUDIT_report.md. - Use Case: After updating the SRS or adding new SQL migrations, run a full audit to confirm every requirement still has a covering UC, every UC has a JIRA Story, and no database column is left unreferenced. ## Quick Start Ask the AI to run a full UC audit cross-checking all Use Cases against the SRS, SQL schema, and JIRA tasks, then generate the UC_AUDIT report.