What problem does it solve? Building OmniStudio Integration Procedures by hand is error-prone: missing Type/SubType naming, circular IP calls, unbounded DataRaptor extracts, and DML without error handling cause deployment failures and silent data corruption. This Skill generates production-ready Integration Procedures and validates them against a strict 110-point scoring rubric before deployment. ## Core Features & Use Cases - IP Generation: Assembles DataRaptor actions, Apex Remote Actions, HTTP callouts, Conditional Blocks, Loops, Set Values, and nested IP calls into coherent server-side orchestrations with explicit input/output mapping. - 110-Point Validation: Scores procedures across Design & Structure, Data Operations, Error Handling, Performance, Security, and Documentation, with deploy/review/block thresholds at 90/67 points. - Dependency & Deployment Workflow: Verifies referenced DataRaptors and Apex classes exist, blocks circular IP calls, and provides CLI commands for querying, deploying, and activating OmniProcess records via the Salesforce REST API. - Use Case: You need to orchestrate account onboarding that reads an Account, validates it via an Apex Remote Action, calls an external API, and creates related Contacts. The Skill generates the OmniProcess and OmniProcessElement JSON records, validates the design, and produces a deployment checklist. ## Quick Start Ask the assistant to create an Integration Procedure for your business process, providing the purpose, target objects, Type/SubType naming, and your authenticated org alias.