Skip to main content

Domain Coverage Explained

The Orthogramic Metamodel includes 24 domains, significantly more than traditional business architecture frameworks. This page explains the design rationale and how to approach this breadth of coverage.

Design Philosophy

Explicit Over Implicit

The Orthogramic design philosophy favors explicit domain modeling over implicit inclusion:

ApproachTrade-off
Explicit domainsMore domains, clearer boundaries, specific schemas
Implicit inclusionFewer domains, embedded concepts, interpretive flexibility

Both approaches are valid. Orthogramic chose explicit domains to enable:

  • Clear schema definitions for each concept
  • Targeted tooling and automation
  • Precise cross-domain relationships
  • Specific attribute modeling

Coverage by Design

The 24 domains weren't arbitrary additions. Each domain was included based on:

  1. Distinct entity types — Different attributes and behaviors
  2. Relationship patterns — Unique connection patterns to other domains
  3. Organizational ownership — Different teams typically responsible
  4. Evolution patterns — Different change dynamics
  5. Practical need — Observed requirements from real organizations

Domain Organization

Conceptual Layers

The 24 domains organize into conceptual layers:

Domain Categories

CategoryDomainsPurpose
StrategicStrategy, Performance, Risk ManagementDirection and measurement
CoreCapabilities, Value Streams, Information, Organization, StakeholderFoundational business architecture
DeliveryInitiatives, Policy, Products, ServicesHow value is delivered
OperationalTechnology, Finance, Customer, MarketOperational execution
SpecializedSupply Chain, Manufacturing, Channel, PeopleIndustry/function specific
ExtendedInnovation, Sustainability, Intelligence, Social ChangeEmerging concerns

Why Specific Domains Exist

Traditional Core (5 domains)

These align with established business architecture practice:

DomainWhy Explicit
CapabilitiesCentral to all BA frameworks
Value StreamsEnd-to-end value delivery view
InformationData as strategic asset
OrganizationStructure and accountability
StakeholderWho cares about what

Strategic Layer (3 domains)

DomainWhy Explicit
StrategyStrategic objectives need distinct modeling from capabilities
PerformanceKPIs and metrics warrant dedicated schema
Risk ManagementRisk has distinct taxonomy, controls, treatments

Delivery Layer (4 domains)

DomainWhy Explicit
InitiativesProjects/programs have distinct lifecycle
PolicyRules and compliance need formal structure
ProductsPhysical/digital products differ from services
ServicesServices have distinct attributes (SLAs, channels)

Operational Layer (4 domains)

DomainWhy Explicit
TechnologyDirect capability-technology linkage needed
FinanceCost, revenue, budget deserve explicit modeling
CustomerCustomer-specific attributes beyond stakeholder
MarketMarket analysis distinct from customer data

Specialized Layer (4 domains)

DomainWhy Explicit
Supply ChainComplex supplier/logistics relationships
ManufacturingProduction processes are distinct
ChannelDistribution channels need dedicated modeling
PeopleWorkforce planning beyond organization structure

Extended Layer (4 domains)

DomainWhy Explicit
InnovationInnovation pipeline management
SustainabilityESG and environmental objectives
IntelligenceBusiness intelligence and analytics
Social ChangeSocial impact (unique to Orthogramic)

Selective Adoption

You Don't Need All 24

Organizations should adopt domains based on relevance:

Organization TypeTypical Domain Focus
Financial servicesCore + Finance + Risk + Customer
ManufacturingCore + Manufacturing + Supply Chain + Technology
Professional servicesCore + People + Customer + Services
GovernmentCore + Policy + Stakeholder + Services
HealthcareCore + Risk + Policy + Customer + Technology
RetailCore + Products + Customer + Channel + Supply Chain

Coverage Templates

Orthogramic's Coverage Template extension helps organizations define which domains matter:

{
"templateName": "Financial Services Enterprise",
"domainCoverage": [
{"domain": "capabilities", "requirement": "required", "targetCoverage": 90},
{"domain": "value-stream", "requirement": "required", "targetCoverage": 85},
{"domain": "risk-management", "requirement": "required", "targetCoverage": 95},
{"domain": "finance", "requirement": "required", "targetCoverage": 80},
{"domain": "manufacturing", "requirement": "excluded"},
{"domain": "supply-chain", "requirement": "optional", "targetCoverage": 30}
]
}

Adoption Path

A typical adoption path:

Comparison to Traditional Approaches

Traditional 4-Domain Model

Traditional frameworks focus on:

  1. Capability — What we do
  2. Value Stream — How we deliver value
  3. Information — What we know
  4. Organization — How we're structured

This provides excellent focus but embeds other concepts:

Embedded ConceptWhere Embedded
StrategyCapability strategic alignment
Products/ServicesCapability outputs
TechnologyCapability enablement
FinanceCapability cost
RiskAssessment attribute

Orthogramic Explicit Model

Orthogramic makes these explicit:

Embedded ConceptExplicit DomainBenefit
StrategyStrategy domainDistinct objectives, dependencies
Products/ServicesProducts + Services domainsDifferent attributes, lifecycles
TechnologyTechnology domainDirect modeling, integration
FinanceFinance domainCost, revenue, budget modeling
RiskRisk Management domainTaxonomy, controls, treatments

Benefits of Explicit Domains

Clear Ownership

Each domain maps to organizational ownership:

DomainTypical Owner
FinanceCFO organization
TechnologyCTO/CIO organization
Risk ManagementCRO organization
PeopleCHRO organization
CustomerCMO/CCO organization

Targeted Automation

Explicit domains enable targeted tooling:

  • Finance domain → ERP integration
  • Technology domain → CMDB integration
  • Customer domain → CRM integration
  • Risk domain → GRC platform integration

Precise Relationships

Explicit domains allow precise relationship modeling:

Capability --enables--> Value Stream Stage
Capability --requires--> Technology Component
Initiative --funds--> Capability Development
Risk --mitigates--> Capability

Schema Specialization

Each domain has tailored attributes:

// Finance domain attributes
{
"costCenter": "string",
"budget": "number",
"currency": "string",
"fiscalYear": "string"
}

// Risk domain attributes
{
"riskCategory": "enum",
"likelihood": "enum",
"impact": "enum",
"controlEffectiveness": "enum"
}

Managing Complexity

Start Simple

Begin with domains that matter most:

  1. Minimum viable: Organization, Capabilities, Stakeholder
  2. Add value delivery: Value Streams, Initiatives
  3. Add measurement: Performance, Strategy
  4. Add as needed: Other domains based on requirements

Use Templates

Coverage templates define what's relevant for your context.

Focus on Relationships

The value is in connections between domains, not domain count.

Automate Where Possible

Schema-defined domains enable automation that reduces manual effort.

Summary

QuestionAnswer
Why 24 domains?Explicit modeling of distinct concepts
Do I need all 24?No—adopt based on organizational needs
How do I start?Begin with core domains, expand as needed
What's the benefit?Clear schemas, ownership, tooling, relationships
Is it more complex?More domains, but each is simpler and clearer

The 24-domain model trades breadth for depth within each domain. Organizations choose which domains matter for their context and adopt incrementally.