What problem does it solve? Building a full Salesforce React UI bundle app requires coordinating scaffolding, feature installation, data access, frontend UI, integrations, and deployment in a strict dependency order; doing phases out of sequence breaks the app, and this Skill orchestrates that entire workflow end-to-end. ## Core Features & Use Cases - Phased Build Orchestration: Coordinates seven phases (scaffolding, features, data access, UI, integrations, deployment, Experience Site) by loading the correct specialized skill before each phase. - Requirements-to-Plan Conversion: Parses a natural language app description into a structured build plan covering pages, Salesforce objects, GraphQL queries, features, and deployment targets. - Validation Gates: Enforces lint and build checks between phases, requiring zero errors and full boilerplate replacement before completion. - Use Case: A user asks to "build a coffee shop ordering app on Salesforce" and receives a complete deployed React UI bundle with navigation, GraphQL data access to Salesforce objects, and an optional Experience Site. ## Quick Start Ask the agent to build a React app on Salesforce describing your pages, data objects, and any features like authentication or file upload, and it will scaffold, wire data, build the UI, and deploy the complete UI bundle.