sf-flow-builder

Create and validate Salesforce Flows against 110-point scoring and Winter '26 best practices.

423|97|Updated Nov 30, 2025
One-click install
npx skills add https://github.com/Jaganpro/claude-code-sfskills --skill sf-flow-builder
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: sf-flow-builder
Source: https://github.com/Jaganpro/claude-code-sfskills/tree/main/skills/sf-flow-builder
Command: npx skills add https://github.com/Jaganpro/claude-code-sfskills --skill sf-flow-builder

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires sf-deployment.

What problem does it solve?

Building robust, performant, and secure Salesforce Flows that adhere to best practices and governance standards can be complex and error-prone. This skill streamlines Flow creation, enforces strict validation, and provides comprehensive testing guidance, ensuring your automations are production-ready and scalable.

Core Features & Use Cases

  • Intelligent Flow Generation: Create 7 types of Salesforce Flows (Screen, Record-Triggered, Scheduled, etc.) from natural language requirements, pre-populated with best practices.
  • Enhanced Validation & Scoring: Automatically validate flows against 6 categories of best practices (Design, Performance, Security, etc.), providing a score (0-110) and actionable recommendations.
  • Reusable Subflow Library: Leverage pre-built subflows for common patterns like error logging, bulk updates, and record validation, accelerating development and ensuring consistency.
  • Use Case: "Create a record-triggered flow on Opportunity that updates related contacts when the stage changes, ensuring bulkification and proper error handling." The skill will generate the flow, validate it, and provide testing guidance.

Quick Start

Create a screen flow to collect customer feedback and save it to a custom object.

Frequently Asked Questions about sf-flow-builder

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

FAQPage Schema
How do I validate Salesforce Flows against best practices?

Validate Salesforce Flows automatically against 110-point scoring criteria covering design, performance, security, and governance. The skill analyzes record-triggered, screen, autolaunched, and scheduled flows, identifies violations, and returns actionable recommendations with a numerical score.

Can I automate Salesforce Flow creation from requirements?

Yes. Generate screen, record-triggered, scheduled, and other flow types from natural language requirements with pre-populated best practices, bulkification patterns, and fault-handling logic built in, reducing manual setup time.

What Flow governance and testing guidance does this provide?

Receive structured error logging, deployment gating checks, comprehensive testing guidance, and governance validation. The skill enforces Winter '26 best practices and integrates with sf-metadata and sf-deploy hooks for safe coordination.

Does this support reusable Flow patterns?

Yes. Access a pre-built subflow library with common patterns like error logging, bulk updates, and record validation, ensuring consistency and accelerating development across automation projects.

How do I ensure bulkification and error handling in Flows?

The skill generates flows with bulkification and fault paths built in, validates these patterns against best practices, and provides testing guidance to prevent governor limit violations and handle failures gracefully.