# Build It The Right Way

## Build It The Right Way

- [What is the Build It the Right Way Framework?](https://build-it-the-right-way.gitbook.io/home/welcome/readme.md): Build It the Right Way is a ServiceNow architecture framework for designing scalable, secure, and maintainable solutions through an architecture-led, compliance-first approach to the Now Platform.
- [Who This Is For](https://build-it-the-right-way.gitbook.io/home/welcome/who-this-is-for.md): Audience, prerequisites, and how to use the Build It the Right Way framework. For architects, platform owners, delivery leaders, and compliance partners building on ServiceNow.
- [How to Read the Framework](https://build-it-the-right-way.gitbook.io/home/welcome/how-to-read-the-framework.md): How the eight pillars, design decisions, design patterns, design artifacts, and solution units relate to each other.
- [Overview: The Eight Pillars](https://build-it-the-right-way.gitbook.io/home/pillars/servicenow-architecture-pillars.md): A guiding framework of 8 ServiceNow architecture pillars for building scalable, secure, and maintainable platforms that align with business and governance.
- [Pillar 01 · Platform Governance](https://build-it-the-right-way.gitbook.io/home/pillars/pillar-01-platform-governance.md): Pillar 01 of the Build It The Right Way framework. The operating model that prevents shadow customisation on ServiceNow. Architecture Review Board, four control gates, scope discipline, RACI, maturity
- [Pillar 02 · Configurable over Custom](https://build-it-the-right-way.gitbook.io/home/pillars/pillar-02-configurable-over-custom.md): Why custom code is the last resort, never the default. The decision framework for choosing configuration over customisation on ServiceNow.
- [Pillar 03 · Security by Design](https://build-it-the-right-way.gitbook.io/home/pillars/pillar-03-security-by-design.md): Access control, data validation, and scoped logic from the first design review. Not bolted on at Gate 03.
- [Pillar 04 · Scalability and Performance](https://build-it-the-right-way.gitbook.io/home/pillars/pillar-04-scalability-and-performance.md): Design for the platform you will have in three years, not the load you have today. Async processing, query discipline, and the failure modes performance work prevents.
- [Pillar 05 · Observability and Auditability](https://build-it-the-right-way.gitbook.io/home/pillars/pillar-05-observability-and-auditability.md): Logging, traceability, and audit evidence built into the platform from the first table. Not retrofitted under regulatory pressure.
- [Pillar 06 · Alignment with the Business Model](https://build-it-the-right-way.gitbook.io/home/pillars/pillar-06-alignment-with-the-business-model.md): Business services, business owners, and business processes reflected in the platform's data model. So the platform tells the business what is happening, not the other way around.
- [Pillar 07 · Upgrade-Safe Architecture](https://build-it-the-right-way.gitbook.io/home/pillars/pillar-07-upgrade-safe-architecture.md): Avoid hardcoding. Avoid direct modification of out-of-box logic. Use scoped applications and configuration to survive every Now Platform release.
- [Pillar 08 · Separation of Concerns](https://build-it-the-right-way.gitbook.io/home/pillars/pillar-08-separation-of-concerns.md): Validation, processing, and presentation logic in their own domains. So changes in one layer do not ripple through the others.
- [Overview](https://build-it-the-right-way.gitbook.io/home/architectural-blueprint/overview.md): The bridge between the pillars (what good looks like) and the implementation roadmap (how to get there). The system-level view of how a governed ServiceNow platform is wired.
- [System Design Logic](https://build-it-the-right-way.gitbook.io/home/architectural-blueprint/system-design-logic.md): The logical model behind every governed ServiceNow platform built on this framework. Layers, boundaries, and the decisions that hold them in place.
- [Integration Validation Paradigms](https://build-it-the-right-way.gitbook.io/home/architectural-blueprint/integration-validation-paradigms.md): How to validate every inbound and outbound integration against the framework before it ships. Contracts, idempotency, observability, and failure handling.
- [Governance Control Gates](https://build-it-the-right-way.gitbook.io/home/architectural-blueprint/governance-control-gates.md): The four control gates from Pillar 01, expanded with full entry criteria, exit criteria, and evidence requirements for each gate.
- [Design Decision Principles](https://build-it-the-right-way.gitbook.io/home/design-decisions/design-decision-principles.md): This page outlines principles for making consistent and accountable ServiceNow design decisions within the Build It the Right Way Framework.
- [Decision Record Template](https://build-it-the-right-way.gitbook.io/home/design-decisions/decision-record-template.md): An Architectural Decision Record (ADR) template tuned for ServiceNow platform decisions. Copy-paste ready.
- [Decision Log](https://build-it-the-right-way.gitbook.io/home/design-decisions/decision-log.md): Running log of all architectural decisions captured under this framework. Each entry links to its full Decision Record.
- [Pattern Library Overview](https://build-it-the-right-way.gitbook.io/home/design-patterns/servicenow-architecture-pattern-library.md): The ServiceNow Architecture Pattern Library is a curated collection of proven design patterns tailored for building scalable, secure, and maintainable solutions on the ServiceNow platform.
- [Pattern 01 · Scoped Application Boundary](https://build-it-the-right-way.gitbook.io/home/design-patterns/pattern-01-scoped-application-boundary.md): The pattern for drawing a clean boundary around a unit of functionality. Inputs, outputs, ownership, lifecycle, and ACL model all defined at the boundary.
- [Pattern 02 · Event-Driven Integration](https://build-it-the-right-way.gitbook.io/home/design-patterns/pattern-02-event-driven-integration.md): The pattern for integrating ServiceNow with external systems through events rather than synchronous calls. Loose coupling, replay, and observability built in.
- [Pattern 03 · ACL by Design](https://build-it-the-right-way.gitbook.io/home/design-patterns/pattern-03-acl-by-design.md): ACLs designed alongside the data model, not added later. Role-driven, scope-aware, and reviewed at Gate 01.
- [Pattern 04 · Reusable Utility Layer](https://build-it-the-right-way.gitbook.io/home/design-patterns/pattern-04-reusable-utility-layer.md): Build once, reuse everywhere. The pattern for a shared utility layer that serves multiple Solution Units without becoming a dumping ground.
- [Pattern 05 · Idempotent Inbound API](https://build-it-the-right-way.gitbook.io/home/design-patterns/pattern-05-idempotent-inbound-api.md): Inbound APIs that can be safely retried. Idempotency keys, deduplication, and the audit trail that proves an operation only happened once.
- [ServiceNow Architect's Checklist](https://build-it-the-right-way.gitbook.io/home/design-artifacts/servicenow-architects-checklist.md): A focused checklist for ServiceNow architects using the Build It The Right Way Framework to design scalable, secure, and resilient solutions.
- [ARB Charter Template](https://build-it-the-right-way.gitbook.io/home/design-artifacts/arb-charter-template.md): A copy-paste ARB charter. Mandate, membership, decision rights, escalation path, and meeting cadence. Adapt to your organisation.
- [Gate Review Templates](https://build-it-the-right-way.gitbook.io/home/design-artifacts/gate-review-templates.md): Templates for all four control gates. Gate 01 Design Intent, Gate 02 Build Review, Gate 03 Pre-Production, Gate 04 Post Go-Live Audit.
- [RACI Matrix Template](https://build-it-the-right-way.gitbook.io/home/design-artifacts/raci-matrix-template.md): The RACI matrix for a governed ServiceNow platform. Five roles, the activities they touch, and the no-overlap rule for decision authority.
- [Maturity Assessment Template](https://build-it-the-right-way.gitbook.io/home/design-artifacts/maturity-assessment-template.md): The assessment that scores a platform on the Reactive / Managed / Strategic ladder. Question bank, scoring rubric, and re-score cadence.
- [Risk Register Template](https://build-it-the-right-way.gitbook.io/home/design-artifacts/risk-register-template.md): The risk register every governed platform should keep. Open risks, accepted risks, mitigations, and the platform owner's signature on each acceptance.
- [Overview](https://build-it-the-right-way.gitbook.io/home/solution-units/overview.md): Modular, governed ServiceNow Architecture solutions built for visibility, reuse, and long-term value. The foundation of every ServiceNow Solution Architecture Unit in the BRY Framework
- [Solution Unit Anatomy](https://build-it-the-right-way.gitbook.io/home/solution-units/solution-unit-anatomy.md): What every Solution Unit contains. Design areas, capabilities, integration points, ACL model, and lifecycle ownership.
- [Solution Unit Template](https://build-it-the-right-way.gitbook.io/home/solution-units/solution-unit-template.md): A blank Solution Unit ready to be populated for a new domain. Copy this page, rename it, and fill it in at Gate 01.
- [Solution Unit Catalog](https://build-it-the-right-way.gitbook.io/home/solution-units/catalog.md): Running index of all Solution Units in the framework. Each entry links to its full Solution Unit page.
- [Overview](https://build-it-the-right-way.gitbook.io/home/implementation-roadmap/overview.md): How an organisation moves from legacy structures to the BRY operating model. Four phases, eighteen months, executive air cover at every step.
- [Phase 1 · Foundation (Months 1 to 3)](https://build-it-the-right-way.gitbook.io/home/implementation-roadmap/phase-1-foundation.md): Convene the ARB. Adopt Gate 01 and Gate 03. Establish the maturity baseline. Ninety days to move from Reactive to early Managed.
- [Phase 2 · Operate (Months 4 to 9)](https://build-it-the-right-way.gitbook.io/home/implementation-roadmap/phase-2-operate.md): All four gates running on every build. First Solution Unit fully designed under the framework. Maturity re-score at Month 6.
- [Phase 3 · Scale (Months 10 to 18)](https://build-it-the-right-way.gitbook.io/home/implementation-roadmap/phase-3-scale.md): Three to five Solution Units operating under the framework. Pattern library populated. Maturity reaches early Strategic.
- [Phase 4 · Strategic (Month 18 plus)](https://build-it-the-right-way.gitbook.io/home/implementation-roadmap/phase-4-strategic.md): Platform Governance is a property of the platform, not a project. Quarterly maturity re-scores. New Pillars adopted as the framework evolves.
- [Glossary](https://build-it-the-right-way.gitbook.io/home/reference/glossary.md): Definitions for the terms used across the Build It The Right Way framework. The shared vocabulary.
- [Acronyms](https://build-it-the-right-way.gitbook.io/home/reference/acronyms.md): Expansions for every acronym used in the framework. ARB, RACI, ITSM, ACL, SU, CTA, and more.
- [About the Author](https://build-it-the-right-way.gitbook.io/home/reference/about-the-author.md): Bill Martin. ServiceNow MVP 2026. Certified Technical Architect. TechTalk with Bill.
- [Contributing and Feedback](https://build-it-the-right-way.gitbook.io/home/reference/contributing.md): How to contribute to the framework. How to report errors. How to propose new patterns or Solution Units.
