What problem does it solve? Building callable Apex for Salesforce Industries (OmniStudio/Vlocity) extension points requires strict contracts, security enforcement, and consistent response envelopes that are easy to get wrong, and legacy VlocityOpenInterface code often needs modernization to System.Callable. ## Core Features & Use Cases - Callable Generation & Review: Create System.Callable classes with explicit switch-on action dispatch, input validation, CRUD/FLS enforcement, and a consistent success/data/errors response envelope. - 120-Point Scoring Rubric: Validate implementations across 7 categories (contract, input validation, security, error handling, bulkification, testing, documentation) with Ready/Review/Block thresholds. - Migration Guidance: Convert VlocityOpenInterface and VlocityOpenInterface2 implementations to System.Callable while preserving action contracts, with bundled before/after examples and test classes. - Use Case: An Integration Procedure needs a custom action to find Quotes by Product2.ProductCode; the skill generates the callable class, a custom exception class, and a full test class covering positive, negative, contract, and bulk cases. ## Quick Start Ask the assistant to create a System.Callable Apex class for an OmniStudio Integration Procedure with specific action names and input/output keys, and it will generate the class, tests, and exception class following the 120-point rubric.