Salesforce automation audit methodology. Use when auditing Flows, Process Builders, Workflow Rules, Apex Triggers, or automation conflicts. Provides namespace detection, business process classification, cascade mapping, migration rationale, and risk-based phasing.
From opspal-salesforcenpx claudepluginhub revpalsfdc/opspal-commercial --plugin opspal-salesforceThis skill is limited to using the following tools:
classification-matrix.mdconflict-detection.mdmigration-guide.mdoptimization-patterns.mdDesigns and optimizes AI agent action spaces, tool definitions, observation formats, error recovery, and context for higher task completion rates.
Enables AI agents to execute x402 payments with per-task budgets, spending controls, and non-custodial wallets via MCP tools. Use when agents pay for APIs, services, or other agents.
Compares coding agents like Claude Code and Aider on custom YAML-defined codebase tasks using git worktrees, measuring pass rate, cost, time, and consistency.
| Type | Discovery Method | Key Metrics |
|---|---|---|
| Apex Triggers | Tooling API | Events, handler pattern |
| Flows | FlowDefinitionView | Type, status, version |
| Process Builders | Flow (deprecated) | Actions, conditions |
| Workflow Rules | WorkflowRule | Status, actions |
| Validation Rules | ValidationRule | Active, formula |
Risk Score = (
component_count > 5 ? 30 : 0 +
has_multiple_triggers ? 25 : 0 +
mixed_automation_types ? 20 : 0 +
exceeds_average ? 15 : 0 +
historical_conflict_rate > 0.3 ? 10 : 0
)
Risk Level: 0-29 (LOW), 30-59 (MEDIUM), 60+ (HIGH)
This is a READ-ONLY audit framework:
NEVER: Deploy metadata, update records, delete components, deactivate automation
See supporting files:
classification-matrix.md - Business process classificationmigration-guide.md - Process Builder to Flow migrationconflict-detection.md - Circular dependency patternsoptimization-patterns.md - Performance optimization