What problem does it solve? Creating Salesforce Flows by hand-writing metadata XML is error-prone and slow. This Skill generates valid Flow metadata for Screen, Autolaunched, Record-Triggered, and Scheduled Flows by orchestrating a strict three-step MCP pipeline, eliminating manual XML authoring. ## Core Features & Use Cases - Guided Flow Generation: Runs the required fetchGroundedObjectMetadata → flowElementSelection → flowElementGeneration pipeline via the execute_metadata_action MCP tool and returns flow XML. - Custom Object Grounding: Scans the local sfdx project and passes relevant custom objects and fields as structured inflightMetadata so generated flows reference real schema. - Multi-Flow Handling: Splits multi-flow requests into separate sequential pipelines, one focused userPrompt per flow. - Use Case: Ask for a Record-Triggered Flow that updates a custom object's status when assigned, and receive deployment-ready flow XML generated element by element until completion. ## Quick Start Ask the agent to create a Salesforce Flow, for example: generate a Record-Triggered Flow that sends an email when a Case is closed.