> For the complete documentation index, see [llms.txt](https://innowayit-1.gitbook.io/framework/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://innowayit-1.gitbook.io/framework/formulation/define-okr.md).

# DEFINE OKR

> <mark style="color:orange;">**I think goals should never be easy, they should force you to work, even if they are uncomfortable at the time**</mark> - Michael Phelps

### Objectives

1. To set goals for this strategy&#x20;

### Approach

1. Define the objectives for this strategy
2. Decide the cadence for key results
3. Define Key Results for current cadence

### Actors

1. Facilitator
2. Business and Technology Stakeholders
3. Subject Matter Expert(s)

### Output

1. Objectives
2. Key Results
3. Cadence for setting Key Results

### Activities

#### Decide OKR Cadence

There is no hard and fast rule for OKR cadence. Best practice is to set corporate-level OKRs or strategic OKRs annually and group-level OKRs or tactical OKRs quarterly or semi-annually. Level 1 and 2 strategies may have an annual cadence and level 3 strategies may have a quarterly or semi-annual cadence.&#x20;

Setting OKRs is a time-consuming activity that involves all relevant stakeholders and requires considerable effort on their part. Therefore, companies should decide which cadence best suits their situation.

Workflow: [Manage Strategy ](/framework/workflows/manage-strategy.md)

#### Define Objectives and Key Results

Objectives may be defined during the Guide phase. Key results are defined during each cadence. Below are some guidelines for defining both.

* Objectives should be short and crisp&#x20;
* Objectives should be inspiring and challenging&#x20;
* Objectives should align with organizational themes&#x20;
* Each strategy can have 3 to 5 objectives&#x20;
* Key results should be SMART (specific, measurable, ambitious, relevant, and time-bound) Each goal can have 3-5 key results
* OKRs can be committed or aspirational, with expected scores of 1.0 and 0.7, respectively.&#x20;
* OKRs may also be classified as run, grow or transform with expected scores of 1.0, 0.85 or 0.7
* All OKRs should deliver tangible business benefits.

Workflow: [Manage Business Objectives](/framework/workflows/manage-business-objectives.md)

Examples of Objectives and Key Results:

* **Objective:** Lead in digital  payment market
  * **Key Result:** capture 10% of digital payment market
  * **KPI:** our share of digital payment market
  * **Initiative:** digital transformation initiative &#x20;
* **Objective:** Improve customer experience in branch&#x20;
  * **Key Result:** Reduce wait time in branch to within 5 minutes
  * **KPI:** wait time in branch
  * **Initiative:** implement queue system in branch&#x20;

#### Link Monitoring KPIs

* Link a KPIs to each Key Result to monitor the outcomes over a period of time
* KPI data should be tracked over time

Workflow: [Manage Strategy KPIs](/framework/workflows/manage-strategy-kpis.md)

#### Assign to Stakeholders

Objectives and Key Results should be assigned to Responsible Stakeholders. Objectives are assigned to leads and Key Results may be assigned to their reports.&#x20;

#### Play Back

Play back is the act of causing recorded sounds or pictures to be heard or seen again. In this case the facilitator will rewind and play back the entire process to set the Objectives and Key Results.&#x20;

It is an opportunity to re-engage the stakeholders and keep them in sync with the OKRs. During Play back stakeholders should review the objectives and key results, raise concerns, discuss and finalize them.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://innowayit-1.gitbook.io/framework/formulation/define-okr.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
