claude-skills/commands/okr.md
Claude 894fd23334
feat(agents,commands): trigger descriptions + gated workflow upgrades
- 17 root agents gained 'Use when...' trigger descriptions (<=1024 chars);
  cs-product-analyst placeholder body rewritten around real tools
- 21 commands had invalid YAML frontmatter fixed (unquoted inner colons);
  14 commands gained argument-hint; 6 duplicate commands marked with
  canonical-copy sync comments
- /prd: forcing questions + refuse-to-draft gate + required-sections checklist
- /sprint-plan: capacity math + carry-over check + definition-of-ready gate
- /tdd: rebuilt around the real tdd-guide assets with smoke-tested snippets
- cs-senior-engineer repointed from retired release-manager to
  changelog-generator

https://claude.ai/code/session_019AJddAL1NADWMXsy1qNPQF
2026-06-11 03:58:42 +00:00

982 B

name description
okr Generate OKR cascades from company strategy to team objectives. Usage: /okr generate <strategy>

/okr

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/skills/product-strategist/scripts/okr_cascade_generator.py — OKR cascade generator (<strategy> [--teams "A,B,C"] [--contribution 0.3] [--json])

Skill Reference

product-team/skills/product-strategist/SKILL.md