3.3 Transparency, Inspection & Adaptation

Key Takeaways

  • Empirical Process Control relies on three foundational pillars: Transparency (visible process state), Inspection (frequent checking of progress), and Adaptation (immediate process adjustment).
  • Information Radiators—such as Task Boards, Burn-down/Burn-up charts, and Cumulative Flow Diagrams—radiate real-time status passively to all stakeholders without manual status meetings.
  • Cumulative Flow Diagrams (CFDs) track work items across workflow stages over time; expanding vertical bands indicate growing work-in-progress (WIP) queues and process bottlenecks.
  • A readiness working agreement can expose ambiguity before planning but is not required by Scrum; the Definition of Done is the formal Increment-quality commitment.
  • Establishing a Single Source of Truth (SSOT) via transparent Product Backlogs eliminates duplicate status tracking and fosters trust between business stakeholders and technical delivery teams.
Last updated: August 2026

3.3 Transparency, Inspection & Adaptation

The Three Pillars of Empirical Process Control

Scrum is founded on empiricism and lean thinking; the Scrum Guide names transparency, inspection, and adaptation as the pillars that uphold empiricism. Kanban also uses feedback and evidence, but the Kanban Guide does not define these as three formal Kanban pillars. Unlike traditional Defined Process Control—which assumes that complex projects can be fully planned, predicted, and executed via rigid, pre-scripted steps—empirical process control asserts that knowledge stems from real-world experience, actual observation, and continuous experimentation.

Empirical process control relies on three interdependent pillars:

Transparency ➔ Inspection ➔ Adaptation

1. Transparency

For inspection and adaptation to occur, critical aspects of the project must be visible to those responsible for the outcome. Transparency requires a shared, common language across technical team members, Product Owners, and executive stakeholders. If team members hide project status, mask technical debt, or use ambiguous terminology, inspections produce inaccurate insights, leading to flawed adaptations.

  • Examples of Transparency: Publicly visible task boards, explicit Definition of Done (DoD) standards, open impediment logs, and unvarnished burn-down metrics.

2. Inspection

Agile artifacts, processes, and delivery increments must be frequently inspected to detect undesirable variances or performance trends. However, inspection must be conducted constructively by self-organizing teams so that it does not disrupt daily work or act as a micromanagement audit.

  • Examples of Inspection: The Daily Standup (inspecting daily progress toward the Sprint Goal), the Sprint Review (inspecting the working product increment with stakeholders), and the Retrospective (inspecting team process and dynamics).

3. Adaptation

If an inspection reveals that one or more aspects of a process deviate outside acceptable limits, or that the resulting product increment is unacceptable, the process, product, or environmental conditions should be adapted as soon as possible. Prompt adaptation limits further deviation, but safety and change controls still apply.

  • Examples of Adaptation: Re-prioritizing the Product Backlog after customer feedback, adjusting WIP limits in response to Kanban bottlenecks, or adopting new technical tooling during a retrospective.

Information Radiators & Visual Management

A concept coined by Alistair Cockburn (one of the original signers of the Agile Manifesto), an Information Radiator is a prominent visual display positioned in a shared physical space or digital dashboard that passively communicates critical project metrics to anyone passing by—without requiring them to ask questions or request custom status reports.

Radiators vs. Fridges

Agile contrasts Information Radiators with Information Fridges:

  • Information Radiator: Displays real-time data passively and openly (e.g., large wall monitors displaying live Kanban boards, burndown charts, or continuous integration build statuses). Data is "radiated" continuously.
  • Information Fridge: Hides project data inside closed repositories, password-protected spreadsheets, complex Gantt charts, or lengthy PDF status reports. Stakeholders must manually open the "fridge" door and search to find information.

Key Information Radiator Types & Visual Metrics

Agile teams rely on specific visual tools to drive empirical process control:

Visual Tool / ChartKey Metrics DisplayedPrimary PurposeBottleneck / Risk Indicator
Kanban / Task BoardWorkflow stages (To Do, In Progress, QA, Done), WIP limits, blocked tagsVisualizing workflow state, enforcing WIP constraints, identifying blocked work itemsCards piling up in a single column exceeding its assigned WIP limit.
Sprint Burn-Down ChartRemaining effort (hours or story points) on Y-axis vs. iteration days on X-axisTracking daily progress toward completing current iteration backlog commitmentsFlat horizontal lines indicating zero remaining work burned down, or lines trending above the ideal slope.
Release Burn-Up ChartCompleted work (Burn-up line) AND Total Scope (Scope line) over multiple iterationsDistinguishing true delivery velocity from scope additions across project milestonesScope line slanting upward over time, demonstrating scope creep inflating the target completion line.
Cumulative Flow Diagram (CFD)Total work items across all workflow states on Y-axis vs. calendar time on X-axisMeasuring Lead Time, Cycle Time, Work-In-Progress (WIP), and process throughputExpanding vertical distance (band width) for a workflow state, signaling queue backup and bottlenecking.

Analyzing the Cumulative Flow Diagram (CFD)

On the PMI-ACP exam, interpreting a CFD is a critical skill:

  • Horizontal Distance: Represents Cycle Time—the average duration required for a work item to travel from start to completion.
  • Vertical Distance: Represents total Work in Progress (WIP) across the pipeline at a specific point in time.
  • Band Width & Parallel Lines: In a stable, balanced flow system, the bands representing each state run parallel to one another. If a specific band (e.g., "Verification / Testing") suddenly widens vertically, it indicates work piling up faster than it can be processed—revealing an operational bottleneck.

Open Communication & Single Source of Truth

Achieving transparency requires establishing a Single Source of Truth (SSOT) for project data. In Scrum, the Product Backlog is the emergent, ordered, single source of work undertaken by the Scrum Team. Other agile approaches may use a different explicit system of record.

Principles of Open Communication

  1. Eliminating Shadow Backlogs: Avoid hidden work. In Scrum, work undertaken by the Scrum Team is visible through the Product Backlog and Sprint Backlog; other approaches use their own explicit system of record.
  2. Transparent Metrics: Metrics such as Velocity are team-specific observations that may support forecasting and planning. Agile leaders prevent management from misusing velocity as a comparative performance metric across different teams, as this incentivizes story point inflation and destroys transparency.
  3. Radical Candor with Stakeholders: Demystifying project progress by showing actual working software increments at the Sprint Review, admitting risks early, and openly discussing trade-offs.

Optional Readiness Agreement & Definition of Done Transparency

To eliminate ambiguity and prevent rework, Scrum uses a formal Definition of Done (DoD) commitment for Increment quality. Some teams also use an optional readiness working agreement, often called a Definition of Ready (DoR), to improve conversations.

Product Backlog Item ➔ [Planning Conversation] ➔ Sprint Backlog ➔ [Definition of Done] ➔ Usable Increment

Optional readiness working agreement

A Definition of Ready is not a required Scrum artifact or commitment. Some teams use a lightweight readiness working agreement to expose ambiguity before Sprint Planning; it should support conversation and emergence rather than operate as a rigid approval gate.

  • Typical DoR Checklist Items:
    1. The user story follows the standard INVEST model (Independent, Negotiable, Valuable, Estimable, Small, Testable).
    2. Clear, unambiguous acceptance criteria are documented.
    3. Important external dependencies are identified, with a plan for those that cannot be cleared in advance.
    4. The team has estimated the item in story points.

Definition of Done (DoD) — Exit Guardrail

The Definition of Done is a formal description of the state of an Increment when it meets the product's quality measures. A Product Backlog item that does not meet the DoD cannot become part of the Increment. The DoD makes the agreed quality baseline transparent; it reduces hidden rework but cannot by itself eliminate every form of technical debt.

  • Typical DoD Checklist Items:
    1. Code written, peer-reviewed, and merged into the main branch.
    2. Relevant automated and exploratory tests meet the product's risk-based quality policy.
    3. Integration and regression testing completed successfully in a staging environment.
    4. User documentation or release notes updated.
    5. Story-specific acceptance criteria and the shared Definition of Done are satisfied.

Realistic PMI-ACP Exam Scenario & Application

Scenario: An executive sponsor complains to an Agile Coach that they feel out of the loop regarding project status. The sponsor demands that the team pause development every Friday afternoon to author a 15-page slide deck summarizing completed tasks, individual hours worked, and upcoming schedules.

Agile Coach Intervention:

  1. Educate on Information Radiators: The coach schedules a brief session with the executive sponsor to introduce visual management tools.
  2. Implement Live Dashboards: The coach sets up an automated digital Cumulative Flow Diagram and Release Burn-up Chart (Information Radiators) accessible via a single URL, providing real-time visibility into overall progress, completed features, and scope changes.
  3. Establish Single Source of Truth: The coach points the sponsor to the transparent Product Backlog as the SSOT for feature priorities.
  4. Invite to Sprint Review: The coach invites the sponsor to attend the bi-weekly Sprint Review to observe live, working software increments firsthand and provide direct feedback.
  5. Protect Team Velocity: By substituting manual slide deck creation with automated radiators and active Sprint Reviews, the coach satisfies the sponsor's need for transparency while preserving team focus.
Loading diagram...
The Empirical Process Control Loop & Information Radiator Ecosystem
Test Your Knowledge

An Agile team notices on their Cumulative Flow Diagram (CFD) that the vertical band representing the "In Code Review" stage has widened dramatically over the past three iterations, while the horizontal distance between entry and exit points for user stories has doubled. What does this visual indicator signify?

A
B
C
D
Test Your Knowledge

A team frequently selects stories that lack clear acceptance criteria and have unknown external dependencies. Which optional team-created working agreement could make those planning conversations more transparent?

A
B
C
D
Test Your Knowledge

What are the three pillars that Scrum uses to support empirical process control?

A
B
C
D