An AI ops sprint is useful when there is a real workflow to improve. It is wasteful when the team only has a vague mandate to “use AI,” scattered inputs, and no human owner for the result.

Use this checklist before starting a sprint. It does not decide whether AI is impressive. It decides whether one bounded workflow has enough shape to survive first contact with daily operations.

A readiness score can help organize the discussion. It cannot turn blocked access, unclear authority, or an unreviewable output into a buildable project. Start with the contract and hard blockers before adding points.

Define the minimum readiness contract

Write the first slice in operational terms. If the team cannot complete this table, the sprint brief is not ready yet.

Contract itemWhat must be named
Workflow boundaryThe trigger, first step, last step, and work that stays outside the sprint.
Source authorityThe approved inputs, current source of truth, conflict rule, access owner, and sensitive fields.
Reviewable artifactThe exact brief, queue item, table, draft, report, or task a person will inspect.
Human authorityWho reviews, approves, rejects, escalates, sends, or writes back.
Representative casesNormal, messy, consequential, privacy, failure, and recovery examples.
Operating ownerWho reviews misses, source drift, rules, access, and maintenance after the sprint.

This contract is deliberately small. “Improve support with AI” is not a workflow boundary. “Classify one inbound request category, retrieve approved policy, prepare a held draft, and route it to the support lead” is.

Check hard blockers before scoring

Do not start a build when any of these remain unresolved:

  • the team cannot identify a workflow owner with time to review the result;
  • the required source is unavailable, prohibited, or has no authority rule;
  • the proposed output cannot show the evidence needed to review it;
  • the workflow is expected to send, pay, promise, approve, or overwrite without a named human gate and recovery path;
  • representative examples cannot be used safely, even after sanitization or substitution;
  • a wrong result could cause material harm and the first slice cannot contain that failure;
  • nobody will own corrections, access, or source changes after the sprint.

A hard blocker does not mean the company is “not ready for AI.” It means this particular workflow is not ready for this particular build. That distinction saves a lot of theatre.

1. The workflow repeats often enough

A sprint needs a workflow with enough repetition to test. Good candidates happen every day or every week, follow a recognizable path, and consume attention through recurring preparation, classification, extraction, checking, or handoff.

Look for work such as:

  • lead research before sales qualification;
  • support requests that need classification, source checks, or draft replies;
  • document intake where fields are copied from PDFs, emails, or forms;
  • weekly status reporting from the same governed sources;
  • internal requests that need triage before they reach the right owner.

Do not use volume alone. A frequent process with no stable boundary is just repeated confusion. Capture several recent runs and mark where the path stays consistent, where judgment enters, and where the work stops.

If the workflow happens twice a quarter, a checklist, template, or manual operating rule may be the better first artifact.

2. Inputs are available and usable

The workflow needs usable source material. That does not mean perfect data. It means the team can identify where the work starts, what the system may read, and which source wins when records disagree.

Check whether you can answer:

  • Where do inputs arrive: inbox, CRM, helpdesk, spreadsheet, folder, database, chat, or form?
  • Which data is public, internal, confidential, regulated, or customer-sensitive?
  • What fields are required for a useful output?
  • Which source and version are authoritative?
  • What happens when a source is stale, unavailable, or contradictory?
  • Who approves read access, retention, redaction, logging, and any write-back?

Production access is not required for every first slice. Sanitized examples, a read-only export, sandbox, or test account may be enough to prove the artifact and review path. Pretending production access exists is not acceleration; it is a delayed blocker.

If nobody owns the source of truth, make that the first repair. AI does not turn conflicting spreadsheets into an operating system. Annoying, but true.

3. The output is a reviewable artifact

A sprint should produce something a person can inspect. Avoid “the AI handles it” as a requirement. That is not a requirement; it is a future incident report rehearsing in costume.

Better artifacts include:

  • a cited lead brief with source links and qualification notes;
  • a support queue item with category, urgency, missing facts, approved sources, escalation, and held reply draft;
  • an extraction table with field-level source references and validation flags;
  • an executive brief that separates current facts, interpretation, open questions, and approval boundaries;
  • a run record showing input identity, rules used, reviewer decision, correction, and final status.

The reviewer should be able to answer: What came in? What did the workflow prepare? Which source or rule supports it? What remains uncertain? What decision is mine?

If the output cannot support disagreement, the scope is too vague or too autonomous for a first sprint.

4. Human authority is explicit

AI can prepare decisions before it owns decisions. Mark which steps are suggestions, drafts, classifications, or extracted fields, and which require approval before anything external or irreversible changes.

Keep humans in charge of:

  • sending customer-facing messages until a narrower path is explicitly authorized;
  • approving refunds, discounts, contracts, payments, or account changes;
  • making legal, financial, medical, hiring, security, privacy, or compliance judgments;
  • changing production records without a tested rollback and audit path;
  • resolving source conflicts or using private context absent from the approved inputs;
  • widening scope after the first slice.

A person with an approval button but no source, reason, or missing-context view is not meaningfully in the loop. The review surface must make a fast correction possible.

If the team cannot name the approver and the evidence they need, build that rule before the automation.

5. Exceptions are known enough to route

The main path is the easy part. The sprint needs a plan for malformed inputs, missing fields, conflicting data, system failures, angry customers, sensitive data, and requests that cross policy boundaries.

A good first sprint does not solve every exception. It recognizes enough of them to stop safely and route them with context.

Useful exception handling looks like:

  • “missing required field — hold for manual review and name the missing field”;
  • “low-confidence or conflicting extraction — show the source region and request a decision”;
  • “refund request, legal threat, security report, or privacy request — escalate without a final draft”;
  • “lead source is blocked or identity is ambiguous — mark unverified instead of inventing detail”;
  • “destination write failed — preserve the approved artifact and avoid duplicate retries.”

If exceptions are frequent, start with visibility and triage. Closed-loop automation can wait.

6. Success can be judged without fake precision

Do not demand a fake ROI prophecy. Record a baseline and define what evidence would justify continuing.

Useful operating signals include:

  • preparation time for a sampled artifact before and during the test;
  • reviewer correction types and how often they recur in the sample;
  • missed or ambiguous handoffs;
  • outputs held because required fields or sources were missing;
  • false escalations and missed escalations;
  • failed writes, duplicate attempts, and recovery steps;
  • maintenance work needed to keep sources and rules current.

These are measures to observe, not promised outcomes. The first sprint needs enough evidence to choose the next move. It does not need a dashboard that makes a small sample look scientific.

Test representative cases before coding the happy path

Fix the evaluation set before implementation so the team cannot quietly swap difficult cases for cleaner demos.

CaseWhat to includeExpected behavior
NormalComplete, recent input with current approved sources.Prepare the artifact and hold at the declared review gate.
EdgeUnusual format, ambiguous identity, missing field, or source conflict.Expose uncertainty and route to the named reviewer.
ConsequentialRefund, legal, privacy, security, payment, or other high-risk request.Stop the normal path and escalate without an unauthorized action.
PrivacySensitive or prohibited field mixed into otherwise usable input.Exclude, redact, or block it according to the written rule.
FailureSource, model, API, or destination unavailable.Fail visibly, preserve input identity, and avoid fabricated or stale output.
RecoveryCorrected input or approved retry after a failure.Resume without duplicating the external action or losing review history.

Use recent sanitized examples where allowed. When real material cannot be used safely, create synthetic cases that preserve the failure shape without copying customer or employee data.

The useful AI automation proof-of-concept checklist turns this evaluation set into a fuller acceptance contract. The synthetic support-triage review queue shows what one evidence-bearing artifact can look like without pretending it came from customer work.

Count the operating burden

A working demo is not the same as an operable workflow. Before the sprint starts, name the work required after the first build:

  • reviewing held artifacts and consequential cases;
  • correcting classifications, fields, drafts, and source choices;
  • updating source versions, policies, schemas, and access;
  • monitoring failures, duplicate attempts, and write-back status;
  • deciding which corrections change a rule and which remain one-off judgment;
  • testing changes against the fixed evaluation set;
  • removing access and retaining or deleting data according to policy.

If the expected review and maintenance load is larger than the problem being removed, narrow the slice or stop. Automation that creates a hidden operations team is merely outsourcing with worse job titles.

Use the readiness score as a decision aid

Give each item a plain score:

Readiness item012
Workflow repetitionRare or unclearRepeats, but path variesRepeats weekly/daily with a visible boundary
Input and source authorityUnknown or blockedPartly availableSources, permissions, and conflict rules are clear
Reviewable artifactVague outputDraft idea existsArtifact, evidence, and reviewer are named
Human authorityNo ownerOwner impliedApprover, forbidden actions, and recovery are explicit
Exception routingNot consideredKnown informallyStop and escalation rules are written
Evaluation and ownership“Use AI”Soft benefit or temporary ownerFixed cases, signals, and maintenance owner are named

Treat the total as triage, not mathematics:

  • 9–12, with no hard blocker: scope a small sprint.
  • 5–8: run a short workflow audit and close the missing contract items.
  • 0–4: repair the process, source ownership, or review rule before discussing automation.

A high score does not override a hard blocker. A low score does not require buying software. It tells the team where the useful work is.

Choose build, audit, repair, or stop

End the readiness review with one written verdict:

  • Build: the boundary, inputs, artifact, authority, fixed cases, and operating owner are clear enough for one reviewed slice.
  • Audit: the workflow is real, but source authority, exceptions, artifact shape, or review rules still need mapping.
  • Repair: the current process lacks an owner, stable handoff, usable source, or basic operating rule. Fix that first.
  • Stop: the workflow is too rare, too risky to contain, inaccessible, unreviewable, or more expensive to operate than the problem justifies.

A stop decision is not a failed AI program. It is cheaper than building a persuasive demo for a workflow nobody should run.

What to bring to the sprint

Bring the workflow, not a slogan:

  • 5–10 recent examples, including messy and consequential cases;
  • the current source path and authority rule;
  • the person who owns review today;
  • the mistakes that could cost trust, money, access, or legal standing;
  • the artifact and evidence the reviewer needs;
  • the forbidden actions and stop conditions;
  • the maintenance owner and first review cadence.

Use the sprint input packet to turn those pieces into a buildable brief. If the verdict is build, the Agent-Assisted Operations Sprint should start with one workflow, one input path, one reviewable artifact, one approval point, one fixed evaluation set, and one way to record misses.

If the verdict is audit or repair, do that work first. The boundary is not preamble to the build. It is the part that keeps the build useful.