What problem does it solve? Building Salesforce Flows by hand often leads to unbulkified logic, missing fault paths, and deployment failures. This Skill generates production-grade Flow XML for record-triggered, screen, autolaunched, scheduled, and platform-event flows, then validates the result against a 110-point scoring rubric covering bulkification, entry criteria, naming, fault handling, performance, and documentation. ## Core Features & Use Cases - Flow XML Generation: Produces complete .flow-meta.xml files from templates for before-save, after-save, screen, autolaunched, scheduled, platform-event, and AI Decision flows. - 110-Point Validation: Scores flows across six categories with an 88-point minimum for deployment readiness, checking for DML in loops, missing fault connectors, and unsafe entry conditions. - Architecture Guidance: Enforces before-save vs after-save selection, Transform vs Loop decisions, subflow orchestration, and Agentforce Action Definition registration. - Use Case: Ask for a before-save flow that auto-populates Account fields, and receive validated Flow XML with proper entry conditions, fault paths, and a deployment handoff plan. ## Quick Start Ask the agent to create a before-save record-triggered flow on Account that auto-populates fields, then review the generated Flow XML and its validation score.