What problem does it solve?
Salesforce Flows frequently fail in production due to governor limit violations, missing fault handling, and wrong flow type selection. This Skill provides a structured checklist to design and review Flows that are bulk-safe, fault-tolerant, and correctly typed before deployment.
Core Features & Use Cases
- Flow Type Selection: Decision tables map use cases to Before-save, After-save, Screen, Autolaunched, Scheduled, or Platform Event–Triggered flows.
- Bulk Safety Validation: Detects DML and Get Records operations inside loops and prescribes collection-based patterns and Transform elements.
- Fault Path Enforcement: Lists every element type requiring fault connectors and defines a standard fault handler pattern.
- Use Case: Before activating a Record-Triggered Flow on the Account object, run the checklist to confirm no overlapping Process Builder rules exist, all DML elements have fault paths, and the flow was tested with 200+ records.
Quick Start
Review my Record-Triggered Flow on the Opportunity object for bulk safety, fault handling, and correct flow type selection.