afv-library/skills/omnistudio-epc-catalog-generate
2026-07-03 05:25:02 +00:00
..
assets feat: Release Skills Renaming by domain first convention @W-23187998@ 2026-06-26 12:21:51 +00:00
examples/business-internet-plus-bundle feat: Release: Standardize skill folder structure scripts/, references/, assets/ @W-23262449@ 2026-07-03 05:25:02 +00:00
references feat: Release Skills Renaming by domain first convention @W-23187998@ 2026-06-26 12:21:51 +00:00
scripts feat: Release Skills Renaming by domain first convention @W-23187998@ 2026-06-26 12:21:51 +00:00
CREDITS.md feat: Release Skills Renaming by domain first convention @W-23187998@ 2026-06-26 12:21:51 +00:00
README.md feat: Release Skills Renaming by domain first convention @W-23187998@ 2026-06-26 12:21:51 +00:00
SKILL.md feat: Release Skills Renaming by domain first convention @W-23187998@ 2026-06-26 12:21:51 +00:00

omnistudio-epc-catalog-generate

Salesforce Industries CME EPC product-modeling skill for Product2-based catalog design. Build offer bundles, attributes, Product Child Items, and companion DataPack JSON artifacts with a 120-point quality rubric.

Features

  • Offer Bundle Modeling: Create Product2 offers with SpecificationType=Offer and SpecificationSubType=Bundle
  • Attribute Modeling: Define attribute metadata, defaults, valid values, and assignment payloads
  • Bundle Composition: Build root and child %vlocity_namespace%__ProductChildItem__c rows with quantity semantics
  • Companion DataPack Generation: Produce pricing, orchestration, decomposition, override, and parent-key files
  • DataPack Integrity Controls: Keep global keys, source keys, and lookup references consistent
  • 120-Point Scoring: Validate bundle quality across 6 EPC-focused categories

Quick Start

1. Invoke the skill

Skill: omnistudio-epc-catalog-generate
Request: "Create a Product2 offer bundle named Business Internet Plus with ProductCode BIZ-INT-PLUS-01, 3 child products, and generate all companion DataPack JSON files from the assets templates."

2. Typical operations

Operation Example Request
Create bundle "Create a Product2 offer bundle for Business Fiber Pro with 3 child products and full companion metadata."
Add attributes "Add Contract Term and Download Speed attributes with defaults and valid values."
Build child items "Create root and child ProductChildItem records with min/max/default quantity rules."
Generate companions "Generate pricebook, price list, object field attribute, orchestration, decomposition, override, and parent key files."
Review and score "Review this bundle DataPack and score it with the 120-point rubric."

Companion Files for Full Bundle Payload

When generating a complete bundle, include:

  • *_DataPack.json
  • *_AttributeAssignments.json
  • *_ProductChildItems.json
  • *_PricebookEntries.json
  • *_PriceListEntries.json
  • *_ObjectFieldAttributes.json
  • *_OrchestrationScenarios.json
  • *_DecompositionRelationships.json
  • *_CompiledAttributeOverrides.json
  • *_OverrideDefinitions.json
  • *_ParentKeys.json

Bundled Examples

Scoring System (120 Points)

Category Points Focus
Catalog Identity and Naming 20 Product naming, ProductCode quality, stable key strategy
EPC Product Structure 20 Required Product2/EPC fields, lifecycle and activation coherence
Attribute Modeling 25 Category quality, valid values/defaults, required/display behavior
Offer Bundle Composition 25 Root PCI, child integrity, quantity semantics
DataPack Integrity 15 Namespace placeholder usage, lookup portability, key consistency
Documentation and Handoff 15 Intent clarity, risks, verification guidance

Thresholds: >=95 Deploy-ready | 70-94 Needs review | <70 Block and fix

Cross-Skill Integration

Related Skill When to Use
omnistudio-dependencies-analyze Inventory namespace and dependencies before modeling
omnistudio-omniscript-generate Build guided selling UX on top of modeled catalog
omnistudio-integration-procedure-generate Orchestrate product and pricing interactions server-side
omnistudio-callable-apex-generate Implement callable Apex actions used by OmniStudio/IP flows over EPC selections
platform-metadata-deploy Validate and deploy generated metadata artifacts

Documentation

Requirements

  • Salesforce Industries org with EPC enabled
  • sf CLI v2 (for validation/deploy workflows)
  • Compatible namespace model (%vlocity_namespace%, vlocity_cmt, or Core)