Strategic product leadership toolkit for Head of Product covering OKR cascade generation, quarterly planning, competitive landscape analysis, product vision...
数据来源:ClawHub。 在 ClawSkills 查看
选择你使用的 Agent
方法一:命令行安装(推荐)
推荐(无需提前安装 clawhub)
npx clawhub@latest --dir ~/.claude/skills install product-strategist或使用 clawhub CLI(需提前安装)
clawhub --dir ~/.claude/skills install product-strategist⚠️ 需要 Node.js 18+,没有 Node?请使用下方方法二直接下载 ZIP。 安装 Node.js →
方法二:手动下载安装(无需 Node)
下载 ZIP,解压后将文件夹放到以下路径,重启 Agent 即可:
安装路径
~/.claude/skills/product-strategist/💡解压后将文件夹放到上方路径,重启 Agent 即可生效
--- name: "product-strategist" description: Strategic product leadership toolkit for Head of Product covering OKR cascade generation, quarterly planning, competitive landscape analysis, product vision documents, and team scaling proposals. Use when creating quarterly OKR documents, defining product goals or KPIs, building product roadmaps, running competitive analysis, drafting team structure or hiring plans, aligning product strategy across engineering and design, or generating cascaded goal hierarchies from company to team level. ---
Strategic toolkit for Head of Product to drive vision, alignment, and organizational excellence.
---
| Capability | Description | Tool | |------------|-------------|------| | OKR Cascade | Generate aligned OKRs from company to team level | okr_cascade_generator.py | | Alignment Scoring | Measure vertical and horizontal alignment | Built into generator | | Strategy Templates | 5 pre-built strategy types | Growth, Retention, Revenue, Innovation, Operational | | Team Configuration | Customize for your org structure | --teams flag |
---
# Growth strategy with default teams
python scripts/okr_cascade_generator.py growth
# Retention strategy with custom teams
python scripts/okr_cascade_generator.py retention --teams "Engineering,Design,Data"
# Revenue strategy with 40% product contribution
python scripts/okr_cascade_generator.py revenue --contribution 0.4
# Export as JSON for integration
python scripts/okr_cascade_generator.py growth --json > okrs.json
---
| Strategy | When to Use | |----------|-------------| | Growth | Scaling user base, market expansion | | Retention | Reducing churn, improving LTV | | Revenue | Increasing ARPU, new monetization | | Innovation | Market differentiation, new capabilities | | Operational | Improving efficiency, scaling operations |
See references/strategy_types.md for detailed guidance.
{
"current": 100000, // Current MAU
"target": 150000, // Target MAU
"current_nps": 40, // Current NPS
"target_nps": 60 // Target NPS
}
# Default teams
python scripts/okr_cascade_generator.py growth
# Custom org structure with contribution percentage
python scripts/okr_cascade_generator.py growth \
--teams "Core,Platform,Mobile,AI" \
--contribution 0.3
| Score | Target | Action if Below | |-------|--------|-----------------| | Vertical Alignment | >90% | Ensure all objectives link to parent | | Horizontal Alignment | >75% | Check for team coordination gaps | | Coverage | >80% | Validate all company OKRs are addressed | | Balance | >80% | Redistribute if one team is overloaded | | Overall | >80% | <60% needs restructuring |
Before finalizing:
# Export JSON for tools like Lattice, Ally, Workboard
python scripts/okr_cascade_generator.py growth --json > q1_okrs.json
---
python scripts/okr_cascade_generator.py [strategy] [options]
Strategies: growth | retention | revenue | innovation | operational
| Option | Description | Default | |--------|-------------|---------| | --teams, -t | Comma-separated team names | Growth,Platform,Mobile,Data | | --contribution, -c | Product contribution to company OKRs (0-1) | 0.3 (30%) | | --json, -j | Output as JSON instead of dashboard | False | | --metrics, -m | Metrics as JSON string | Sample metrics |
growth strategy)============================================================
OKR CASCADE DASHBOARD
Quarter: Q1 2025 | Strategy: GROWTH
Teams: Growth, Platform, Mobile, Data | Product Contribution: 30%
============================================================
🏢 COMPANY OKRS
📌 CO-1: Accelerate user acquisition and market expansion
└─ CO-1-KR1: Increase MAU from 100,000 to 150,000
└─ CO-1-KR2: Achieve 50% MoM growth rate
└─ CO-1-KR3: Expand to 3 new markets
📌 CO-2: Achieve product-market fit in new segments
📌 CO-3: Build sustainable growth engine
🚀 PRODUCT OKRS
📌 PO-1: Build viral product features and market expansion
↳ Supports: CO-1
└─ PO-1-KR1: Increase product MAU to 45,000
└─ PO-1-KR2: Achieve 45% feature adoption rate
👥 TEAM OKRS
Growth Team:
📌 GRO-1: Build viral product features through acquisition and activation
└─ GRO-1-KR1: Increase product MAU to 11,250
└─ GRO-1-KR2: Achieve 11.25% feature adoption rate
🎯 ALIGNMENT SCORES
✓ Vertical Alignment: 100.0%
! Horizontal Alignment: 75.0%
✓ Coverage: 100.0% | ✓ Balance: 97.5% | ✓ Overall: 94.0%
✅ Overall alignment is GOOD (≥80%)
retention --json, truncated){
"quarter": "Q1 2025",
"strategy": "retention",
"company": {
"objectives": [
{
"id": "CO-1",
"title": "Create lasting customer value and loyalty",
"key_results": [
{ "id": "CO-1-KR1", "title": "Improve retention from 70% to 85%", "current": 70, "target": 85 }
]
}
]
},
"product": { "contribution": 0.3, "objectives": ["..."] },
"teams": ["..."],
"alignment_scores": {
"vertical_alignment": 100.0, "horizontal_alignment": 75.0,
"coverage": 100.0, "balance": 97.5, "overall": 94.0
}
}
See references/examples/sample_growth_okrs.json for a complete example.
---
| Document | Description | |----------|-------------| | references/okr_framework.md | OKR methodology, writing guidelines, alignment scoring | | references/strategy_types.md | Detailed breakdown of all 5 strategy types with examples | | references/examples/sample_growth_okrs.json | Complete sample output for growth strategy |
---
安装 Product Strategist 后,可以对 AI 说这些话来触发它
Help me get started with Product Strategist
Explains what Product Strategist does, walks through the setup, and runs a quick demo based on your current project
Use Product Strategist to strategic product leadership toolkit for Head of Product covering O...
Invokes Product Strategist with the right parameters and returns the result directly in the conversation
What can I do with Product Strategist in my product manager workflow?
Lists the top use cases for Product Strategist, with example commands for each scenario
将技能文件夹放到 ~/.claude/skills/product-strategist/ 目录(个人级,所有项目可用),或 .claude/skills/product-strategist/(项目级)。重启 AI 客户端后,用 /product-strategist 主动调用,或让 AI 根据上下文自动发现并使用。
Product Strategist 支持 Claude、Cursor、OpenClaw,可与这些 AI 平台无缝集成,扩展其能力。
Product Strategist 可免费安装使用。请查阅仓库了解许可证信息。
Strategic product leadership toolkit for Head of Product covering OKR cascade generation, quarterly planning, competitive landscape analysis, product vision...
Product Strategist 属于「Product Manager」分类,该分类的技能帮助 AI 智能体在此领域执行专业任务。
Automate my product manager tasks using Product Strategist
Identifies repetitive steps in your workflow and sets up Product Strategist to handle them automatically