Skip to content
Module 30Specialist and advanced modulesOptional

Module 29: AI Governance for Delivery Teams

Run the day-to-day governance of AI features inside normal Sprint work: approvals, policy, supply chain, evals and incident response.

11 lessons ~69 min 3 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 29.1: Who approves an AI feature, and at what blast radius
  • Lesson 29.2: An AI usage policy engineers actually follow
  • Lesson 29.3: The model and vendor supply chain
  • Lesson 29.5: Evaluation as a Definition of Done item
  • Lesson 29.6: Prompt and system prompt change control
  • Lesson 29.8: Data handling boundaries in prompts
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
AIGV-2026-V1 Official practitioner guide11 min read

The AI Governance Field Guide

Running approvals, supply chain and incident response for AI features without stopping the Sprint.

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

  • A blast radius model for approvals that ships in weeks, not committees
  • Supply chain and evaluation checks that belong in the Definition of Done
  • A situational matrix for the calls a governance review actually tests
Full lesson list
  • 1Lesson 29.1: Who approves an AI feature, and at what blast radius6 min
  • 2Lesson 29.2: An AI usage policy engineers actually follow6 min
  • 3Lesson 29.3: The model and vendor supply chain6 min
  • 4Lesson 29.4: Game - what a security review will actually accept7 min
  • 5Lesson 29.5: Evaluation as a Definition of Done item6 min
  • 6Lesson 29.6: Prompt and system prompt change control6 min
  • 7Lesson 29.7: Game - match the control to the failure it prevents7 min
  • 8Lesson 29.8: Data handling boundaries in prompts6 min
  • 9Lesson 29.9: Incident response and human oversight that has actually been exercised6 min
  • 10Lesson 29.10: Cost and rate limits as a real Sprint constraint6 min
  • 11Lesson 29.11: Decision lab - the model you depend on is being retired7 min
  • AI Governance for Delivery Teams quizEarn Scrumling certificate

Governance as a Sprint habit, not a separate committee

AI governance often gets built as a separate approval committee sitting outside the delivery process, which creates exactly the bottleneck teams fear: a queue of AI features waiting on a review that happens on its own schedule, disconnected from Sprint cadence. This module argues governance works better, and faster, when it is built into the same refinement and Definition of Done discipline the team already uses for everything else, with an evidence-check habit applied consistently rather than a heavyweight gate applied occasionally.

Lessons cover writing approval and policy checks as backlog acceptance criteria, a matching exercise connecting different AI features to the specific governance concern they raise, model version drift, data provenance, output monitoring, and a supply chain lesson on the specific risks of depending on a third-party or open-weight model whose own governance practices the team needs to understand rather than assume. A scenario walks through an AI feature that passed every automated eval but produced a harmful output in production anyway, forcing the team to examine whether their evals were actually testing the right thing or just the easy thing.

The module closes on incident response for AI-specific failures, which differs from a typical production incident because the failure mode is often subtle degradation rather than a clean outage, and because a fix frequently requires retraining or re-prompting work that does not resolve in minutes the way rolling back a deployment does. The throughline is that governance, done well, is invisible most of the time because it is baked into the same Sprint habits the team already runs, not a separate process people learn to route around.

Mistakes teams make with this material

Running AI governance as a separate committee outside Sprint cadence

Requiring a review board approval on its own schedule, disconnected from the Sprint, which creates a queue that either becomes a permanent bottleneck or gets quietly bypassed under delivery pressure.

Trusting a passing eval suite as proof the feature is safe

Treating automated evaluation results as sufficient evidence, without checking whether the evals actually probe the failure modes that matter or only the ones that were easy to automate.

Assuming a third-party or open-weight model transfers no governance responsibility

Building on an external model without understanding its own training data provenance, known limitations, or update cadence, then discovering those gaps only after an incident.

Treating an AI incident like a normal outage

Applying standard incident response playbooks built for clean failures to a subtle degradation problem that may require retraining or re-prompting work with no quick rollback available.

Questions people ask

How do you keep AI governance from becoming a Sprint bottleneck?

Fold governance checks into the same refinement and Definition of Done process the team already uses, so approval evidence is produced as a natural part of doing the work, rather than routing every AI feature through a separate committee with its own schedule.

Is a passing eval suite enough to call an AI feature safe to ship?

Not on its own. Evals need to be checked against the specific failure modes that actually matter for the feature, since it is easy to build a suite that tests convenient scenarios while missing the harmful edge case that eventually reaches production.

What governance responsibility does a team inherit from using a third-party model?

The team still needs to understand the model's training data provenance, known limitations, and update cadence, and to document how those factors were considered, rather than assuming the provider's own diligence transfers automatically.

Why does incident response differ for AI failures compared to typical outages?

AI failures are often subtle degradation rather than a clean outage, and the fix frequently requires retraining or re-prompting work that does not resolve in minutes, unlike a deployment rollback. Response plans need to account for that longer, less certain recovery path.

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.

What is the right axis for deciding how much sign-off an AI feature needs?

  • How novel or exciting the feature is
  • The blast radius: what data, money or irreversible action is involved
  • How long the feature took to build
  • Whether the team enjoyed building it
Why this is the answer

Blast radius, not novelty, tells you how much scrutiny a feature actually needs.