Organization goal

Organization goal

Purpose
The OrganizationGoal extension captures the strategic priorities placed on business architecture domains. These goals may apply at the whole-organisation level or be scoped to a specific organisational unit. Each goal includes a weighting (importance), coverage tolerance, and optionally a target maturity date.

Usage

Organisation goals inform prioritisation, document weighting, and dashboard visualisation. Where goals are defined for an orgUnit, they allow for more targeted maturity planning across business functions, departments, or divisions. Organisation-wide goals remain useful for setting default emphasis across the enterprise.

Core concepts

  • Domain weighting: Indicates relative strategic emphasis of each domain.

  • Tolerance: Determines how much deviation from target coverage is acceptable.

  • Strategic planning: Informs Orthogramic's scoring, recommendations, and prioritisation logic.

Example implementation

{ "id": "goal-001", "organization": "Org-Alpha", "orgUnit": "OU-Finance", "domain": "Performance", "weighting": 0.3, "coverageGapTolerance": 0.1, "maturityTargetDate": "2025-12-31", "notes": "Performance visibility is essential for our annual reporting cycle", "createdBy": "coo@org-alpha.com", "createdAt": "2025-07-01T11:15:00Z" }

Attributes

Property

Description

Example

Property

Description

Example

id

Unique identifier

goal-001

organization

The organisation this goal applies to

Org-Alpha

orgUnit

Optional: specific unit the goal targets

OU-Finance

domain

Targeted domain

Performance

weighting

Strategic priority (0.0–1.0)

0.3

coverageGapTolerance

Tolerable variance in coverage (e.g. 0.1 = 10%)

0.1

maturityTargetDate

Optional target date for achieving maturity

2025-12-31

notes

Optional commentary

Essential for annual reporting cycle

createdBy

Record creator

coo@org-alpha.com

createdAt

Creation timestamp

2025-07-01T11:15:00Z

Schema
organizationGoal.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.