What problem does it solve? Setting up a Salesforce Commerce B2B storefront requires creating a Store in the org first, then retrieving the auto-generated DigitalExperienceBundle metadata—a process that fails if done manually or out of order. This Skill walks you through the correct sequence with confirmation at each step. ## Core Features & Use Cases - Guided Store Creation: Step-by-step instructions for creating a B2B Commerce Store via Setup → Commerce → Stores, including naming conventions and wizard options. - Storefront Discovery: Lists available Digital Experience sites using sf org list metadata --metadata-type DigitalExperienceConfig --json so you select the correct auto-generated site name. - Metadata Retrieval: Retrieves the full DigitalExperienceBundle with sf project retrieve start -m DigitalExperienceBundle:site/<name> --json for source control and customization. - Use Case: You need to version-control a new B2B storefront. The Skill confirms the Store exists, lists sites like My_B2B_Store1, retrieves the metadata into force-app/main/default/digitalExperiences/, and provides deploy commands for target orgs. ## Quick Start Ask the agent to create a B2B Commerce store and retrieve its storefront metadata, then follow the seven-step interactive workflow confirming each stage.