What problem does it solve? Deploying Salesforce Industries (OmniStudio/Vlocity) DataPacks across orgs is error-prone: missing dependencies, duplicate GlobalKeys, and interrupted jobs cause failed migrations that are hard to diagnose. This Skill provides a structured Vlocity Build workflow with validation gates, retry loops, and failure triage so DataPack deployments become predictable and repeatable. ## Core Features & Use Cases - Full DataPack Lifecycle: Orchestrates packExport, packDeploy, packRetry, packContinue, packGetDiffs, and validateLocalData with a validate-first quality gate. - Job File Design: Guides deterministic job files with projectPath, expansionPath, queries, manifest, and gitCheck options for scoped, CI/CD-friendly deployments. - Failure Triage: Diagnoses common errors such as missing dependency references, duplicate GlobalKeys, and outdated DataPack settings, with a documented troubleshooting matrix. - Use Case: You need to migrate a Product2 EPC bundle from a source org to UAT. The Skill stages the payload, validates local data, deploys with a manifest-scoped job file, retries failures, and reports remaining dependency gaps. ## Quick Start Ask the assistant to deploy your OmniStudio DataPacks to a target org using Vlocity Build with a manifest-scoped job file, including pre-deploy validation and retry guidance.