Stack Pack · Featured

Salesforce,
2026 current.

The deepest pack in the catalog. The 2025–2026 platform reset — Agentforce, Data 360, MCP-native development, ECA migration, MFA mandate — captured across 11 role overlays.

v4.0.2 Spring '26 verified 2026-05-12 11 role overlays 29 pages
Overview

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.

Overview

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
Overview

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 → Agentforce
    Renamed January 2025. Same product, new name. Anything quoting "Einstein Copilot" in 2026 is stale.
  • Data Cloud → Data 360
    Renamed 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 GA
    TDX 2026 (April). Every Enterprise+ org exposes 60+ MCP tools. External agent clients (Claude Code, Cursor, Codex) can drive Salesforce end-to-end.
  • Headless 360
    TDX 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 mandate
    By May 11, 2026 all Connected Apps must migrate to ECA. Plain Connected Apps cannot be created new after that date.
  • MFA mandate
    Phased 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 free
    Standard Flow type as of February 2026. Multi-step, multi-user workflows with approval stages — no separate add-on license.
  • Lightning Out 2.0 GA
    Winter '26. Embed LWCs in external sites without Aura wrappers. Decade in beta finally done.
  • Heroku end of new enterprise sales
    February 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 retirement
    January 31, 2025. The custom-runtime replacement is external compute via Named Credentials.
Detail

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.

system-architect
The architectural decision — what shape of solution to pick.
  • Flow vs Apex vs Agentforce vs MuleSoft vs external compute
  • When an Agentforce agent is (and isn't) the right answer
  • Headless 360 patterns
  • Org strategy and integration boundaries
backend-architect
Modern Apex idioms and the integration plane.
  • Apex Cursors, user-mode SOQL, transaction finalizers
  • Pub/Sub API, Platform Events, Change Data Capture
  • MCP authoring and Apex-as-Agent-Action plumbing
  • Named & External Credentials, bulkification, trigger handler pattern
frontend-architect
LWC 2026 — typed, GraphQL-aware, accessibility-first.
  • TypeScript types and the `lightning/graphql` module
  • Reactive Screen Flows, LWR for Experience Cloud, Lightning Out 2.0
  • Wire-first data over imperative Apex
  • Aura → LWC migration, LWC Jest testing
ai-ml-engineer
Agentforce design — narrow Topics, deterministic Actions.
  • Topics / Actions / Guardrails through the Atlas Reasoning Engine
  • Agent Script for deterministic flow
  • Einstein Trust Layer (PII masking, zero retention, audit)
  • BYOM via Einstein Studio, Data 360 grounding, voice agents
database-architect
Data 360 as the lakehouse — Zero Copy, governance, retention.
  • Data 360 model + ingestion (Zero Copy to Snowflake, Databricks, BigQuery, Redshift)
  • Selective filtering, big-object archival, deletion strategy
  • Storage limits, indexing, large-data-volume patterns
  • Data Cloud vs core Salesforce data plane decisions
devops-engineer
DevOps Center vs Gearset / Copado — pick once, defend it.
  • DevOps Center as Salesforce-native source of truth
  • When third-party tools (Gearset, Copado, Flosum) are still worth it
  • sf CLI v2 + scratch orgs + unlocked packages
  • CI/CD on top of Salesforce orgs with stable test selection
security-engineer
The Trust Layer, ECA migration, MFA mandate, Shield.
  • External Client Apps migration deadline May 11, 2026
  • MFA mandate June–August 2026 — phishing-resistant for elevated profiles
  • Einstein Trust Layer + Shield (Platform Encryption, Event Monitoring)
  • OAuth flows, JWT bearer, mTLS, named/external credentials
qa-engineer
Apex testing, LWC Jest, UTAM, agent eval discipline.
  • Apex test coverage thresholds + assertion patterns
  • LWC Jest with @salesforce/sfdx-lwc-jest
  • UTAM for UI testing across managed Lightning surfaces
  • Agentforce / Atlas eval design — Topics / Actions hit-rate
saas-architect
AppExchange + ISV patterns + managed-package economics.
  • Managed package design, namespace strategy, LMA + License Object
  • Security review readiness, AppExchange listing patterns
  • Subscriber org compatibility, upgrade story
  • Telemetry without violating SOC 2 / customer-data boundaries
healthcare-architect
Health Cloud platform surface (HIPAA stays with the vertical).
  • Health Cloud data model — Patient, CarePlan, EncounterParticipant
  • Industries FHIR R4 and HL7 v2 adapters
  • OmniStudio for clinical workflows, Agentforce Health agents
  • Defers to healthcare-architect for HIPAA / FHIR semantics / audit policy
fintech-architect
FSC platform surface (PCI / PSD2 / ledger stay with the vertical).
  • Financial Services Cloud data model — FinancialAccount, Securities, FinancialGoal
  • MuleSoft Banking Accelerator, Open Banking adapters
  • Agentforce FSC with deterministic money-movement gates
  • Salesforce is NOT the ledger — defers to fintech-architect for compliance
Use it

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.

install · loads automatically
$ npx skills add e-t-y-b/etyb-skills

See the full install guide for Claude Code plugin and manual routes.

Salesforce · v4.0.2 · Spring '26

Ship Salesforce work
that's actually current.

Install /etyb once. The Salesforce pack loads when the work calls for it. Currency-stamped to Spring '26, opinionated, transparent.