- 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>
1.1 KiB
1.1 KiB
title, description
| title | description |
|---|---|
| /okr | /okr — Claude Code slash command. |
/okr
:material-console: Slash Command
:material-github: Source
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