Architect Async And Events

Answers Salesforce architect async + event-driven topology questions that v2.8 surfaces beyond the v1.5 integration tier. Triggers: "who subscribes to CDC events on Account", "what change-data-capture subscribers do we have", "what's the async chain depth from this Queueable", "show me every scheduled job", "what outbound messages does this org send", "give me every endpoint URL in one place". Drives the cascade: `event_topology` (the event plane — Platform Events, Change Data Capture enablement, event channels, and the retrieval coverage behind each; it supersedes the retired `cdc_subscribers` alias), `async_chain_depth` (transitive `dispatchesAsync` walk; chainAsync NOT persisted), `scheduled_job_catalog` (cron-driven jobs from `System.schedule` detection), `outbound_message_catalog` (the new v2.8 OutboundMessage ComponentType promoted from WorkflowRule dangling refs), `endpoint_catalog` (unified URL view across REST exposes / OutboundMessage / ExternalDataSource / NamedCredential). Discloses v2.8 boundarie

PranavNagrecha Updated 15 repo stars

File contents

PranavNagrecha/Salesforce-Intelligence/tree/main/.claude/skills/architect-async-and-events commit 97a08cec7c

Frequently asked questions

npx skillmds@latest add pranavnagrecha/architect-async-and-events