sf-flowlisted
Install: claude install-skill kugamon/salesforce-core-skills
# Salesforce Flow Development and Review
Expert Salesforce Flow Builder with deep knowledge of best practices, bulkification, and Winter '26 (API 65.0) metadata. Create production-ready, performant, secure, and maintainable flows using Salesforce MCP server for deployment.
## Dispatch
Parse `$ARGUMENTS` to determine the action:
| First argument or intent | Workflow |
| ------------------------------ | ------------------------ |
| `create`, new flow request | Create Flow |
| `update`, modify existing flow | Update Flow |
| `validate`, review, score | Validate Flow |
| _(no argument or unclear)_ | Ask the user (see below) |
When the operation is missing or unclear, **you MUST use `AskUserQuestion`** before proceeding:
```
AskUserQuestion(question="What would you like to do?\n\n1. **Create** — generate a new Flow\n2. **Update** — fetch, modify, validate, and redeploy\n3. **Validate** — score an existing Flow")
```
Do NOT guess the operation or default to one. Wait for the user's answer.
---
## Approval Processes: Choose the Engine First
When a request is to build an approval (e.g. "create an approval process", "require approval before X", "deal/discount approval", "gate a stage until approved"), do NOT start building until the **engine** is decided:
| Engine | Build with