About the Salesforce pack.
Salesforce shipped more breaking change in the last twelve months than the previous five years combined. Agentforce replaced Einstein Copilot. Data Cloud became Data 360. Apex got Cursors. LWC got TypeScript. The MCP server went GA. External Client Apps deprecated plain Connected Apps. MFA went mandatory. Heroku stopped selling. Functions retired.
A baseline LLM with a 2024 cutoff will get every one of these wrong. The Salesforce pack carries the opinion of an architect who already lives in the new platform — picking Flow vs Apex vs Agentforce correctly, knowing when MFA enforcement kicks in, understanding why the Atlas Reasoning Engine needs narrow Topics and deterministic Actions.
Eleven of the team's twenty roles meaningfully change on Salesforce. The pack carries one composed file per role plus a stack-wide briefing and per-product canonical pages.
What it covers.
Headline products, surfaces, and platform features the pack carries opinions on:
- Apex (Cursors, user-mode SOQL)
- LWC (TypeScript, GraphQL module)
- Flow (Reactive Screen Flows)
- Data 360 (Zero Copy)
- Agentforce (Topics + Actions)
- Atlas Reasoning Engine
- Salesforce-Hosted MCP Server
- External Client Apps (ECA)
- MFA mandate enforcement
- DevOps Center
- Einstein Trust Layer
- Pub/Sub API · Platform Events
- Health Cloud · FSC industry data
- Lightning Out 2.0
The 2025–2026 platform reset.
Twelve specific changes a 2024-cutoff model will get wrong. Each one is captured in the overlays — by name, by date, with the right replacement pattern attached.
- Einstein Copilot → AgentforceRenamed January 2025. Same product, new name. Anything quoting "Einstein Copilot" in 2026 is stale.
- Data Cloud → Data 360Renamed at Dreamforce '25. The lakehouse-style customer data platform, with Zero Copy to Snowflake / Databricks / BigQuery / Redshift.
- Apex Cursors (Spring '26)Iterate up to 50M-row SOQL result sets across transactions without heap explosion. Narrows the gap with Batch Apex for streaming.
- LWC TypeScript types + `lightning/graphql`Spring '26 GA. Typed wire adapters. GraphQL mutations from LWC. The deprecated `lightning/uiGraphQLApi` should be migrated off.
- Salesforce-Hosted MCP Servers GATDX 2026 (April). Every Enterprise+ org exposes 60+ MCP tools. External agent clients (Claude Code, Cursor, Codex) can drive Salesforce end-to-end.
- Headless 360TDX 2026. Every layer of the platform exposed as APIs, MCP tools, or CLI. The agent client becomes the UI; Salesforce is the system of record + action plane.
- External Client Apps mandateBy May 11, 2026 all Connected Apps must migrate to ECA. Plain Connected Apps cannot be created new after that date.
- MFA mandatePhased June–August 2026 for all UI logins. Phishing-resistant MFA (FIDO2 / passkeys) required for admins, View All / Modify All / Author Apex users.
- Flow Orchestration is freeStandard Flow type as of February 2026. Multi-step, multi-user workflows with approval stages — no separate add-on license.
- Lightning Out 2.0 GAWinter '26. Embed LWCs in external sites without Aura wrappers. Decade in beta finally done.
- Heroku end of new enterprise salesFebruary 2026. Existing customers can renew; new enterprise contracts stopped. AWS Lambda / GCP Cloud Run / Azure Functions called via Named Credentials is the replacement.
- Salesforce Functions retirementJanuary 31, 2025. The custom-runtime replacement is external compute via Named Credentials.
Eleven role overlays.
Each role in your team picks up the slice of the platform that matches its job. Click any overlay to read the source markdown on GitHub.
Get the pack.
The Salesforce pack comes with every /etyb install — one
command and the overlay is ready, loading automatically the moment work touches Salesforce.
$ npx skills add e-t-y-b/etyb-skills See the full install guide for Claude Code plugin and manual routes.