Salesforce metadata dependency analysis and safe deletion patterns. Use when deleting fields, analyzing metadata dependencies, managing circular references, or planning deployment order. Provides dependency analysis, safe deletion workflows, and ordering rules.
From opspal-salesforcenpx claudepluginhub revpalsfdc/opspal-commercial --plugin opspal-salesforceThis skill is limited to using the following tools:
circular-prevention.mddeletion-safeguards.mddependency-analysis.mdordering-rules.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.
# Analyze field dependencies before deletion
node scripts/lib/metadata-dependency-analyzer.js \
--org <org-alias> \
--object Account \
--field Status__c
| Reference Type | Risk Level | Example |
|---|---|---|
| Active Flow | HIGH | Flow using field in decision/assignment |
| Formula Field | HIGH | Formula referencing field |
| Validation Rule | HIGH | Rule checking field value |
| Page Layout | MEDIUM | Layout displaying field |
| Process Builder | MEDIUM | Process using field criteria |
| Workflow Rule | LOW | Workflow with field filter |
| Cause | Frequency | Impact |
|---|---|---|
| Active Flow references | 92% | Deletion blocked |
| Formula field dependencies | 78% | Cascade failures |
| Validation rule dependencies | 65% | Rule broken |
| Page layout references | 55% | Layout errors |
| Process Builder references | 45% | Process broken |
See supporting files:
dependency-analysis.md - Mapping dependenciesdeletion-safeguards.md - Safe deletion patternscircular-prevention.md - Avoid circular refsordering-rules.md - Deployment order