In The Great Salesforce Bifurcation, I made an argument and then left you standing at the edge of a cliff. The argument: the ecosystem is splitting in two, the simple-coder and simple-admin roles are being eaten by AI and low-code, and the way out of the squeezed middle is up — toward architecture, governance, integration, and AI. The cliff: I said “specialize upward” and then, like every LinkedIn motivational post ever written, did not tell you how.
This post is the rope down the cliff. It is specifically for Salesforce Admins, because the Admin role is the one the data treats most ambiguously. Developer demand is falling. Architect demand is soaring. Admin demand is flat — which sounds safe, but flat is not the same as stable. Flat means the role is being quietly redefined underneath you while the headcount number stays the same. The job title survives. The job changes.
The Salesforce community invented a name for the version of the role that survives the redefinition: “Admin Plus.” It shows up in the job-market reports as the expectation that an admin now does more than configure. But nobody hands you a definition of plus, and nobody hands you a plan. So here is both — a concrete, quarter-by-quarter, twelve-month roadmap to become the admin the market is actually paying more for, instead of the one it is quietly pricing down.
I am not going to tell you to “learn AI” and wish you luck. That is not advice; that is a fortune cookie. I am going to tell you exactly what to learn, in what order, what to build to prove it, and — just as importantly — what to stop doing.
The TL;DR
If you only have the elevator ride:
- “Admin” is being redefined, not eliminated. The clicks-and-configure core is being absorbed by AI assistants and mature low-code. What is left, and what is valued, is the judgment layer on top.
- “Admin Plus” is not “admin who also codes.” It is an admin who owns the things AI cannot safely own: the data model, the sharing and security architecture, AI/agent governance, and the translation of fuzzy business needs into platform design.
- The roadmap is four quarters. Q1: master the security and data foundation. Q2: become the org’s Agentforce and AI-governance owner. Q3: build integration literacy and light code fluency. Q4: graduate into solution design and prove it with a portfolio.
- Stop being the click-request queue. The single most career-limiting habit is being the person who silently executes change requests. Deciders get promoted; ticket-takers get automated.
- Certifications are a signal, not a destination. Some still move the needle (AI Specialist, Data Cloud, the architect-track designers). The plain Admin cert alone no longer differentiates you from the 3.4x oversupply.
The rest of this is the actual plan, with the honest parts left in.
First, an Honest Look at What’s Actually Being Automated
Before the roadmap, you need a clear-eyed inventory of which parts of your current job are evaporating. Hope is not a career strategy, and neither is denial.
Here is the uncomfortable but useful split. Your current responsibilities fall into two buckets:
| Being absorbed by AI / low-code | Becoming more valuable |
|---|---|
| Building individual reports and dashboards on request | Designing the data model that makes good reporting possible |
| Writing single validation rules and simple Flows | Deciding the org’s automation architecture — what should and should not be automated |
| Creating users, resetting passwords, basic permission grants | Designing the permission-set and sharing strategy for the whole org |
| Translating a written requirement into a page layout | Sitting with the business before the requirement exists and shaping it |
| Answering “how do I do X in Salesforce” questions | Owning the AI agents that now answer those questions for everyone |
Look at that left column honestly. An AI assistant inside Setup can already draft a Flow from a sentence, generate a report from a question, and suggest a validation rule. Agentforce Vibes and the AI-in-the-builder tooling are getting better every release. The left column is not your future. It was your past, and it is being commoditized in real time.
But look at the right column, because this is the actual good news from the Bifurcation post restated in practical terms: the right column is not a different job. It is the senior version of your current job. You already touch the data model — you just execute changes to it instead of designing it. You already touch sharing — you just grant access instead of architecting it. The path up is not a leap to a foreign skill set. It is climbing the same ladder you are already standing on.
The admin who configures is being automated. The admin who decides what to configure, and why is being promoted. Same platform. Same person. Different altitude.
That distinction — configuring versus deciding — is the entire roadmap in one sentence. Everything below is how you move from one to the other.
The Four Pillars of “Admin Plus”
Before the quarter-by-quarter plan, here is the destination. “Admin Plus” stands on four pillars. You do not need to become a world expert in all four — you need to become genuinely strong in two and literate in the other two. That combination is rare enough that it commands the premium.
Pillar 1 — Data & Security Architecture. The sharing model, the schema, the permission-set strategy, data quality, and the governance that keeps it all sane. This is the most durable pillar because it is the one AI is least trusted to own. Nobody is letting an LLM redesign the Account sharing rules at a regulated enterprise. This is where you plant your flag first.
Pillar 2 — AI & Agent Governance. The new high-value declarative skill. Someone has to own the Agentforce agents — design them, ground them, set the guardrails, run the evaluations, decide what they are and are not allowed to do. In most orgs that someone is not the developer and not the architect. It is, increasingly, the Admin Plus. This pillar barely existed two years ago, which is exactly why it pays.
Pillar 3 — Integration Literacy. You do not need to become a backend engineer. You need to understand how Salesforce talks to the rest of the enterprise — APIs, events, middleware, the difference between real-time and batch — well enough to design solutions that span systems and to have a credible conversation with the integration team. Literacy, not mastery. But the literacy is non-negotiable now that no org runs Salesforce as an island.
Pillar 4 — Solution Design & Business Translation. The most human, least automatable pillar. The ability to sit with a vague, contradictory business request and turn it into a coherent platform design — choosing declarative versus code, knowing what the platform does well and what it fights you on, and saying “no, here’s a better way” to a stakeholder. This is the pillar that turns an Admin Plus into a future architect.
The roadmap below builds these four in a deliberate order, because they stack. You cannot govern AI agents well without understanding the security model they inherit. You cannot design cross-system solutions without integration literacy. We build the foundation first.
Quarter 1: Own the Foundation (Data & Security)
The first three months are about becoming undeniably excellent at the one pillar that is most durable and most foundational: data and security architecture. This is your beachhead. When you own this, you are no longer “an admin.” You are “the person who understands how access actually works here,” and that person does not get automated.
What to learn, specifically:
- The sharing model at depth. Not “I can create a sharing rule,” but the whole mental model: org-wide defaults, role hierarchy, sharing rules, manual and team sharing, implicit sharing, account-contact-opportunity sharing behaviors, and the order of operations when they interact. Most admins know the buttons. Few understand the model well enough to debug why a user can see a record they shouldn’t — or design a model that prevents it.
- Permission-set strategy. The industry has moved decisively from profile-based to permission-set-based access. Learn to design a clean, maintainable permission-set and permission-set-group architecture for an org, not just to grant a permission when someone asks.
- Data modeling fundamentals. Relationships (lookup vs master-detail and their cascade/sharing implications), the cost of a bad schema, when to use a junction object, why “just add another field” is sometimes the wrong answer. You are learning to design the model, not just edit it.
- Data quality and governance. Duplicate management, validation strategy at the org level, the data-health practices that keep an org from rotting. (This matters double in the AI era — agents inherit your data quality. Garbage in, confidently-wrong agent out.)
What to build to prove it: Take your current org (or a Developer Edition you spin up) and produce a sharing-and-security design document — the actual artifact an architect would write. Diagram the role hierarchy, document the OWDs and why each is set the way it is, lay out the permission-set strategy, and write a one-page “how access works here” guide. This single document is worth more in an interview than three more certifications, because it proves you can think at the design level, not just operate at the config level.
The cert that maps here: the Sharing and Visibility Architect / Designer credential. Unlike the base Admin cert, this one signals depth in exactly the pillar that AI cannot touch.
Quarter 2: Become the Org’s AI Owner (Agent Governance)
Now you build the pillar that did not exist when you started your career and is the single fastest way to make yourself indispensable in 2026: owning the org’s Agentforce agents.
Here is the strategic insight. Every org adopting Agentforce hits the same wall: who owns the agents? The developers are busy with code. The architects are busy with system design. The agents need someone who understands the business processes, the data, the guardrails, and the governance — and who can build and maintain them declaratively. That someone is the Admin Plus. This is the role’s single biggest opportunity, and most admins are sleeping through it.
What to learn, specifically:
- Agent building, end to end. Topics (now subagents), actions, grounding, the conversational builder. Build a real agent — a service agent for a use case in your own org. Not a demo. Something with a genuine workflow.
- Grounding and data. How agents reason over your data via Data Cloud and retrieval. You do not need to be the Data Cloud engineer, but you need to understand how the agent knows things, and why it sometimes knows them wrong.
- Guardrails and the Trust Layer. What keeps an agent from saying or doing something it shouldn’t. Masking, scope restrictions, the difference between telling an agent not to do something and making it impossible. (If you want the engineering-grade version of this, my Agent Script post covers the deterministic-guardrail mindset in depth — even as an admin, understanding that “arrows beat suggestions” will make you a better agent designer.)
- Evaluation. How you test an agent so it does not silently drift. This is the practice that separates someone who demoed an agent from someone who can run one in production.
What to build to prove it: Ship a working Agentforce agent for a real process in a Developer org — say, an internal helpdesk agent or a customer-facing FAQ-plus-action agent — and document its design: the subagents, the actions, the guardrails, and an evaluation plan. Record a two-minute walkthrough. This is portfolio gold because almost nobody has it yet. You are not competing against 3.4x oversupply here; you are early.
The cert that maps here: the Agentforce Specialist / AI Specialist credential. This is currently one of the highest-signal certs in the ecosystem precisely because demand for the skill vastly outstrips the people who have it.
Quarter 3: Build Integration Literacy and Light Code Fluency
The third quarter is about removing your two biggest ceilings: the inability to reason about how Salesforce connects to other systems, and the inability to read code when you hit the edge of declarative tools.
Note the word literacy, not mastery. The goal is not to become a developer or an integration engineer. The goal is to never again be the person in the room who goes quiet when the conversation turns to APIs, and to never again be blocked because you cannot read what a Flow or an Apex class is actually doing.
What to learn, specifically:
- Integration concepts. REST and SOAP at a conceptual level, what an API call actually is, synchronous versus asynchronous, Platform Events and the event-driven mindset, what middleware (like MuleSoft) does and when you need it, and the auth basics (OAuth, named credentials). You are learning the vocabulary and the trade-offs, so you can design solutions that cross system boundaries and talk credibly to the integration team.
- SOQL. Actually learn to query. This is the most useful “code” skill an admin can have and the lowest-effort to acquire. Being able to write a SOQL query to answer “how many records actually match this condition” makes you faster and more credible immediately.
- Reading Apex and Flow. You do not need to write much Apex. You need to read it — to look at a trigger or a class and understand what it does, where the risk is, and whether a requested change is trivial or dangerous. The same for complex Flows. Being able to read the code is what lets you make architectural decisions about it.
- Light scripting and the CLI. Enough comfort with the Salesforce CLI and the basic developer workflow that you are not afraid of it. Version control literacy — understanding what a pull request is and why metadata in Git matters — moves you from “admin who clicks in production” to “admin who understands modern delivery.”
What to build to prove it: Design (on paper, then partially build) an integration solution — pick a real scenario like “sync orders from Salesforce to an external system” and produce the design: which API, real-time or batch, error handling, the data mapping. You will not build the whole thing, but the design artifact proves you can think across the boundary. Pair it with a small set of SOQL queries you wrote to solve real questions.
The framing for interviews: “I’m an admin who can read the code, query the data directly, and design across systems.” That sentence ends the perception that you are a clicks-only operator. It is the single most valuable repositioning available to you.
Quarter 4: Graduate to Solution Design (and Prove It)
The final quarter is where the previous three compound into the thing that actually commands the premium: the ability to design solutions, not just configure them — and the portfolio to prove you can.
What to learn, specifically:
- The declarative-vs-code decision. When to use Flow, when to push to Apex, when to reach for an agent, when to integrate, when to say “the platform shouldn’t do this at all.” This is judgment, and it is the most valuable thing an Admin Plus possesses. The Agent Script guide gives you the orchestration-layer half of this judgment — the rule of thumb that conversation-shaped logic goes in a script while transaction-shaped logic goes in a Flow.
- Requirements shaping. The skill of taking a vague, often contradictory business ask and turning it into a coherent design — including pushing back, proposing better alternatives, and managing the trade-offs out loud. This is the human core of the architect role, and it is the least automatable skill in the entire stack.
- Documenting and presenting a design. Architects do not just decide; they communicate the decision so a team can execute it and a stakeholder can trust it. Learn to produce a clean solution-design document and to defend it in a room.
What to build to prove it — the capstone: Take a meaty, end-to-end business problem and produce a complete solution-design portfolio piece. Pick something real — “design a customer onboarding process for a B2B SaaS company” or “design the claims-intake architecture for a regional insurer.” Then produce the full artifact: the data model, the security design, the automation architecture (Flow vs Apex vs agent, and why), the integration points, and the AI/agent layer. This is the single most powerful asset you can build for the next stage of your career, because it is the work an architect does. You are not telling an interviewer you can think like an architect. You are showing them.
The framing: by the end of Q4, your story is no longer “I’m a Salesforce admin.” It is “I design Salesforce solutions — security, data, automation, AI, and integration — and here is a portfolio that proves it.” That is the Admin Plus the +27% architect-demand curve is reaching for.
The 12-Month Plan, on One Page
For the people who skip to the summary table (you are forgiven):
| Quarter | Pillar | The skill | The artifact that proves it | High-signal cert |
|---|---|---|---|---|
| Q1 | Data & Security | Sharing model at depth, permission-set strategy, data modeling, governance | A real sharing-and-security design doc for an org | Sharing & Visibility designer |
| Q2 | AI & Agent Governance | Building, grounding, guardrailing, and evaluating Agentforce agents | A working agent + design doc + walkthrough | Agentforce / AI Specialist |
| Q3 | Integration Literacy | API concepts, SOQL, reading Apex/Flow, CLI & version-control literacy | An integration design + a set of real SOQL queries | (Platform App Builder as a base) |
| Q4 | Solution Design | Declarative-vs-code judgment, requirements shaping, design communication | A full end-to-end solution-design portfolio piece | (Architect-track designers) |
Notice what this plan is not. It is not “watch 200 Trailhead modules.” It is four substantial artifacts — a security design, a working agent, an integration design, and a capstone solution design. Modules teach you; artifacts prove you. In a market with 3.4x oversupply, the people with proof win, and almost nobody has proof, because almost everybody is collecting badges instead of building things.
What to Stop Doing
Upskilling gets all the attention, but the un-skilling matters just as much. Some habits actively hold you in the squeezed middle, and the most important one is uncomfortable to hear.
Stop being the silent click-request queue. This is the big one. If your role is “requests come in, you execute them in the org, you close the ticket,” you have automated yourself in advance — you have turned your own job into exactly the kind of deterministic, request-response work that AI does well. The single most career-limiting habit in the ecosystem is being the person who executes changes without ever being the person who decides them. Start asking “why” before “how.” Start proposing alternatives. Start being in the room where the requirement is shaped, not just the queue where it lands.
Stop treating certifications as the finish line. A cert is a signal that you studied a topic. It is not evidence that you can apply it, and the market has wised up to the difference. The base Admin cert in particular no longer differentiates you — too many people have it. Certs are worth pursuing as a byproduct of building real skill, not as a substitute for it. Collect the high-signal ones (Q2 and Q4 above) on your way to building the artifacts; do not collect badges as the goal.
Stop doing by hand what AI now drafts for you. If you are still hand-building routine reports, simple validation rules, and basic Flows from scratch while the in-platform AI can draft them in seconds, you are spending your scarce hours on the commoditized left column. Let the tooling draft the routine work. Spend the reclaimed time on the design judgment that the tooling cannot do. The goal is not to out-type the AI. It is to do the thinking the AI cannot.
Stop staying invisible. The admins who get promoted are the ones whose judgment is visible — who write the design doc, who present the trade-off, who become known as the person who understands how the org actually works. Quiet competence is a real thing and a good thing, but in a redefining market, the people who narrate their thinking get the architect interviews. The capstone portfolio from Q4 is partly a skill exercise and partly a visibility exercise. Both matter.
The Honest Trade-offs
I would be doing exactly what I criticized in the opening — handing you a fortune cookie — if I pretended this is easy. It is not. The honest version:
This is a year of real, deliberate work. Twelve months of evenings and weekends and stretch projects, on top of your actual job. Anyone selling you “become an architect in 30 days” is selling you something. The roadmap is achievable, but it is not free, and the people who complete it are the people who treat it like a serious commitment, not a New Year’s resolution.
“Admin Plus” still competes — the bar just moved up with you. This is not a magic escape from the oversupply. It is a move to a less crowded part of the market. There are still other people climbing the same ladder. The advantage is real but relative: you are competing against the dozens who specialized, not the thousands who didn’t.
Your current org may not give you room to practice. This is the quiet obstacle nobody mentions. If your day job is pure ticket-execution with no architecture, no Agentforce, and no integration work, you cannot build these skills on company time. You will have to manufacture the practice — Developer Edition orgs, side projects, volunteer work for a nonprofit’s Salesforce instance, the Trailblazer community. That is more effort, and it is the difference-maker. The people who wait for their employer to hand them growth wait forever.
The imposter feeling is real and temporary. Moving from “I configure the platform” to “I design solutions on the platform” comes with a stretch of feeling like a fraud. That feeling is not a signal that you are wrong for the role. It is the standard, universal experience of operating one level above where you are comfortable. It passes. Everyone who made this climb felt it. Push through it.
There is no version of this that is effortless. There is only the version where you do the work and end up in the +27% column, and the version where you don’t and hope the flat line holds. I would not bet a career on the flat line holding.
Open Questions
Things I am genuinely unsure about, and would like the community’s read on:
-
How fast does the AI-governance window stay open? Right now, “admin who owns the Agentforce agents” is a rare and valuable skill. But Salesforce is making agent-building easier every release. Does this pillar stay a premium skill, or does it commoditize the way report-building did? My guess: the building commoditizes, but the governance and judgment stay valuable. I am not certain.
-
Will the “Admin Plus” title survive, or get renamed? The market may simply start calling this role “junior architect” or “platform consultant” and let “Admin” drift down to mean the commoditized core. The skills matter more than the label, but the label affects how you are paid and perceived.
-
What is the right ratio of breadth to depth? I have argued for “strong in two pillars, literate in two.” But some markets reward deep specialists (the person who only does security architecture) over generalists. The right answer probably depends on whether you want to become an architect (breadth) or a specialist designer (depth).
-
Can someone do this without an employer’s support? I have said yes, through side projects and Developer orgs. But the honest truth is that doing it entirely on your own time, without real production stakes to practice against, is materially harder. I do not have a clean answer for the admin whose employer offers zero runway.
The Verdict
The Bifurcation post diagnosed the problem. This is the prescription, and the prescription is more hopeful than the diagnosis sounded.
Here is the reframe worth holding onto: the skills that make you an “Admin Plus” are not a different career. They are the senior version of the one you already have. You already touch the data model, the sharing rules, the automation, and the business conversations. The roadmap is not asking you to abandon your craft and become something alien. It is asking you to climb from operating the platform to designing on it — from configuring to deciding — using the exact same surface area you already know.
The admins who get squeezed in the next two years are the ones who keep doing the commoditized left column and wait for the flat line to protect them. The admins who get promoted are the ones who spend twelve deliberate months building the four pillars, produce the four artifacts, and walk into the room as the person who understands how the whole thing fits together.
That person is not competing with the 3.4x oversupply. That person is what the +27% architect-demand curve is desperately trying to hire. The gap between those two outcomes is one year of intentional work — and now you have the map for it.
Start with Q1. Own the foundation. The rest stacks on top.
Further Reading
The surrounding pieces that this roadmap connects to:
- The Great Salesforce Bifurcation — The diagnosis this post is the prescription for. Read it first if you haven’t; it makes the stakes concrete with the actual market data.
- Agent Script: When Your AI Agent Needs a Spine — The depth behind the Q2 AI-governance pillar. Even as an admin, the “deterministic guardrails beat hopeful instructions” mindset will make you a better agent designer.
- Agentforce for Developers — The fundamentals of the agents you’ll be governing.
- Salesforce Headless 360 in Practice — Where the platform is heading, and why integration literacy (Q3) is no longer optional.
- Salesforce Just Broke Up With Its Own UI — The strategic context: as Salesforce becomes a governed backend, the governance layer is exactly where the Admin Plus lives.
The roadmap is a map, not a guarantee. But maps are most of the battle when everyone else is wandering. Pick a direction, build the first artifact, and you are already ahead of most of the people standing at the same cliff, still reading motivational posts that tell them to “specialize upward” without ever saying how.
This one said how. Now go build the Q1 doc.