What problem does it solve? Building a complete Salesforce Lightning Experience app requires creating many interdependent metadata types (objects, fields, tabs, pages, applications, permission sets) in the correct order, and mistakes in sequencing or structure cause deployment failures. This Skill turns a natural language app description into a coordinated, deployable metadata build. ## Core Features & Use Cases - Dependency-Ordered Orchestration: Builds metadata in five phases (data model, business logic, UI, app assembly, security) so every component's prerequisites exist before it is generated. - Per-Type Skill and API Context Enforcement: Loads the specialized generation skill and calls salesforce-api-context tools for each metadata type before writing files, with status lines recording completion. - Cross-Component Validation: Verifies object-tab coverage, relationship integrity, field references in FlexiPages, and permission set completeness, then reports warnings without blocking delivery. - Use Case: Ask for a project management app with Tasks, Resources, and Supplies objects, and receive a full SFDX project with objects, fields, tabs, Lightning record pages, a custom application, permission sets, a package.xml manifest, and a build summary report. ## Quick Start Build a Lightning app for employee onboarding with Employee and Task objects, record pages, and permission sets.