sf-flow

Generate and validate Salesforce Flows with bulkification and governance patterns.

6|Updated Dec 20, 2023
One-click install
npx skills add https://github.com/ronitnuguru/Package-Visualizer --skill sf-flow-ronitnuguru
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: sf-flow
Source: https://github.com/ronitnuguru/Package-Visualizer/tree/main/.cursor/skills/sf-flow
Command: npx skills add https://github.com/ronitnuguru/Package-Visualizer --skill sf-flow-ronitnuguru

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

Automates the creation and validation of Salesforce Flows with strict bulkification and governance patterns to reduce manual errors and accelerate deployment.

Core Features & Use Cases

  • Flow generation and strict validation against 110-point scoring across 6 categories
  • Support for Record-Triggered, Screen, Autolaunched, and Scheduled flows with orchestration patterns
  • Safe deployment guidance via sf-deploy and cross-skill integration (Agentforce, LWC, Apex)
  • Comprehensive documentation templates, references, and testing guidance

Quick Start

Provide a Flow requirement and the sf-flow skill will generate a validated, bulk-safe Flow blueprint ready for deployment.

Frequently Asked Questions about sf-flow

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

FAQPage Schema
How do I create bulk-safe Salesforce Flows without hitting governor limits?

Salesforce Flow automation requires strict bulkification patterns to process multiple records safely. This skill generates validated Flows with built-in orchestration and error handling to prevent governor limit violations during bulk data operations.

Can I validate an existing Salesforce Flow against governance best practices?

Yes, Salesforce Flow validation checks your automation against a 110-point scoring system across six categories. This identifies bulkification gaps and governance issues, producing a deployment-ready blueprint with actionable improvements.

Does this support generating Screen, Scheduled, and Record-Triggered Salesforce Flows?

Yes, Salesforce Flow generation supports Record-Triggered, Screen, Autolaunched, and Scheduled flow types. Each generated flow includes appropriate orchestration patterns and bulk-safe logic tailored to the specific Flow type.

What is the best way to prepare a Salesforce Flow blueprint for production deployment?

The best way to prepare a Salesforce Flow for deployment is to generate a validated blueprint with strict governance patterns. This ensures bulk-safe orchestration and provides cross-skill integration guidance for Apex, LWC, and Agentforce components.

Why does my Salesforce Flow fail when processing bulk data transactions?

Salesforce Flow failures during bulk processing usually stem from missing bulkification patterns and inadequate error handling. Generating flows with strict governance ensures safe orchestration and validates against deployment readiness criteria.

Do I need Apex to handle errors in bulkified Salesforce Flows?

No, Salesforce Flow automation can implement error handling natively through strict governance patterns. This skill generates Flows with built-in bulk-safe orchestration, though cross-skill integration with Apex is supported if additional logic is required.