generating-flow

Generate Salesforce Flow XML metadata via a three-step pipeline.

Updated May 19, 2026
One-click install
npx skills add https://github.com/dmckeeSF/mcpdctn0507 --skill generating-flow-dmckeesf
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: generating-flow
Source: https://github.com/dmckeeSF/mcpdctn0507/tree/main/.agents/skills/generating-flow
Command: npx skills add https://github.com/dmckeeSF/mcpdctn0507 --skill generating-flow-dmckeesf

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires execute_metadata_action, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill solves the challenge of generating Salesforce Flows automatically, simplifying complex business process automation.

Core Features & Use Cases

  • Flow Creation: Automates the creation of different types of Salesforce Flows including Screen, Autolaunched, Record-Triggered, and Scheduled.
  • Metadata Generation: Outputs Flow metadata XML to be used for Salesforce Flow implementation.
  • Use Case: For example, it can be used to create a Screen Flow for customer onboarding or a Record-Triggered Flow to process data entry.

Quick Start

Generate a Salesforce Flow for 'Customer Onboarding' using the generating-flow skill.

Frequently Asked Questions about generating-flow

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate Salesforce Flow generation without writing code?

You can automate Salesforce Flow generation by using a three-step pipeline that fetches metadata, selects elements, and generates XML flow metadata without requiring manual coding.

Can I generate multiple Salesforce Flows sequentially in one request?

Yes, the automation handles user requests for multiple flows sequentially, processing each Salesforce Flow generation task in order through its metadata fetching and generation pipeline.

What types of Salesforce Flows can I create using metadata generation?

Salesforce Flow metadata generation supports creating Screen Flows, Autolaunched Flows, Record-Triggered Flows, and Scheduled Flows for various business process automation use cases.

How does the execute_metadata_action tool work with Flow generation?

The execute_metadata_action MCP tool is used during the generation step to output the XML flow metadata required for implementing the Salesforce Flow.

Do I need to fetch existing metadata before generating a new Salesforce Flow?

Yes, the automation pipeline requires fetching metadata first, followed by element selection, to accurately generate the XML flow metadata for the Salesforce Flow.