[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"skill-c3e8db13-ca39-4e1a-88ff-af745887f71a":3,"$f7WTrjORm-EfFQc5QfMcuUady8LKCk4XWbef1b1x50a4":43},{"id":4,"title":5,"description":6,"categoryId":7,"moduleId":8,"tags":9,"prompt":10,"icon":11,"source":12,"sourceUrl":13,"authorId":14,"authorName":15,"isPublic":16,"stars":17,"runs":18,"createdAt":19,"updatedAt":19,"module":20,"category":27,"packages":34},"c3e8db13-ca39-4e1a-88ff-af745887f71a","product-strategist","战略产品领导工具包，面向产品负责人，涵盖OKR级联生成、季度规划、竞争格局分析、产品愿景文档和团队规模提案。在创建季度OKR文档、定义产品目标或KPI、构建产品路线图、进行竞争分析、起草团队结构或招聘计划、协调工程和设计的产品战略、或从公司到团队级别生成级联目标层次时使用。","cat_life_career","mod_other","alirezarezvani,other","---\nname: \"product-strategist\"\ndescription: 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.\n---\n\n# Product Strategist\n\nStrategic toolkit for Head of Product to drive vision, alignment, and organizational excellence.\n\n---\n\n## Core Capabilities\n\n| Capability | Description | Tool |\n|------------|-------------|------|\n| **OKR Cascade** | Generate aligned OKRs from company to team level | `okr_cascade_generator.py` |\n| **Alignment Scoring** | Measure vertical and horizontal alignment | Built into generator |\n| **Strategy Templates** | 5 pre-built strategy types | Growth, Retention, Revenue, Innovation, Operational |\n| **Team Configuration** | Customize for your org structure | `--teams` flag |\n\n---\n\n## Quick Start\n\n```bash\n# Growth strategy with default teams\npython scripts\u002Fokr_cascade_generator.py growth\n\n# Retention strategy with custom teams\npython scripts\u002Fokr_cascade_generator.py retention --teams \"Engineering,Design,Data\"\n\n# Revenue strategy with 40% product contribution\npython scripts\u002Fokr_cascade_generator.py revenue --contribution 0.4\n\n# Export as JSON for integration\npython scripts\u002Fokr_cascade_generator.py growth --json > okrs.json\n```\n\n---\n\n## Workflow: Quarterly Strategic Planning\n\n### Step 1: Define Strategic Focus\n\n| Strategy | When to Use |\n|----------|-------------|\n| **Growth** | Scaling user base, market expansion |\n| **Retention** | Reducing churn, improving LTV |\n| **Revenue** | Increasing ARPU, new monetization |\n| **Innovation** | Market differentiation, new capabilities |\n| **Operational** | Improving efficiency, scaling operations |\n\nSee `references\u002Fstrategy_types.md` for detailed guidance.\n\n### Step 2: Gather Input Metrics\n\n```json\n{\n  \"current\": 100000,      \u002F\u002F Current MAU\n  \"target\": 150000,       \u002F\u002F Target MAU\n  \"current_nps\": 40,      \u002F\u002F Current NPS\n  \"target_nps\": 60        \u002F\u002F Target NPS\n}\n```\n\n### Step 3: Configure Teams & Run Generator\n\n```bash\n# Default teams\npython scripts\u002Fokr_cascade_generator.py growth\n\n# Custom org structure with contribution percentage\npython scripts\u002Fokr_cascade_generator.py growth \\\n  --teams \"Core,Platform,Mobile,AI\" \\\n  --contribution 0.3\n```\n\n### Step 4: Review Alignment Scores\n\n| Score | Target | Action if Below |\n|-------|--------|-----------------|\n| Vertical Alignment | >90% | Ensure all objectives link to parent |\n| Horizontal Alignment | >75% | Check for team coordination gaps |\n| Coverage | >80% | Validate all company OKRs are addressed |\n| Balance | >80% | Redistribute if one team is overloaded |\n| **Overall** | **>80%** | \u003C60% needs restructuring |\n\n### Step 5: Refine, Validate, and Export\n\nBefore finalizing:\n\n- [ ] Review generated objectives with stakeholders\n- [ ] Adjust team assignments based on capacity\n- [ ] Validate contribution percentages are realistic\n- [ ] Ensure no conflicting objectives across teams\n- [ ] Set up tracking cadence (bi-weekly check-ins)\n\n```bash\n# Export JSON for tools like Lattice, Ally, Workboard\npython scripts\u002Fokr_cascade_generator.py growth --json > q1_okrs.json\n```\n\n---\n\n## OKR Cascade Generator\n\n### Usage\n\n```bash\npython scripts\u002Fokr_cascade_generator.py [strategy] [options]\n```\n\n**Strategies:** `growth` | `retention` | `revenue` | `innovation` | `operational`\n\n### Configuration Options\n\n| Option | Description | Default |\n|--------|-------------|---------|\n| `--teams`, `-t` | Comma-separated team names | Growth,Platform,Mobile,Data |\n| `--contribution`, `-c` | Product contribution to company OKRs (0-1) | 0.3 (30%) |\n| `--json`, `-j` | Output as JSON instead of dashboard | False |\n| `--metrics`, `-m` | Metrics as JSON string | Sample metrics |\n\n### Output Examples\n\n#### Dashboard Output (`growth` strategy)\n\n```\n============================================================\nOKR CASCADE DASHBOARD\nQuarter: Q1 2025  |  Strategy: GROWTH\nTeams: Growth, Platform, Mobile, Data  |  Product Contribution: 30%\n============================================================\n\n🏢 COMPANY OKRS\n📌 CO-1: Accelerate user acquisition and market expansion\n   └─ CO-1-KR1: Increase MAU from 100,000 to 150,000\n   └─ CO-1-KR2: Achieve 50% MoM growth rate\n   └─ CO-1-KR3: Expand to 3 new markets\n\n📌 CO-2: Achieve product-market fit in new segments\n📌 CO-3: Build sustainable growth engine\n\n🚀 PRODUCT OKRS\n📌 PO-1: Build viral product features and market expansion\n   ↳ Supports: CO-1\n   └─ PO-1-KR1: Increase product MAU to 45,000\n   └─ PO-1-KR2: Achieve 45% feature adoption rate\n\n👥 TEAM OKRS\nGrowth Team:\n  📌 GRO-1: Build viral product features through acquisition and activation\n     └─ GRO-1-KR1: Increase product MAU to 11,250\n     └─ GRO-1-KR2: Achieve 11.25% feature adoption rate\n\n🎯 ALIGNMENT SCORES\n✓ Vertical Alignment: 100.0%\n! Horizontal Alignment: 75.0%\n✓ Coverage: 100.0%  |  ✓ Balance: 97.5%  |  ✓ Overall: 94.0%\n✅ Overall alignment is GOOD (≥80%)\n```\n\n#### JSON Output (`retention --json`, truncated)\n\n```json\n{\n  \"quarter\": \"Q1 2025\",\n  \"strategy\": \"retention\",\n  \"company\": {\n    \"objectives\": [\n      {\n        \"id\": \"CO-1\",\n        \"title\": \"Create lasting customer value and loyalty\",\n        \"key_results\": [\n          { \"id\": \"CO-1-KR1\", \"title\": \"Improve retention from 70% to 85%\", \"current\": 70, \"target\": 85 }\n        ]\n      }\n    ]\n  },\n  \"product\": { \"contribution\": 0.3, \"objectives\": [\"...\"] },\n  \"teams\": [\"...\"],\n  \"alignment_scores\": {\n    \"vertical_alignment\": 100.0, \"horizontal_alignment\": 75.0,\n    \"coverage\": 100.0, \"balance\": 97.5, \"overall\": 94.0\n  }\n}\n```\n\nSee `references\u002Fexamples\u002Fsample_growth_okrs.json` for a complete example.\n\n---\n\n## Reference Documents\n\n| Document | Description |\n|----------|-------------|\n| `references\u002Fokr_framework.md` | OKR methodology, writing guidelines, alignment scoring |\n| `references\u002Fstrategy_types.md` | Detailed breakdown of all 5 strategy types with examples |\n| `references\u002Fexamples\u002Fsample_growth_okrs.json` | Complete sample output for growth strategy |\n\n---\n\n## Best Practices\n\n### OKR Cascade\n\n- Limit to 3-5 objectives per level, each with 3-5 key results\n- Key results must be measurable with current and target values\n- Validate parent-child relationships before finalizing\n\n### Alignment Scoring\n\n- Target >80% overall alignment; investigate any score below 60%\n- Balance scores ensure no team is overloaded\n- Horizontal alignment prevents conflicting goals across teams\n\n### Team Configuration\n\n- Configure teams to match your actual org structure\n- Adjust contribution percentages based on team size\n- Platform\u002FInfrastructure teams often support all objectives\n- Specialized teams (ML, Data) may only support relevant objectives\n\n## Related Skills\n\n- **Senior PM** (`project-management\u002Fsenior-pm\u002F`) — Portfolio management and risk analysis inform strategic planning\n- **Competitive Teardown** (`product-team\u002Fcompetitive-teardown\u002F`) — Competitive intelligence feeds product strategy\n","","imported","https:\u002F\u002Fgithub.com\u002Falirezarezvani\u002Fclaude-skills","user_system_seed","SkillOPIC",true,90,1181,"2026-05-16 14:03:54",{"id":8,"name":21,"slug":22,"icon":23,"description":24,"sort":25,"createdAt":26},"其他","other","mdi-page-next-outline","其他类型Skill",5,"2026-05-16 12:53:40",{"id":7,"name":28,"slug":29,"icon":30,"description":31,"moduleId":8,"sort":32,"skillCount":33,"createdAt":26},"职场发展","career","mdi-briefcase-outline","面试准备、简历优化、职业规划",4,575,[35],{"id":36,"skillId":4,"version":37,"fileName":38,"fileSize":39,"filePath":40,"fileHash":41,"manifest":42,"createdAt":19},"611610aa-26b2-4f9c-bf6e-f565086daab7","1.0.0","product-strategist.zip",19703,"uploads\u002Fskills\u002Fc3e8db13-ca39-4e1a-88ff-af745887f71a\u002Fproduct-strategist.zip","4c781eef0d73b8bf953796741517a330fb4e1d4909dca2024ddaac314041d88f","[{\"path\":\"SKILL.md\",\"isDirectory\":false,\"size\":7325},{\"path\":\"assets\u002Fokr_template.md\",\"isDirectory\":false,\"size\":3831},{\"path\":\"references\u002Fexamples\u002Fsample_growth_okrs.json\",\"isDirectory\":false,\"size\":10288},{\"path\":\"references\u002Fokr_framework.md\",\"isDirectory\":false,\"size\":10223},{\"path\":\"references\u002Fstrategy_types.md\",\"isDirectory\":false,\"size\":11914},{\"path\":\"scripts\u002Fokr_cascade_generator.py\",\"isDirectory\":false,\"size\":22736}]",{"code":44,"message":45,"data":46},200,"success",{"items":47,"stats":48,"page":51},[],{"averageRating":49,"totalRatings":49,"ratingCounts":50},0,[49,49,49,49,49],{"limit":52,"offset":49,"hasMore":53,"nextOffset":52,"ratedOnly":16},15,false]