All posts

Field note

The Data-to-Agent Method, Explained

Akshit Kandi
#AI agents#data strategy#Agentforce#method#architecture
The Data-to-Agent Method, Explained
AI agents

The Data-to-Agent Method, Explained

SkySync

A method is not a project plan with nicer names. Here is what each of the four phases of Data-to-Agent is actually protecting against, and why the order is the whole point.


Every consultancy has a four-box diagram with arrows. Most of them are the same project plan — plan, build, test, deploy — wearing a costume. They tell you the sequence of a calendar, not the sequence of a system. So before I walk through Data-to-Agent, let me be honest about what would make it worth your attention: a method earns its name only if each phase exists to stop a specific failure, and only if reordering the phases breaks something real. Data-to-Agent has four phases — Agent Ready, Agent Launch, Agent Scale, Agent Care — and the names are the least interesting thing about them. What matters is that each phase answers a question the previous phase made unavoidable, and that the agent you end up running stays reversible at every step. Here is the version with the costume off.

01

Agent Ready

Get your Salesforce data AI-ready on Data Cloud.

02

Agent Launch

Build and ship the first agent with guardrails.

03

Agent Scale

Expand what works across teams and channels.

04

Agent Care

Run, tune, and govern it so ROI compounds.

The Data-to-Agent method — start anywhere, grow only what proves out.

The unit of work is a question, not a deliverable

Read most AI delivery plans and the unit of work is an artifact: a data model, a prompt, an integration, a dashboard. Data-to-Agent uses a different unit. The unit is a question that has to be answered before the agent is allowed to do more. Is the data true? Is the agent live and watched on one job? Has it earned a wider scope? Who keeps it true as the world moves? Each phase closes one of those, and you do not get to skip ahead because the demo looked good.

That framing matters because an AI agent is not a feature you ship once. It acts on your customers every day, in language so fluent that its mistakes look like competence. The risk is not that it crashes; it is that it confidently does the wrong thing at scale before anyone notices. A method for agents has to be a method for containing that risk, phase by phase — not a Gantt chart for producing artifacts.

An agent doesn't fail like software, with an error message. It fails like a bad hire, with a plausible answer that happens to be wrong. The method exists to make that failure small and reversible.

Agent Ready: make the data tell the truth, then write down the baseline

The first phase produces nothing you can demo, and that is exactly why teams skip it and exactly why their pilots later stall. Agent Ready does two jobs. First, it makes the data the agent will read trustworthy — one profile per customer, duplicates resolved, the handful of definitions the agent depends on actually agreed upon. An agent grounded in fragmented, stale data is not a smaller version of a good agent. It is a liability that speaks in full sentences.

Second, and just as important, Agent Ready writes down the baseline. Not the target — the baseline. The honest number you are starting from, stated in the language of the business. Something concrete enough to be falsified later: say your team responds to inbound leads in a median of nine hours and books a meeting on one in twenty-five. Those are placeholders, but a number shaped like that is something an agent can be held to. "We want to be more efficient" is a wish. If you cannot state the baseline before launch, you will not be able to prove a result after it, and you will have funded a science project that nobody can grade.

This is the data before agents principle, and it is not a slogan about tidiness — it is about measurability. The same unified data that makes an agent give correct answers is the data that lets you score whether it earned its keep. For a Salesforce shop, that is the practical case for grounding in Data Cloud before touching Agentforce: the two problems, a good agent and a measurable one, have one solution. Skip it and you are left guessing on both.

Agent Launch: one job, in production, with a kill switch

Launch is the phase that feels like progress and tempts everyone to overreach. The discipline is to do the opposite of what the excitement wants. One workflow. A bounded set of actions. A human in the loop on anything irreversible — anything that touches money, a contract, or a customer's trust. The goal of this phase is not capability. It is to prove the agent works on real traffic while keeping every action logged and every step reversible.

The word that does the work here is production. A pilot that never touches a live customer proves only that the demo runs. Take speed-to-lead, the kind of work we ran for a residential solar client through Green Subsidy: respond to a new inbound lead the moment it arrives instead of hours later, qualify it, book the next step. Narrow scope, obvious value, and a metric — response time, booked appointments — that an executive can read without a translator. The agent does not need to do ten things in this phase. It needs to do one thing reliably, on real volume, with a clear path to roll it back.

For the architects: the kill switch is not a nice-to-have you add later. It is a design constraint that shapes the whole build. Scope the agent's actions so the high-stakes ones are gated behind human approval and the autonomous ones are individually reversible. Concretely, that means an idempotency key on every external write, an audit log keyed to the triggering record, and a single config flag that drops the agent to suggest-only without a redeploy. If you cannot cleanly undo an action, that action does not belong in the autonomous set yet.

Agent Scale: widen only where the agent has earned it

Scale is where the method protects you from your own momentum. Once an agent works on one job, the obvious move is to hand it five more. The disciplined move is to widen scope only into the territory the agent has demonstrably handled — and to treat every expansion as a small re-run of Launch, with its own baseline and its own watched period, rather than a blanket promotion. Scaling an agent is not like scaling a server: more volume on a proven workflow is mostly a throughput problem, but more kinds of decisions is where the danger lives, because each new decision type is a new way to be confidently wrong, and confidence is the one thing the agent never lacks. So the question at this phase is specific:

  • Where has the agent shown it handles the edge cases, not just the happy path?
  • Which new actions are reversible enough to run autonomously, and which still need a human gate?
  • What new data does the wider scope require the agent to read, and is that data as clean as the data under the first job?
  • Does each expansion carry its own baseline, so you can tell whether scaling added value or just added surface area?

The failure this phase prevents is the most expensive kind: an agent that was genuinely good at one thing, stretched across a dozen things it was never proven on, quietly eroding trust in all of them. Scale is a privilege the agent earns one workflow at a time, not a switch you flip.

Agent Care: the phase the diagrams skip, and the one that decides everything

Here is the part the marketing leaves out. An AI agent is closer to a new hire than a new app, and like a new hire it drifts. The business changes around it — a new product, a price update, a policy shift — and the agent keeps confidently doing the old thing until someone notices. An agent that was right in March is quietly wrong by June, not because it broke, but because the world moved and nobody moved it with the world. Agent Care is the standing work of keeping a live agent correct: watching for drift, catching the silent degradations that never trigger an alert, routing the cases it handles badly back to people, and re-tuning as the business shifts. This is not a closeout phase. It is the operating relationship — and it is where most internal AI projects quietly come apart. The team that built the agent moves on, nobody owns the running thing, and a good agent rots in place because keeping it correct was never anyone's actual job.

In my experience, agents rarely fail on launch day. They fail weeks later, when the builders have moved on and the thing is left to run itself against a world that kept changing.

Why the order is the whole point

You can rename four boxes anytime you like. What makes this a method rather than a diagram is that the order is load-bearing, and you can prove it by trying to break it. Launch before Ready and you ship an agent that acts fluently on data it should not trust. Scale before Launch and you widen a thing you never proved on real traffic. Skip Care and you watch a good launch decay into a slow, unattributed decline. Skipping any phase does not save time; it just moves the failure to a later, more expensive one. There is a second reason the order matters, and it is reversibility: done right, the method keeps you able to back out at every step. The data work is reusable even if you never ship the agent, the launch is gated and loggable, the scaling is incremental, and Care catches a problem while it is still small. Make the early steps cheap to undo and the later ones cheap to correct. If a phase locks you in, it is a sales funnel, not a method.

The accountability that holds the method together

All four phases share one weak point: the incentive to do them honestly disappears the moment the builder gets paid. A vendor billed in full at launch has no reason to do the unglamorous data work in Ready, no reason to keep the scope narrow in Launch, and certainly no reason to stick around for Care. The structure of how you pay quietly decides whether the method survives contact with reality. This is why we tie our fee to the return rather than the build — not as a pricing gimmick, but because it keeps the four phases from collapsing into a quick launch and a fast exit. When the people who built the agent are the same people accountable for what it returns in month four and month ten, Care stops being optional and Ready stops being a corner to cut. The method is the how; the accountability is why it actually gets followed.

If you remember one thing, make it the sequence of questions, not the four names. Is the data true? Is the agent live and watched on one job? Has it earned a wider scope? Who keeps it true as the world moves? Answer those in order, with someone accountable for each, and you do not have a pilot. You have an agent you can actually run.

Want to see where your first agent would sit in this method today? Start with the ROI calculator to pin a baseline, then book a working session and we will map your data to a first workflow.