Coverage template

Coverage template

Purpose

The CoverageTemplate domain defines reusable, sector-specific and size-specific templates of expected coverage levels across domains. These templates can be applied at organisation setup to align maturity planning with industry context.

Usage

Templates provide a quick-start for coverage planning by offering preconfigured domain-level expectations tailored to sector and organisation size. They help reduce decision fatigue and ensure consistency. Users can apply a template and then refine or override individual expectations where needed.

Core concepts

  • Template-driven onboarding: Provides default expectations aligned with organisation type.

  • Sector and size: Templates vary for small vs large, regulated vs agile organisations.

  • Customisation: Templates can be adjusted post-application.

Example implementation

{ "id": "ct-public-large-001", "name": "Public Sector – Large Agency", "description": "Typical baseline coverage for large, compliance-driven public agencies.", "sector": "Government", "sizeCategory": "Large", "expectations": [ { "domain": "Policy", "targetCoverageLevel": "Governed" }, { "domain": "Capability", "targetCoverageLevel": "Analysed" }, { "domain": "Performance", "targetCoverageLevel": "Documented" } ], "createdBy": "system@orthogramic.com", "createdAt": "2025-06-01T12:00:00Z" }

Attributes

Property

Description

Example

Property

Description

Example

id

Unique identifier

ct-public-large-001

name

Human-readable template name

Public Sector – Large Agency

description

Description of the context

Typical baseline coverage for agencies

sector

Industry sector template is aligned to

Government

sizeCategory

Organisation size category

Large

expectations

Array of domain-to-level mappings

[{domain: "Policy", level: "Governed"}]

createdBy

User or system who created the template

system@orthogramic.com

createdAt

Creation timestamp

2025-06-01T12:00:00Z

Enumerations

sizeCategory

Value

Description

Value

Description

Small

Typically fewer than 50 staff

Medium

Between 50 and 250 staff

Large

Between 250 and 1,000 staff

Enterprise

More than 1,000 staff; complex multi-unit structure

targetCoverageLevel (within expectations)

Value

Meaning

Value

Meaning

None

No documentation or awareness of the domain

Minimal

Only high-level or incidental references exist

Documented

The domain is explicitly and intentionally documented

Analysed

Relationships and implications of the domain are explored

Governed

The domain is managed via formal policies, rules, or oversight

Optimised

The domain is continuously improved and used for decision-making

Schema
coverageTemplate.schema.json on GitHub

The Orthogramic Metamodel license: Creative Commons Attribution-ShareAlike 4.0 (CC BY-SA 4.0), ensuring it remains open, collaborative, and widely accessible.