ForgeSDLC
Navigate
Home
Discover ForgeSDLC (101)
Practice (201)
Master (301)

This page is part of the ForgeSDLC knowledge base — an AI-assisted, human-directed methodology for taking product work from concept to production. For the core operating model and vocabulary, see Forge SDLC overview and What is ForgeSDLC?.

TOGAF and the Architecture Development Method (ADM)

TOGAF (The Open Group Architecture Framework) is an enterprise architecture framework. Its best-known part is the Architecture Development Method (ADM) — a cyclic, phase-based process for developing and governing architectures across business, information systems, and technology domains. It targets portfolio-scale change, not a single team’s sprint backlog.

Concept Role
Enterprise continuum From generic foundation → common systems → industry → organization-specific
ADM Iterative method to produce architectures and govern implementation
Architecture repository Central store for artifacts, standards, and reusable building blocks

ADM phases (overview)

Phase Name Typical focus
Preliminary Framework & principles Scope, governance, architecture capability, tailoring TOGAF
A Architecture vision Stakeholders, constraints, high-level vision, approval to proceed
B Business architecture Business capabilities, processes, organization, motivation
C Information systems architectures Data + application architectures (often split into C1/C2 in practice)
D Technology architecture Platforms, standards, infrastructure patterns
E Opportunities & solutions Consolidated gap analysis, transition architectures, work packages
F Migration planning Roadmaps, sequencing, dependencies, business value
G Implementation governance Ensure projects align with architecture; waivers and compliance
H Architecture change management Monitor environment; trigger new ADM cycle when change warrants
Requirements management Continuous Cross-cutting; requirements flow through all phases

Note: The Open Group publishes the authoritative phase definitions; names and emphasis may evolve with the standard edition — always check your adopted version.


ADM cycle — phase dependencies (conceptual)

flowchart TB subgraph rm [Requirements management] REQ[Continuous requirements] end PRE[Preliminary] A[Phase A: Architecture Vision] B[Phase B: Business Architecture] C[Phase C: Information Systems] D[Phase D: Technology Architecture] E[Phase E: Opportunities and Solutions] F[Phase F: Migration Planning] G[Phase G: Implementation Governance] H[Phase H: Architecture Change Management] PRE --> A A --> B B --> C C --> D D --> E E --> F F --> G G --> H H -.->|New cycle / major change| A REQ -.-> A REQ -.-> B REQ -.-> C REQ -.-> D REQ -.-> E

Architecture repository — typical contents

Area Contents
Metamodel Relationships between entities (capabilities, applications, data, technology)
Reference library Industry templates, vendor patterns, reusable models
Standards Approved products, versions, interfaces, coding and integration standards
Governance log Decisions, deviations, waivers, architecture board minutes

Deliverables matrix (illustrative — tailor to your standard)

Phase Examples of outputs (not exhaustive)
Preliminary Architecture principles, governance model, scope statement
A Stakeholder map, vision doc, statement of architecture work
B Capability map, process models, organization view
C Application portfolio, data entities, information flows
D Technology standards catalog, platform reference model
E Gap analysis, candidate roadmaps, consolidated architecture
F Migration plan, transition architectures, initiative sequencing
G Compliance assessments, project architecture reviews
H Change requests, updated architecture cycle triggers

Formal TOGAF lists specific artifacts per phase; use the standard as the source of truth when certifying or contracting.


TOGAF vs lighter approaches

Situation TOGAF often fits TOGAF often overkill
Org size / spread Many business units, shared platforms, central EA team Single product team, one deployable system
Regulation Sector mandates, audit trails for architecture decisions Low regulatory surface
Portfolio Application rationalization, multi-year transformation Greenfield MVP with one codebase
Maturity Established architecture board, funded EA function Ad-hoc decisions + ADRs only

Lighter substitutes for small orgs: C4 + ADRs, arc42, lean value stream / capability sketches, and explicit tech radar governance.


Tailoring — minimum viable TOGAF by org scale

Org profile Minimum useful slice
Startup / small team Skip full ADM; borrow principles + vision (A-lite) + ADRs
Scale-up / multi-team A + simplified B/C/D as one-page views; G-lite via RFCs
Enterprise Full ADM or phased adoption; repository + board; integrate with PPM

Tailoring is explicitly encouraged by TOGAF practice: adopt the method, don’t photocopy every artifact.


Certification path (typical)

Credential Level Notes
TOGAF® Enterprise Architecture Foundation Entry Core concepts, ADM overview, vocabulary
TOGAF® Enterprise Architecture Practitioner Applied Scenarios, tailoring, ADM application
TOGAF® Enterprise Architecture Certified Advanced Deeper certification track per The Open Group catalog

Exact exam names and tiers change — verify on The Open Group certification pages.


Anti-patterns (in practice)

Anti-pattern Symptom Better direction
ADM as waterfall gate Months before delivery sees architecture Time-box phases; integrate with iterative delivery
Artifact theater Huge templates nobody reads Tailor outputs to decisions and risks
EA ivory tower Blueprints ignored by teams Co-create with product/engineering; link to ADRs and C4

External references

  • The Open Group — TOGAF — standard, certification, overview.
  • TOGAF Standard documentation (licensed/purchased per Open Group terms) — authoritative phase and content definitions.

Keep project-specific architecture decisions in docs/adr/ and system documentation in docs/architecture/, not in this file.