Bill Martin
Giga Sage

Picture this scenario: You are a ServiceNow Platform Owner. Production is stable, incidents are low, and there are no active outages.

 

Then your phone rings.

 

A regulator is asking a specific compliance question about a live workflow in ITSM. You look at the platform, and your stomach drops. A new workflow is actively running in production that nobody on the architecture team ever approved. It was built three weeks ago by a developer reporting directly into operations. They were trying to help a service desk manager who needed a critical issue resolved "yesterday."

 

The developer is highly talented, and the workflow solves a real business problem. But to get it done fast, it was built in the Global Scope, writes directly to the core incident table, and explicitly bypasses two critical ACLs. Because nobody acted, a silent liability grew inside your ecosystem for 90 days until an external audit uncovered it.

 

This is Shadow Customization—the single most expensive failure mode of the ServiceNow platform.

Good people with good intent will consistently break a platform if they are trapped in a bad operating model. You cannot fix shadow customization by hiring better developers. You fix it by changing the operating model.

 

Platform Governance is Pillar One of the Build It The Right Way (BRY) Governance Methodology. Every other technical pillar—whether it is Configurable over Custom, Secure by Design, Lifecycle Readiness, or Observability—will completely collapse without it.

 

🔍 The 4 Questions of True Governance

 

If your ServiceNow platform does not have explicit, documented, and strictly enforced answers to these four foundational questions, you do not have governance. What you have is a wish:

 

  1. Who decides what gets built? (Not who builds it). The Architect must evaluate the request against an established framework, and the Product Owner must confirm the concrete business outcome together before a single story is pulled into a sprint.

  2. In what application scope does it live? Deciding between the Global Scope or a Scoped Application determines your upgrade safety, security posture, and lifecycle ownership for the next ten years. This is a high-level architectural decision, never a developer shortcut.

  3. With what approval? Every single change must pass through a defined gate—whether it is a minor update, a major release, or an emergency patch. There is no such thing as an ungoverned change; there are only changes you have not noticed yet.

  4. With what consequence? This is where most enterprise platforms fail. Governance without consequence is merely a suggestion. If a build shifts to production without passing the mandatory gates, what happens? If the answer is "nothing," you do not have governance.

 

Architecture Review Board (ARB): A Gatekeeper, Not a Status Meeting

 

To enforce these four answers, every governed platform requires a dedicated governing body: the Architecture Review Board (ARB).

 

Too many organizations mistake a weekly status meeting for an ARB. An ARB is not a meeting where you report what you are currently building. It is a strict gate where project teams ask permission to build. A true ARB relies on three mandatory operational properties:

 

  • Composition: The core board must consist of the Architect, Platform Owner, and a Senior Developer. Compliance and Security leads are brought in as mandatory participants the moment a design touches sensitive or regulated data.

  • Cadence: The board must match your organization's release rhythm. If you ship code every two weeks, the ARB meets every two weeks. Never hold ad-hoc ARBs. Ad-hoc sessions quickly degrade into organizational bypass routes.

  • Authority: The ARB holds absolute veto power. If a design is rejected, it does not ship. If a rejected design is pushed to production anyway, it triggers an immediate remediation cycle owned entirely by the team that attempted the bypass.

 

The 4 Architectural Quality Gates

 

A mature ARB operates sequentially through four mandatory, documented gates:

 

[ Gate 1: Design Intent ] ➔ [ Gate 2: Build Review ] ➔ [ Gate 3: Pre-Production ] ➔ [ Gate 4: Post Go-Live Audit ]

 

Gate 1: Design Intent

 

Before a single line of code is configured or development begins, the Architect must sign off on the framework checklist. Compliance is consulted early, and no story is permitted to enter a sprint without this gate clearing.

 

Gate 2: Build Review

 

This is the mid-build review where the ARB validates the actual implementation against the original solution design document. This gate is critical because it catches the designs that look flawless on paper but are being built completely differently in practice. Catching a design flaw mid-build is cheap; correcting it after go-live is an entire project.

 

Gate 3: Pre-Production

Prior to production deployment, compliance against the platform capability guides must be confirmed. Every item on the technical risk log must be cleared, or each open risk must be formally accepted by the Platform Owner in writing. Verbal acceptance is not acceptance, it is simply amnesia waiting to happen.

 

Gate 4: Post Go-Live Audit

 

Exactly 90 days after deployment, the team conducts a formal platform maturity rescore. The technical findings from this audit directly feed the next quarter's development priorities. This is the gate that transforms governance from a restrictive, one-time review into a continuous learning loop.

 

The Architectural Reality: Global vs. Scoped Apps

 

The governance decision violated most frequently on the Now Platform is application scoping. Choosing where an artifact lives is a permanent architectural choice. While you can technically move artifacts between scopes later, the engineering cost is massive and compounds over time.

 

Too many teams default to the Global Scope because it represents the path of least resistance.

 

Developers can see everything, edit everything, and reference everything. But that absolute freedom is exactly where the risk lies. Global scope means a change made by one team can silently break a process for an entirely different business unit. It causes silent upgrade conflicts, heightens ACL security exposures, and ensures that one careless update set can ripple across your entire production instance.

 

A Scoped Application, by contrast, is a definitive contract. It declares that a specific functionality lives inside a secure box with defined inputs, defined outputs, an explicit owner, and an independent lifecycle. Scoped apps upgrade independently of the broader platform, uninstall cleanly when retired, and maintain their own distinct ACL models and update sets.

 

The core governance question an architect must ask at Gate 1 is never: "Does this need to be a scoped app?" The question must always be: "What is the exact long-term architectural cost of placing this inside the Global Scope?" If you cannot answer that question at design time, you are not ready to ship to production.

 

The 5 Roles of Absolute Accountability

 

Governance fails when roles are ambiguous. To maintain absolute platform hygiene, your operating model must enforce five distinct lanes of authority with zero overlap:

 

  • The Architect: Interprets the governance framework and owns the design gate sign-off. The Architect is the only role with the authority to pass or fail a project at Gate 1 and Gate 2. They do not implement code; they determine whether the implementation is architecturally safe to proceed.

  • The Platform Owner: Environmentally accountable for the overall pace of platform adoption and KPI delivery. The Platform Owner backs the Architect at the executive level, absorbing the political pressure when a business unit pushes back against a Gate 1 or Gate 2 design rejection.

  • The Developer: Responsible for applying the platform capability guides directly on the ground. The developer is expected to raise pillar conflicts the moment they appear during a sprint, rather than waiting until the build is complete. A developer who silently works around a governance gate is the proximate cause of shadow customization.

  • The Delivery Manager: Enforces the structural gates directly inside the delivery pipeline. They ensure no development story enters an active sprint until Gate 1 has formally cleared, and they own the operational mechanics of the ARB.

  • The Compliance Lead: Consulted at Gate 1 and Gate 3. They act as the regulatory stamp of authority, holding the explicit right to escalate any unmitigated platform risk or regulatory exposure directly to executive leadership.

 

Assessing Your Governance Maturity

 

Where does your platform sit on the maturity ladder today? Be completely honest with your current state:

 

Level 1: Reactive

 

There is no standing ARB and no formal design gates. Governance happens entirely after the fact, usually when an upgrade fails or a major security audit flags an exposure. Sitting here in the first 18 months of a platform lifecycle is common—but staying here as you scale is dangerous.

 

Level 2: Managed

 

An ARB exists, a consistent meeting cadence is established, and core gates are documented. However, enforcement remains inconsistent, and rules are skipped for "urgent" business requests. The team knows the rules, but the operating model is not yet automatic. This is where the vast majority of enterprise platforms plateau.

 

Level 3: Strategic

 

The ARB is the absolute center of how the ServiceNow platform evolves. All four architectural gates run automatically on every single build. Instance maturity assessments are rescored every quarter, and any instance of shadow customization is caught and remediated within a single release cycle. Governance is no longer a project; it is a permanent property of the platform.

 

The 90 Day Governance Boot Camp: How to Start

 

Transitioning from Reactive to Managed takes a quarter; moving from Managed to Strategic takes a full year. Neither transition happens by accident, and both require executive air cover. If you are ready to move up the maturity ladder, follow this structured 90-day execution plan:

 

  • Weeks 1–2 (Convene the ARB): Form your core board of five people (Architect, Platform Owner, Senior Developer, Compliance, and optional Security). Establish a standing meeting that perfectly mirrors your release cadence. Do not allow ad-hoc exceptions.

  • Weeks 3–4 (Adopt Gate 1): Force every new build request to clear the framework checklist during the initial design phase. The Architect must sign off in writing. Enforce a zero-exception rule for the first 90 days. Expect your first ten reviews to feel slow as the team adjusts.

  • Weeks 5–6 (Adopt Gate 2): Implement mid-build reviews. Have the ARB actively validate active development against the approved solution design documents before code hardening.

  • Weeks 7–10 (Adopt Gate 3): Institute strict pre-production risk log discipline. If a deployment has open technical risks, the Platform Owner must formally accept them in writing. This phase will expose exactly how many silent risks your platform was previously accepting by default.

  • Weeks 11–12 (Adopt Gate 4): Launch the post-go-live audit cadence. Rescore your platform maturity metrics at the 90-day mark. By this point, the team is smoothly operating the framework as a standard habit, rather than viewing it as an administrative burden.

 

Take This With You

 

Shadow customization is never a developer problem; it is an operating model problem. Developers will always do what the operating model permits them to do. If you want to change developer behavior, you must change the framework they operate within. Platform Governance is Pillar One because every single technical milestone you want to achieve runs directly on top of it.

 

Want to watch the breakdown video and see the full BRY framework in action? Watch the full episode on YouTube here: 

 

 

 

Looking for the architecture blueprints, templates, and spreadsheets? The complete, deeply detailed Platform Governance Pillar documentation—including framework checklists, Gate 1–4 templates, and the complete RASCI maturity assessment model—is available on our official GitBook framework repository:

 

Platform Governance

 

Build it the right way.

 

Let's talk in the comments below: What is the single biggest hurdle your organization faces when trying to enforce true architectural review over "urgent" business requests?

Version history
Last update:
an hour ago
Updated by:
Contributors