- Add CSS components: .page-meta badges, .domain-header, .install-banner - Fix invisible tab navigation (explicit color for light/dark modes) - Rewrite generate-docs.py with design system templates - Domain indexes: centered headers with icons, install banners, grid cards - Skill pages: pill badges (domain, skill ID, source), install commands - Agent/command pages: type badges with domain icons - Regenerate all 210 pages (180 skills + 15 agents + 15 commands) Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
44 lines
1.1 KiB
Markdown
44 lines
1.1 KiB
Markdown
---
|
|
title: "/okr"
|
|
description: "/okr — Claude Code slash command."
|
|
---
|
|
|
|
# /okr
|
|
|
|
<div class="page-meta" markdown>
|
|
<span class="meta-badge">:material-console: Slash Command</span>
|
|
<span class="meta-badge">:material-github: <a href="https://github.com/alirezarezvani/claude-skills/tree/main/commands/okr.md">Source</a></span>
|
|
</div>
|
|
|
|
|
|
Generate cascaded OKR frameworks from company-level strategy down to team-level key results.
|
|
|
|
## Usage
|
|
|
|
```
|
|
/okr generate <strategy> Generate OKR cascade
|
|
```
|
|
|
|
Supported strategies: `growth`, `retention`, `revenue`, `innovation`, `operational`
|
|
|
|
## Input Format
|
|
|
|
Pass a strategy keyword directly. The generator produces company, department, and team-level OKRs aligned to the chosen strategy.
|
|
|
|
## Examples
|
|
|
|
```
|
|
/okr generate growth
|
|
/okr generate retention
|
|
/okr generate revenue
|
|
/okr generate innovation
|
|
/okr generate operational
|
|
/okr generate growth --json
|
|
```
|
|
|
|
## Scripts
|
|
- `product-team/product-strategist/scripts/okr_cascade_generator.py` — OKR cascade generator (`<strategy> [--teams "A,B,C"] [--contribution 0.3] [--json]`)
|
|
|
|
## Skill Reference
|
|
> `product-team/product-strategist/SKILL.md`
|