What problem does it solve? Taking over an unfamiliar Salesforce org or planning a hardening sprint is guesswork without a measured picture of version drift, test gaps, automation sprawl, hardcoded values, dead code, and delivery debt. This Skill runs a read-only audit across source and a connected org, then ranks findings by impact and effort into an actionable debt register. ## Core Features & Use Cases - Six debt categories with measurable signals: API version drift, test and coverage debt, trigger and automation sprawl, structural debt (hardcoded ids, profiles), dead weight against the 6 MB Apex limit, and delivery debt from org-only changes. - Ranked debt register: Findings are scored on impact and effort, assigned an owner and a remediation skill, and written to .vibeforce/reports/ so successive audits can diff progress. - Read-only and production-safe: All queries and previews are non-mutating, with explicit guidance on what an audit cannot see and which checks to skip against production. - Use Case: You inherit an org where every small change takes days. Run the audit to discover two triggers on Account, an active Process Builder beside Flows, 14 classes with no tests, and org coverage below the gate - then hand the top five ranked items to owners with remediation skills attached. ## Quick Start Ask the assistant to run a technical debt audit of the Salesforce project against the vf-int org and produce a ranked debt register.