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 |
---|---|---|
| Unique identifier |
|
| The organisation this goal applies to |
|
| Optional: specific unit the goal targets |
|
| Targeted domain |
|
| Strategic priority (0.0–1.0) |
|
| Tolerable variance in coverage (e.g. 0.1 = 10%) |
|
| Optional target date for achieving maturity |
|
| Optional commentary |
|
| Record creator |
|
| Creation timestamp |
|
The Orthogramic Metamodel license: Creative Commons Attribution-ShareAlike 4.0 (CC BY-SA 4.0), ensuring it remains open, collaborative, and widely accessible.