What problem does it solve?
It prevents out-of-order work by orchestrating the full, dependency-correct workflow needed to build a complete Salesforce React UI bundle app from a natural-language request.
Core Features & Use Cases
- End-to-end UI bundle orchestration: Coordinates scaffolding, features, Salesforce data access, frontend UI, optional integrations, and deployment in the correct sequence so the app works.
- Build from scratch or extend existing structure: Triggers when the user requests a new React/UI bundle app or when the project already includes
uiBundles/*/src/ (or relevant project structure) and asks to create/build from scratch.
- Multi-skill support: Handles tasks spanning multiple ui-bundle skills by coordinating them explicitly, reducing broken or incomplete builds.
- Correct scope enforcement: Avoids incompatible scenarios (e.g., Lightning Experience apps with custom objects or single-concern edits to an existing page).
Quick Start
Use the building-ui-bundle-app skill to build a complete React UI bundle app that includes scaffolding, features, Salesforce data wiring, UI pages/components, and a deployable result.