What problem does it solve? Keeping the Revenue Cloud ERD (erd-data.json) aligned with the actual Salesforce platform schema is error-prone: releases add and retire fields, PDF-derived artifacts pollute the data, and org introspection alone cannot prove whether a missing field was removed or is merely feature-gated. This Skill provides the end-to-end workflow for validating, diffing, and certifying the ERD across releases. ## Core Features & Use Cases - Release refresh workflow: Extract schemas from two same-shape scratch orgs, diff against the previous release's committed snapshot, patch additions, and deliberately remove retired fields. - Orphan field classification: Classify fields missing from orgs as feature-gated RC fields, other-cloud fields, or PDF artifacts, verifying against canonical Core UDD source before removal. - Cross-release schema diffing: Compare schema JSON snapshots (e.g., 262 vs 264) with optional SFDMU data plan impact analysis. - Use Case: After a Salesforce release upgrade (e.g., 262 to 264), run the full refresh pipeline to add 70 new fields, remove 8 retired fields, repair null refersTo values, and regenerate the interactive HTML ERD. ## Quick Start Ask the agent to refresh the ERD for the new release by extracting schemas from two scratch orgs, diffing against the previous release snapshot, and validating the result.