architect-async-and-events

Analyze Salesforce async chains, scheduled jobs, CDC subscribers, and SOAP endpoints.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill addresses the challenge of understanding and managing the complex architecture of a Salesforce org, focusing on async, event-driven, and scheduled job structures.

Core Features & Use Cases

  • Visualize Async Chains: Trace the depth and complexity of async chains within an org.
  • Audit Scheduled Jobs: Catalog and audit cron-driven Apex schedules.
  • CDC Subscription Detection: Identify all Change Data Capture (CDC) subscribers.
  • Outbound Message Inventory: Inventory and inspect outbound SOAP messages.
  • Unified Endpoint Catalog: Access a single view of all URLs an org interacts with.
  • Use Case: If you're an architect or developer, and you need to ensure the proper configuration of scheduled jobs and CDC setups for compliance, this skill will provide a detailed analysis.

Quick Start

Run the 'architect-async-and-events' skill to analyze the async chain depth of a specific Apex class or inspect scheduled jobs in your Salesforce org.

Frequently Asked Questions about architect-async-and-events

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

FAQPage Schema
How do I visualize and trace async chain depth in a Salesforce org?

To trace async chain depth in a Salesforce org, you need a tool that queries v2.8 API surfaces to identify and visualize the complexity of your asynchronous processing structures. This analysis reveals nested async dependencies.

What is the best way to audit scheduled jobs and cron-driven Apex schedules in Salesforce?

Auditing Salesforce scheduled jobs requires cataloging cron-driven Apex configurations across your org. By querying metadata, you can inventory scheduled jobs to ensure compliance and verify proper configuration of automated processes.

How do I identify all Change Data Capture subscribers in my Salesforce architecture?

Identifying Change Data Capture subscribers involves inspecting Salesforce metadata to detect all active CDC configurations. This provides a unified view of event-driven subscribers consuming data changes within your architecture.

Can I inventory outbound SOAP messages and map all external endpoints in Salesforce?

Yes, you can inventory outbound SOAP messages and map external endpoints by inspecting Salesforce metadata. This creates a unified endpoint catalog showing all URLs your org interacts with for compliance.

Do I need prior knowledge of Salesforce metadata to analyze org architecture effectively?

Yes, analyzing Salesforce org architecture requires prior knowledge of Salesforce metadata and v2.8 API surfaces. This prerequisite knowledge is necessary for effectively querying and interpreting async chains and scheduled jobs.

Why does my Salesforce org architecture need an endpoint catalog and async chain visualization?

An endpoint catalog and async chain visualization are needed to manage complex Salesforce architecture, ensuring proper configuration of async processes and scheduled jobs for compliance and operational transparency.