What problem does it solve?
Provides a structured, production-grade workflow and guidance for building Lightning Web Components (LWC) in Salesforce, removing uncertainty around scaffolding, data access patterns, SLDS 2 styling, accessibility, and test coverage so teams can deliver consistent, maintainable UI bundles.
Core Features & Use Cases
- Component Scaffolding: Generate complete LWC bundles (JS, HTML, CSS, meta.xml) and templates for datatables, modals, Flow screens, and TypeScript-enabled components.
- Data Integration Patterns: Guidance and examples for @wire (Apex & GraphQL), imperative Apex calls, Platform Events/empApi, Change Data Capture, and LMS patterns.
- Quality & Delivery: SLDS 2 + dark mode styling hooks, WCAG accessibility checklists, Jest testing patterns and mocks, performance and state-management guidance, and deploy/test CI patterns.
- Cross-skill Handoff: Clear delegation points to sf-apex, sf-flow, sf-deploy, and related skills for backend controllers, Flow integration, and deployments.
Quick Start
Create a responsive LWC data table for Account records that uses @wire to call an Apex method, applies SLDS 2 styling and accessibility rules, and includes a Jest unit test.