What problem does it solve? Large projects accumulate redundant files, bloated folders, and code that drifts away from the intended architecture. This Skill audits the LANES project structure against DESIGN.md and proposes safe, user-approved cleanup and reorganization plans. ## Core Features & Use Cases - Architecture Enforcement: Verifies the frontend follows Feature-Based Architecture in src/features/ and the backend follows Service-Based Architecture across api/, services/, and crud/ layers. - Redundancy Detection: Identifies unused, deprecated, or duplicated files and code that can be safely removed. - Interactive Restructuring: Presents multiple reorganization options with a justified recommendation, and only executes changes after explicit user approval. - Use Case: After several sprints, the backend services folder has grown cluttered. Ask the agent to audit it, and it will cross-reference DESIGN.md, flag violations, and propose a cleanup plan you can approve option by option. ## Quick Start Ask the agent to audit the backend folder for architectural violations and propose a reorganization plan with options.