okr

okr is a command for Claude Code from lucasgaravelli/pm-skills-claude-code. It costs 0 tokens per session (3,599 once invoked), scanned A, a copy of okr, MIT.

An OKR planner that creates objectives and measurable key results at company, department, and team levels. OKR means Objectives and Key Results: a way to set goals and track whether the intended results happened.

In plain words
What is it for?
Use it to create quarterly goals from a business strategy, current metrics, previous OKRs, team structure, and constraints such as budget or staffing.
Why use it?
It helps align several teams around shared outcomes instead of only counting features or tasks completed. It also provides a review rhythm for checking progress.

Command for Claude Code

Written for Claude Code: installed under .claude/.

Good fit Use it to create quarterly goals from a business strategy, current metrics, previous OKRs, team structure, and constraints such as budget or staffing.

Compare 6 commands from other repositories ↓
Install with agentmods
npx agentmods add commands/lucasgaravelli/pm-skills-claude-code/okr
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Clone the repo
git clone --depth 1 https://github.com/lucasgaravelli/pm-skills-claude-code

Made for: Claude Code.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for okr

README.md
[![agentmods](https://agentmods.dev/badge/commands/lucasgaravelli/pm-skills-claude-code/okr/github.svg)](https://agentmods.dev/commands/lucasgaravelli/pm-skills-claude-code/okr)
Your own site
<a href="https://agentmods.dev/commands/lucasgaravelli/pm-skills-claude-code/okr"><img src="https://agentmods.dev/badge/commands/lucasgaravelli/pm-skills-claude-code/okr/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for okr

Your own site · 80×15
<a href="https://agentmods.dev/commands/lucasgaravelli/pm-skills-claude-code/okr"><img src="https://agentmods.dev/badge/commands/lucasgaravelli/pm-skills-claude-code/okr.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 0 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 3,599 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin 100% copy Near-identical to another mod in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00000 $0.03599
Opus 5 $0.00000 $0.01800
Sonnet 5 $0.00000 $0.00720
Haiku 4.5 $0.00000 $0.00360

Measured 9d ago against content hash 46f00af91654, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-09, from the pricing page.

Security

Grade A, and why

okr scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 9d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

Origin

This is a copy

100% identical to okr — 0 lines differ, which has more behind it and is treated as the original. This page carries a canonical link to it rather than competing with it.

.claude/commands/okr.md · 369 lines

How it starts

The opening of the file, as written. The whole thing — 369 lines — stays where its author put it; the contents beside it link to each section on GitHub.

/okr

O que essa skill faz

Gera OKR cascade completo (Objectives and Key Results) em 3 niveis: empresa → departamento → time. Baseado nos 9 principios de 55 product leaders (pesquisa Lenny Rachitsky) + framework Rezvani.

Saida: OKR cascade formatado com objetivos inspiradores, key results mensuraveis, e cadencia de review.


Quando usar

  • Trimestre novo, precisa definir metas claras para times
  • Empresa cresceu e precisa alinhar multiplos times em direção unica
  • Stakeholders pedem "qual a meta?" e ninguem tem resposta clara
  • Quer sair de output-driven (features entregues) para outcome-driven (resultados alcançados)

Input esperado

Minimo:

  • Estrategia: Growth, retention, revenue, innovation ou operational
  • Contexto do produto: O que faz, quem usa, estagio (early, growth, scale)
  • Metricas atuais: Baseline dos numeros principais (users, revenue, churn, etc)

Opcional:

  • Missao/visao da empresa
  • OKRs do trimestre anterior (o que funcionou, o que nao)
  • Numero de times/departamentos
  • Constraints (budget, headcount, timeline)

9 Principios de OKR (Lenny Research)

Antes de gerar OKRs, aplicar estes principios:

1. Goals one step from company goals

Nao cascade em 5 niveis. Time-level OKR deve estar a 1 passo do company-level. Se precisa de 3+ niveis para conectar, o goal esta errado.

2. Build systems, not just goals

OKR sem sistema de execucao e review e wishful thinking. Defina: quem revisa, quando, como corrige rota.

3. Triangulate with 3 Key Results

Para cada Objective, usar 3 KRs complementares:

  • Hardcore number: Metrica quantitativa dura (ex: 10K DAU)
  • Squishier quality: Metrica de qualidade/satisfacao (ex: NPS > 50)
  • Dollar sign: Metrica financeira (ex: $100K MRR)

4. Use absolute numbers, not ratios

"Aumentar conversao de 2% para 4%" e facil de gamer (reduz denominador). Prefira: "Converter 500 usuarios pagos por mes".

5. Ambitious goals force new thinking

Se o time consegue atingir com 10% mais esforco, o goal nao e ambicioso. Bons OKRs forcam repensar a abordagem.

Read the full file on GitHub · 369 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 9d ago First seen · 369 lines · 0 tokens per session scan A 46f00af91654

Subscribe to this mod's changes

okr is a command published in the GitHub repository lucasgaravelli/pm-skills-claude-code (20 stars, last pushed 4mo ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 3,599 tokens. A static security scan graded it A with 0 findings. It is 100% identical to okr, differing in 0 lines, and is treated as a copy.