architect-impact-analysis

Analyze Salesforce component change impact using the sfi.get_impact tool.

2|Updated Jun 17, 2026
One-click install
npx skills add https://github.com/PranavNagrecha/Salesforce-Intelligence --skill architect-impact-analysis
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: architect-impact-analysis
Source: https://github.com/PranavNagrecha/Salesforce-Intelligence/tree/main/.claude/skills/architect-impact-analysis
Command: npx skills add https://github.com/PranavNagrecha/Salesforce-Intelligence --skill architect-impact-analysis

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires sf-intelligence, and includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This Skill helps Salesforce architects understand the impact of changes to their org, identifying what might break and how extensively it affects the org's components.

Core Features & Use Cases

  • CHANGE-IMPACT Analysis: Analyze the effects of modifying or removing org components, providing detailed information on dependencies and related components.
  • Impact Routing: Directs specific types of questions (like impact and usage analysis) to appropriate tools, maintaining an organized approach.
  • Usage Reporting: Generates detailed reports on component usages, including metadata and relationships, to aid decision-making.
  • Live Data Option: Provides the ability to pull live data on record counts and samples if the live read-only plane is enabled.

Quick Start

Run 'architect-impact-analysis --change field Name' to assess the impact of renaming the 'Name' field on an object.

Frequently Asked Questions about architect-impact-analysis

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

FAQPage Schema
How do I analyze the impact of changing or deleting a field in a Salesforce org?

Salesforce change impact analysis identifies dependencies for fields, objects, validation rules, flows, and Apex triggers to determine what might break when components are modified or deleted. It generates detailed reports on metadata relationships to guide architectural decisions.

Can I assess the impact of modifying Salesforce validation rules and Apex triggers?

Yes, Salesforce impact analysis evaluates validation rules, Apex triggers, flows, fields, and objects. It maps metadata dependencies to show exactly which related components will be affected by your planned modifications or deletions.

Do I need the sf-intelligence Skill to perform Salesforce dependency mapping?

Yes, Salesforce dependency mapping requires the sf-intelligence Skill. It leverages the sfi.get_impact tool to route impact and usage queries, maintaining an organized approach to analyzing metadata relationships.

Does Salesforce impact analysis support pulling live data for record counts?

Yes, Salesforce impact analysis provides a live data option to pull record counts and sample data if the live read-only plane is enabled in your environment configuration.

What is the best way to identify component usages before a Salesforce feature rollout?

The best way to identify component usages is to generate detailed impact reports covering metadata and relationships. This reveals the extent of dependencies across the org to aid rollout decision-making.