Change Advisory Board
The forum — traditionally ITIL, now often lightweight — that reviews and authorises high-risk production changes, or delegates the routine ones to the teams best placed to make them.
Definition
A Change Advisory Board (CAB) is a governance forum that reviews proposed production changes for risk, timing and business impact. Historically an ITIL construct with heavy meeting cadence, the modern practice separates changes into standard (pre-approved and automated), normal (peer-reviewed by the delivery team) and high-risk (escalated to the CAB). The role has shifted from gatekeeper to risk-focused reviewer.
Why It Still Matters
Fast, autonomous delivery has not eliminated the class of changes that carry cross-cutting or regulatory risk — database migrations, identity provider changes, network cutovers, price engine deployments. For these, some form of pre-change review remains valuable. The failure mode of modern CABs is not existing, it is applying the same review to a config-file typo as to a payment-gateway swap.
Types of Changes
- Standard change: low risk, well understood, pre-approved. Executed by the team without additional review — e.g. certificate renewal via automation.
- Normal change: reviewed by peers within the delivery team, with defined rollback and monitoring. Most day-to-day deploys.
- High-risk change: cross-team impact, regulatory sensitivity, or reversibility concerns. Requires CAB review.
- Emergency change: production incident response. Retrospectively reviewed, not pre-approved.
Real-World Example
A retail bank ran a weekly CAB that approved every production change, from feature flag flips to core banking migrations. Meetings averaged 90 minutes with 60 items on the agenda. Approval was rubber-stamp for most, and the two high-risk items each week received seven minutes of review. After a botched core-banking release caused a four-hour outage, the CAB was restructured: standard changes were codified and removed from the agenda, normal changes moved to team-level peer review, and only high-risk changes came to the board. Meeting time dropped to 45 minutes with 6 items. Each high-risk change now received real review. In the subsequent 12 months, deploy frequency across the org doubled, and change-related incidents fell by 40 %.
What a Good CAB Reviews
- Blast radius — which systems, users, or business processes are affected.
- Reversibility — can the change be rolled back cleanly, and how long does that take?
- Timing — does the change land in a freeze window, a peak business period, or an inconvenient time for the on-call team?
- Testing evidence — what was tested, in what environment, with what data.
- Communication plan — who needs to know before, during and after.
- Runbook and rollback readiness — not "we'll write it later."
How to Run It Well
- Publish a change taxonomy — which changes need which level of review. Ambiguity forces everything into the CAB.
- Keep the board small — engineering, operations, security, business representation. Larger boards debate; small boards decide.
- Time-box each item — five to ten minutes. Anything needing longer needs offline discussion first.
- Focus on risk, not permission — the CAB is not the delivery team's manager.
- Feed outcomes back — approved changes that fail should reshape the taxonomy.
Practical Lessons Learned
- CABs that approve everything approve nothing. Volume is the enemy of scrutiny.
- Automation is the alternative to gatekeeping. Automated tests, canary deploys and feature flags remove most of what a CAB used to catch.
- The best CAB question is "how do we know?" — how do we know it was tested, how do we know we can roll back, how do we know the on-call team is ready.
- CAB minutes are audit evidence. For regulated environments, this is often the real reason the board exists.
- Emergency changes need retrospective CAB review, not skip-and-forget.
Expert Tips
- Publish the taxonomy on the intranet — teams stop asking whether they need CAB approval.
- Require every high-risk change to include a link to the rollback plan and the runbook.
- Use the Production Readiness Review as the CAB's evidence base for new services.
- Include a security representative for anything touching identity, encryption or data classification.
- Publish approval-to-incident correlation quarterly — it protects the CAB from becoming ceremony.
Common Mistakes
- Applying CAB review to every change, turning it into a rubber stamp.
- Making CAB decisions in the meeting itself with no advance material.
- No taxonomy, so teams either escalate everything or nothing.
- Board composition heavy on managers, light on people who understand the systems being changed.
- Skipping retrospective review of emergency changes, losing the learning.
Key Takeaways
- Modern CABs review high-risk changes and delegate the rest.
- Change taxonomy is the single most valuable artefact.
- Automation and canary practice do the work old CABs pretended to do.
- The board's real question is "how do we know?" not "may I?"
- Approvals correlate with incidents when volume is high — measure it.
Related Concepts
Pairs with Deployment Freeze Window, Rollback Plan, Production Readiness Review, and Release Notes Discipline.
Frequently Asked Questions
Is a CAB still relevant with continuous deployment?
Yes, but only for the small class of high-risk changes. Continuous deployment handles the routine; the CAB handles what routine automation cannot yet make safe.Who should sit on the board?
Small, decisive: engineering lead, operations, security, plus a business or product representative. Add specialists (network, data) as agenda demands.How often should it meet?
Cadence depends on volume of high-risk changes. Weekly is common; some regulated environments run a short daily standing slot for time-sensitive items.What about emergency changes?
Executed under a defined emergency protocol, then reviewed by the CAB retrospectively. The learning is what matters.How is a CAB different from a code review?
Code review is peer engineering review of the change's implementation. CAB is cross-functional review of its production risk. Both are needed for high-risk changes.Can the CAB reject a change?
Yes, but rejection should be evidence-based — insufficient testing, missing rollback plan, unsafe timing. Rejection without a reason erodes trust and drives changes underground.What is a common misconception about Change Advisory Board?
That the topic is well-defined across all references. In practice, definitions vary between PMBOK, PRINCE2, AACE and ISO 21500 — this entry uses the definition most aligned with field practice on capital projects, and flags where the standards diverge.Which related encyclopedia entries should I read alongside Change Advisory Board?
Read Earned Value Management, Critical Path Method and the DCMA 14-point assessment next. The full A–Z is available in the PMMilestone Encyclopedia, and quick one-line definitions live in the PM Glossary on the flagship platform.How does Dr. Hassan Eliwa's research treat Change Advisory Board?
Dr. Hassan Eliwa's research focuses on owner-side project controls, schedule integrity and forensic delay analysis on capital construction and power programmes. Change Advisory Board is treated through that lens — what a planning or controls engineer is expected to do with it on a live project, not its textbook definition alone. See the full research library at PMMilestone Research Articles.How is Change Advisory Board defined on PMMilestone Research & Insights?
The forum — traditionally ITIL, now often lightweight — that reviews and authorises high-risk production changes, or delegates the routine ones to the teams best placed to make them. For the full treatment, see the definition, principles, applications and related entries above — every encyclopedia entry follows the same research-grade structure.
People also ask
Follow-up questions practitioners search for next — each one points to the calculator, template or reference entry that answers it.
Where is this in the glossary?
Quick-lookup definitions across 1,200+ PM terms. PM Glossary on PMMilestone.org ↗
Which learning track covers this end-to-end?
Structured tracks from beginner planner to programme controls director. Project Controls Academy ↗
Which book goes deeper than this entry?
Practitioner field handbooks with worked numerical examples. Books & Publications ↗
Which calculator on PMMilestone.org applies here?
The integrated EVM workbook covers most cost-schedule diagnostics. EVM Calculator ↗
Related Entries
More in IT / Agile
- Letter AAlert Fatigue Management
The discipline of pruning, tuning and prioritising monitoring alerts so that on-call engineers respond urgently to real problems instead of ignoring a flood of noise.
- Letter CCognitive Load Management
The deliberate practice of sizing team scope, tooling and processes so engineers can hold the whole picture in their heads — the ceiling on how much complexity a team can safely own.
- Letter FFeature Team
A long-lived, cross-functional, cross-component team that delivers end-to-end customer-visible features — as opposed to a component team responsible for a single technical layer.
- Letter PPI Planning
Program Increment Planning — the cadence-based, face-to-face event in SAFe where all teams on an Agile Release Train commit to a set of objectives for the next 8–12 week increment.
- Letter RRunbook
A written, step-by-step operational procedure that tells an on-call engineer exactly how to detect, diagnose and remediate a specific class of incident on a specific system.
- Letter SService Level Indicator (SLI)
A quantitative measurement of a service's behaviour — such as request success rate or latency at the 99th percentile — that expresses reliability in numbers the users actually experience.
Further reading on PMMilestone.org
Curated companion resources hosted on the flagship platform, PMMilestone.org.
- For practitioners who want to go deeper, the Learning Tracks.
- Engineers researching this topic typically continue with the Books & Publications.
- A practical companion to this entry is the EVM Calculator.
- Closely related on the flagship platform is the Schedule Health Checker.
- Useful alongside this article is the PMMilestone.org knowledge hub.