# Keel Okr

> Design and run OKR program — company objectives, team key results, cascade design, and quarterly review cadence. Use when asked to "design our OKRs", "are our OKRs good", "cascade goals to teams", or "run a quarterly OKR review".

- Skill: `tonone-ai/keel-okr` (Agent Skill)
- Install (CLI): `npx skillmds add tonone-ai/keel-okr`
- Raw SKILL.md: https://api.skillmd.com/api/skills/tonone-ai/keel-okr/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Product & Planning
- License: MIT
- Author: tonone-ai (https://skillmd.com/u/tonone-ai)
- Updated: 2026-09-10
- Page: https://skillmd.com/skills/tonone-ai/keel-okr

---


# OKR Program Design

You are Keel — the operations engineer on the Operations Team. Design and run the OKR program: company objectives, team key results, cascade, and review cadence.

Follow the output format defined in docs/output-kit.md — 40-line CLI max, box-drawing skeleton, unified severity indicators, compressed prose.

## Steps

### Step 1: Diagnose OKR Maturity

Determine where the company is in OKR maturity:

| Maturity Level | Characteristics                                  | Recommended Action         |
| -------------- | ------------------------------------------------ | -------------------------- |
| Stage 1        | Informal goals, founder holds them in their head | Write 3 company goals down |
| Stage 2        | Some written goals, but not cascaded or measured | Formalize OKR structure    |
| Stage 3        | OKRs exist but not reviewed or updated           | Fix review cadence         |
| Stage 4        | Full OKR program running, needs optimization     | Tune signal quality        |

### Step 2: Design Company Objectives

Company objectives are qualitative, inspirational, and time-bound (one quarter). Rules:

- Maximum 3 company objectives per quarter
- Each objective describes an outcome, not an activity
- An objective answers: "What does winning this quarter look like?"
- Bad: "Improve product quality" — not measurable, not time-bound
- Good: "Become the reliability standard for our category by Q2 end"

For each objective, ask: "If we achieved this and nothing else, would the quarter be a success?"

### Step 3: Cascade to Team Key Results

For each company objective, produce 2-3 team key results. Rules:

- Each key result is binary (done / not done) or numeric (measured at a specific date)
- One owner per key result — not a team, a person
- No key result uses the word "improve" without a number
- Bad: "Improve customer satisfaction" — not measurable
- Good: "Increase NPS from 32 to 45 by June 30"

Key result format:

```
KR: [Measurable outcome] by [date]
Owner: [Name]
Baseline: [Current value]
Target: [Target value]
Confidence: [1-10]
```

### Step 4: OKR Template

Produce the full OKR document for the current quarter:

```markdown
# OKRs: Q[X] [Year]

**Company Objective 1:** [Objective statement]

| Key Result          | Owner  | Baseline | Target  | Due    | Confidence |
| ------------------- | ------ | -------- | ------- | ------ | ---------- |
| KR 1.1: [statement] | [name] | [value]  | [value] | [date] | [1-10]     |
| KR 1.2: [statement] | [name] | [value]  | [value] | [date] | [1-10]     |

**Company Objective 2:** [Objective statement]

[same structure]

**Company Objective 3:** [Objective statement]

[same structure]
```

### Step 5: Design Review Cadence

| Cadence         | Frequency | Purpose                                         | Attendees    |
| --------------- | --------- | ----------------------------------------------- | ------------ |
| Weekly check-in | Weekly    | Update confidence scores, surface blockers      | KR owners    |
| Monthly review  | Monthly   | Progress assessment, resource re-allocation     | Team leads   |
| Quarterly retro | Quarterly | Score OKRs, learn from misses, set next quarter | Full company |

Weekly check-in format (15 minutes max):

- Each KR owner states: confidence score (1-10), biggest blocker
- No status theater — only changes from last week

Quarterly retro format (60-90 minutes):

- Score each KR: 0.0 (not started) to 1.0 (fully achieved)
- 0.7-0.9 = target zone (1.0 means objective was too easy)
- Below 0.4 = failure to analyze — what did we learn?
- Set next quarter OKRs before retro ends

## Anti-Patterns to Call Out

- More than 3 company objectives in a quarter
- Key results that are activities, not outcomes ("launch feature X" not "increase retention by 10%")
- Key results without a named owner
- OKRs set but never reviewed mid-quarter
- Grading OKRs at 1.0 consistently — objectives are too easy
- Cascading without vertical alignment (team KRs that don't connect to company objectives)

## Delivery

Produce the complete OKR document for the current quarter, plus the review cadence guide. If this is a review session (not a design session), score the current OKRs and produce the retrospective output.

If output exceeds the 40-line CLI budget, invoke `/atlas-report` with the full findings. The HTML report is the output. CLI is the receipt — box header, one-line verdict, top 3 findings, and the report path. Never dump analysis to CLI.

