Skip to content
Module 25Specialist and advanced modulesOptional

Agentic AI Teams: Scrum with Autonomous Coworkers

Run Scrum when part of the work is done by autonomous agents: who is accountable, what Done means, and why review becomes the constraint.

12 lessons ~80 min 4 games Scrumling certificate included
This role module opens once you finish Foundations and pass its quiz. That way every learner shares the same Scrum baseline before specialising.
What you'll learn
  • Lesson 24.1: What changes when a coworker is not a person
  • Lesson 24.2: Accountability does not transfer to an agent
  • Lesson 24.4: Writing backlog items an agent can execute
  • Lesson 24.5: Definition of Done when an agent wrote it
  • Lesson 24.8: Capacity, throughput and the illusion of speed
  • Lesson 24.9: Running the events with non-human contributors
Comprehensive guide to this subject

Free, no account needed. Explains the subject, the trade-offs and the mistakes, and can be downloaded as a PDF.

Read the full public guide
AGNT-2026-V1 Official practitioner guide12 min read

The Agentic AI Teams Field Guide

Running a Sprint where agents produce the throughput and a human still carries the accountability.

Reinforces the module, downloadable as a multi-page PDF, and still useful on the job long after you leave Scrumling.

  • Where human accountability sits when an agent writes and merges code
  • A Definition of Done that survives machine-speed throughput
  • A situational matrix for defending review against a speed-only metric
Full lesson list
  • 1Lesson 24.1: What changes when a coworker is not a person7 min
  • 2Lesson 24.2: Accountability does not transfer to an agent7 min
  • 3Lesson 24.3: Game - who should own this work6 min
  • 4Lesson 24.4: Writing backlog items an agent can execute7 min
  • 5Lesson 24.5: Definition of Done when an agent wrote it7 min
  • 6Lesson 24.6: Game - triage the agent output6 min
  • 7Lesson 24.7: Decision lab - the agent shipped a defect overnight6 min
  • 8Lesson 24.8: Capacity, throughput and the illusion of speed7 min
  • 9Lesson 24.9: Running the events with non-human contributors7 min
  • 10Lesson 24.10: Decision lab - leadership wants to halve the team6 min
  • 11Lesson 24.11: Trust, audit trail and the human in the loop7 min
  • 12Lesson 24.12: Retrospectives for agentic teams7 min
  • Agentic AI Teams quizEarn Scrumling certificate

Scrum rules do not change when a coworker is not a person

Agentic AI teams introduce a coworker that can generate a pull request, but the Scrum Guide's rule about accountability does not bend to accommodate it: agents multiply output, they do not multiply judgement, and judgement is exactly what a Definition of Done is made of. This module opens with that distinction and does not let it go. A post-incident review that concludes the model hallucinated has identified a cause, not a finding. The actual finding is almost always a missing policy, a missing review step, or an ambiguous backlog item that should never have been handed to an agent in that state.

A large part of the module is spent on writing backlog items an agent can safely execute, which turns out to be the same discipline good refinement always required: if an item is too ambiguous for an agent to execute safely, it was also too ambiguous to estimate for a human, and the fix is to clarify the item, not to engineer a better prompt around its ambiguity. Scenarios include triaging a batch of agent-generated pull requests under time pressure, and a decision lab where an agent shipped a defect overnight with no human awake to catch it, forcing the team to examine where the review gate actually was.

The module closes on running the Scrum events with non-human contributors without letting the Daily Scrum collapse into a review-queue triage meeting, and on the capacity conversation that leadership inevitably raises: throughput went up, so should headcount go down. The module's answer is that the team did not get faster, it moved the constraint, and the honest question is where the team wants that constraint to sit now, not whether the constraint disappeared.

Mistakes teams make with this material

Concluding a post-incident review with the model made a mistake

Stopping the analysis at a description of what the agent did, instead of identifying the missing policy, review gate, or ambiguous backlog item that actually let the mistake reach production.

Letting the Daily Scrum become a review-queue triage meeting

Spending the fifteen minutes sorting through a backlog of agent-generated pull requests instead of inspecting progress toward the Sprint Goal, which is what the event exists to protect.

Approving agent-authored code and agent-authored tests together, fast

Treating a green pipeline as sufficient evidence of correctness when the same assistant wrote both the implementation and the tests, and a human reviewer spent only seconds confirming it.

Assuming higher throughput means capacity can be cut

Reading an increase in output as headcount that can be reduced, without first establishing that the constraint moved rather than disappeared, and that quality held at the new pace over multiple Sprints.

Questions people ask

Who is accountable when an autonomous agent introduces a defect?

The Developers, exactly as the Scrum Guide already states. Accountability never transfers to a tool. A review that concludes only that the agent made an error has identified a cause but not the actual finding, which is the missing policy or review step.

How do you write backlog items that an agent can execute safely?

Apply the same refinement discipline good teams already use: if the item is too ambiguous for an agent to execute without risky guesses, it was too ambiguous to estimate reliably for a human either. Fix the item's clarity rather than trying to compensate with a better prompt.

What is wrong with an agent writing both the implementation and its tests?

A green pipeline in that setup proves internal consistency, not correctness, since the same source generated both halves of the check. A human needs to independently verify the tests actually validate the intended behaviour, not just that they pass.

How should a Scrum Master respond when leadership wants to cut the team after seeing agent-driven throughput gains?

Reframe the conversation around the constraint rather than the headcount. Explain that the team did not become faster in an unlimited way, the bottleneck moved, usually to review capacity, and ask leadership where they want that constraint to sit before making a staffing decision.

A question from this module's assessment

One sample question with the reasoning, so you can judge the level before you start. The rest of the assessment stays inside the module.

An autonomous agent auto-merges a change that breaks production. Who is accountable for the Increment?

  • The agent
  • The vendor who supplied the model
  • The Developers on the team
  • Nobody, it was automated
Why this is the answer

Accountability for the Increment sits with the Developers regardless of who or what produced the code. An agent cannot be answerable.