What problem does it solve? During long AI-assisted coding sessions, the model can drift from established project rules defined in AGENTS.md and doc/ specifications. This Skill catches those drifts early by combining automated test suites with a structured compliance review, then fixes violations with user approval and syncs documentation to match reality. ## Core Features & Use Cases - Automated Test Phase: Runs PowerShell-driven compliance and integration test suites (ControllerComplianceTest, EntityComplianceTest, ModuleBoundaryTest, CRUD integration tests) against an isolated test environment before any manual review. - Compliance Scan: Checks the codebase against hard constraints covering POM dependencies, package structure, cross-module calls, entity boundaries, API paths, frontend library usage, database naming, and DTO/VO patterns. - Flag, Fix, and Doc Sync: Reports each violation with the rule, files, and proposed fix, waits for user confirmation, re-runs tests after fixes, then updates doc/ files (roadmap, module docs, known issues) to reflect actual state. - Use Case: After completing a multi-step feature in a Spring Boot + Vue project, run an audit to verify no module boundary violations or stale documentation crept in during the session. ## Quick Start Ask the AI to audit the project against AGENTS.md and the doc/ specifications and report any violations before fixing them.