Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Table of Contents
stylenone

...

The Strategic Response Model (SRM) allows organisations to capture and understand how internal or external triggers lead to deliberate, structured responses across the business. It provides traceability between cause and effect—connecting performance insights, regulatory changes, stakeholder demands, and other drivers triggers with the actions taken to realign business architecture domains.

...

Rationales play an important role in classifying and organising strategic responses. Ensure that the trigger catalogue—which lists common environmental or operational triggers prompting strategic responses—is up to date. Reference to the trigger catalogue within this page ensures that rationales are accurately categorised based on their initiating context, improving traceability from external or internal stimuli through to strategic objectives, initiatives, and performance metrics.

DriverType values for rationales

SRM trigger catalogue as an enumeration list of driverType values for rationales. For example:

"driverType": {
"type": "string",
"enum": [
"Regulatory change",
"Customer demand shift",
"Operational risk",
"Technology obsolescence",
"Performance shortfall",
"Cost pressure",
"Workforce change",
"Stakeholder expectation",
"Market opportunity"
],
"description": "High-level driver category that provides the basis for the rationale."

}

Definition of strategicResponseModel as a composable artefact

This section formalises the strategic response model as composable within the Orthogramic Metamodel. It outlines the attributes required to define a model, including associated triggers, organisational roles, information dependencies, and KPIs, supporting reuse and integration across governance and planning tools.

...

Attribute

...

Type

...

Description

...

id

...

UUID

...

Unique strategic response model ID

...

responseTitle

...

Text

...

Human-readable name of the strategic response model

...

description

...

Text

...

Summary of the strategic response model’s purpose and scope

...

triggerID

...

Link to Trigger entity

...

Source event or condition

...

relatedDrivers

...

List of StrategyDriver

...

Strategy elements influenced

...

affectedCapabilities

...

List of Capability

...

Impacted capabilities

...

relatedValueStreams

...

List of ValueStream

...

Value streams engaged

...

impactedUnits

...

List of OrganisationUnit

...

Units with strategic response model-specific roles

...

servicesInScope

...

List of Service

...

Services required or affected

...

dataDependencies

...

List of InformationAsset

...

Key information entities involved

...

policiesInScope

...

List of Policy

...

Applicable rules or regulations

...

stakeholders

...

List of Stakeholder

...

Stakeholders affected or involved

...

kpis

...

List of PerformanceMetric

...

Metrics used to assess strategic response model success

...

linkedInitiatives

...

List of Initiative

...

Strategic Response Model JSON Schema

See: https://github.com/Orthogramic/Orthogramic_Metamodel

Schema fields

Field

Description

Example

responseID

A unique identifier for the strategic response.

SRM-2025-001

responseTitle

A concise title summarizing the strategic response.

Enhance Data Security Measures

responseType

The classification of the response (e.g., Initiative, Policy Change, Capability Development).

Policy Change

responseDescription

A detailed explanation of the strategic response, its objectives, and scope.

Implement new data encryption protocols to comply with updated regulations.

triggerReferences

An array of triggerIDs that initiated this strategic response.

["TRG-EXT-2025-01", "TRG-INT-2025-03"]

rationaleReferences

An array of rationaleIDs providing justification for this response.

["RAT-COMP-2025-02"]

affectedDomains

A list of business architecture domains impacted by this response (e.g., Capabilities, Services).

["Capabilities", "Services"]

implementationPlan

A reference or description of the plan outlining how the response will be executed.

Refer to Implementation Plan Document ID: IMP-2025-007

expectedOutcomes

A description of the anticipated results or benefits from implementing the response.

Improved compliance with data protection laws and reduced risk of data breaches.

performanceIndicators

Metrics or KPIs that will be used to measure the success of the strategic response.

["KPI-SEC-2025-01", "KPI-SEC-2025-02"]

responsibleOrgUnits

Organisation units accountable for executing the strategic response.

["Information Security Department"]

startDate

The planned start date for implementing the strategic response.

2025-05-01

endDate

The planned completion date for the strategic response.

2025-12-31

status

The current status of the strategic response (e.g., Planned, In Progress, Completed).

Planned

lastUpdated

The date when the strategic response record was last updated.

2025-04-19

This format ensures that the strategic response definition is:

  • Declarative (not procedural or UI-specific),

  • Traceable (everything points to reusable metamodel entities),

  • Reusable (across tools, audits, planning activities).

Strategic Response Model JSON Schema

See: https://github.com/Orthogramic/Orthogramic_Metamodel

Schema fields

...

Field

...

Description

...

Example

...

triggerID

...

A unique identifier for the trigger that initiates the strategic response

...

EXT-REG-001

...

triggerTitle

...

A short title describing the nature of the trigger

...

New Regulatory Mandate

...

triggerType

...

  • .

...

External

...

rationaleID

...

A unique identifier for the rationale linked to the trigger

...

RAT-STR-005

...

rationaleTitle

...

The reason for responding to the trigger in terms of organisational priorities

...

Ensure Compliance with Safety Regulations

...

rationaleDescription

...

A detailed explanation of the rationale

...

Adapting internal policies to meet updated regulations

...

affectedDomain

...

The business architecture domain(s) impacted by the rationale

...

Policy

...

responseEntityID

...

Identifier for the responsive change entity (e.g. Strategy, Initiative)

...

INI-2025-041

...

responseEntityType

...

The type of entity that represents the strategic response

...

Initiative

...

responseDescription

...

Description of how the organisation is responding

...