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 |
---|---|---|
| Unique identifier |
|
| Human-readable template name |
|
| Description of the context |
|
| Industry sector template is aligned to |
|
| Organisation size category |
|
| Array of domain-to-level mappings |
|
| User or system who created the template |
|
| Creation timestamp |
|
Enumerations
sizeCategory
Value | Description |
---|---|
| Typically fewer than 50 staff |
| Between 50 and 250 staff |
| Between 250 and 1,000 staff |
| More than 1,000 staff; complex multi-unit structure |
targetCoverageLevel
(within expectations)
Value | Meaning |
---|---|
| No documentation or awareness of the domain |
| Only high-level or incidental references exist |
| The domain is explicitly and intentionally documented |
| Relationships and implications of the domain are explored |
| The domain is managed via formal policies, rules, or oversight |
| The domain is continuously improved and used for decision-making |
The Orthogramic Metamodel license: Creative Commons Attribution-ShareAlike 4.0 (CC BY-SA 4.0), ensuring it remains open, collaborative, and widely accessible.