What problem does it solve? Building a full Salesforce React UI bundle app requires many interdependent steps — scaffolding, feature installation, data access, UI, integrations, deployment, and hosting — and doing them in the wrong order produces broken builds, guessed schema fields, and failed deployments. This Skill coordinates the entire end-to-end build by invoking specialized UI bundle skills in the correct dependency order. ## Core Features & Use Cases - Phased Build Orchestration: Executes seven ordered phases (scaffolding, features, data access, UI, integrations, deployment, hosting target), loading the correct specialized skill before each phase. - Schema Grounding Enforcement: Requires verifying Salesforce objects and fields against the live org before authoring GraphQL queries, preventing guessed fields and hand-stubbed types. - Hosting Target Selection: Generates either an Experience Site (Digital Experience metadata) for external users or a Custom Application for internal Lightning App Launcher access. - Use Case: A user asks to "build a React app for managing customer cases with Salesforce data" — the Skill produces a build plan, scaffolds the UI bundle, grounds Case fields against the org, wires GraphQL data access, builds pages and navigation, deploys, and publishes an Experience Site. ## Quick Start Ask the agent to build a complete React UI bundle app on Salesforce from your natural language description, for example: "Build a coffee shop ordering app on Salesforce with authentication, data tables, and an Experience Site."