automation-flow-generate

Generate Salesforce Flow metadata from natural-language automation requests.

Updated Jun 17, 2026
One-click install
npx skills add https://github.com/angryracoon/ARIEF-VISEO-DEV-ORG --skill automation-flow-generate
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: automation-flow-generate
Source: https://github.com/angryracoon/ARIEF-VISEO-DEV-ORG/tree/main/.agents/skills/automation-flow-generate
Command: npx skills add https://github.com/angryracoon/ARIEF-VISEO-DEV-ORG --skill automation-flow-generate

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It removes the complexity of turning natural-language automation requests into valid Salesforce Flow metadata, so teams can build reliable declarative automation without handcrafting XML.

Core Features & Use Cases

  • Flow generation: Produces Screen, Autolaunched, Record-Triggered, and Scheduled Flows from business requirements.
  • Metadata-grounded design: Uses org schema context to choose the right objects, fields, and flow elements.
  • Workflow automation: Supports common scenarios like record updates, notifications, scheduled actions, and guided user processes.

Quick Start

Ask the skill to generate a Salesforce Flow for your automation request and provide the target object, trigger conditions, and desired outcome.

Frequently Asked Questions about automation-flow-generate

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

FAQPage Schema
How do I generate Salesforce Flow metadata from natural language?

To generate Salesforce Flow metadata, provide a natural-language automation request specifying the target object, trigger conditions, and desired outcome to produce valid XML.

Does this support creating Record-Triggered and Scheduled Flows in Salesforce?

Yes, it supports creating Record-Triggered and Scheduled Flows, alongside Screen and Autolaunched Flows, for business process automation and workflow orchestration.

What is the process for converting business requirements into Salesforce automation workflows?

Converting business requirements into Salesforce automation workflows involves a three-step pipeline using org schema context for object lookup, element selection, and iterative element generation.

Can I automate guided user processes and record updates without writing XML manually?

Yes, you can automate guided user processes, record updates, and notifications without handcrafting XML by generating the flow metadata directly from your requirements.

Why do I need to provide org schema context for Salesforce flow generation?

Providing org schema context for Salesforce flow generation ensures the output chooses the correct objects and fields, resulting in reliable declarative automation metadata.

What are the limitations when generating Salesforce flows with natural language?

Generating Salesforce flows requires a strict three-step MCP pipeline and accurate object schema input; incomplete trigger conditions or desired outcomes may limit the accuracy of the metadata output.