// Strategic product leadership toolkit for Head of Product including OKR cascade generation, market analysis, vision setting, and team scaling. Use for strategic planning, goal alignment, competitive analysis, and organizational design.
| name | product-strategist |
| title | Product Strategist Skill Package |
| description | Strategic product leadership toolkit for Head of Product including OKR cascade generation, market analysis, vision setting, and team scaling. Use for strategic planning, goal alignment, competitive analysis, and organizational design. |
| domain | product |
| subdomain | product-management |
| difficulty | intermediate |
| time-saved | TODO: Quantify time savings |
| frequency | TODO: Estimate usage frequency |
| use-cases | ["Defining product roadmaps and feature prioritization","Writing user stories and acceptance criteria","Conducting competitive analysis and market research","Stakeholder communication and alignment"] |
| related-agents | [] |
| related-skills | [] |
| related-commands | [] |
| orchestrated-by | [] |
| dependencies | {"scripts":[],"references":[],"assets":[]} |
| compatibility | {"python-version":"3.8+","platforms":["macos","linux","windows"]} |
| tech-stack | ["Python 3.8+","CLI","JSON export","Alignment scoring"] |
| examples | [{"title":"Example Usage","input":"TODO: Add example input for product-strategist","output":"TODO: Add expected output"}] |
| stats | {"downloads":0,"stars":0,"rating":0,"reviews":0} |
| version | v1.0.0 |
| author | Claude Skills Team |
| contributors | [] |
| created | "2025-10-19T00:00:00.000Z" |
| updated | "2025-11-08T00:00:00.000Z" |
| license | MIT |
| tags | ["analysis","design","product","strategist"] |
| featured | false |
| verified | true |
This skill provides [TODO: Add 2-3 sentence overview].
Core Value: [TODO: Add value proposition with metrics]
Target Audience: [TODO: Define target users]
Use Cases: [TODO: List 3-5 primary use cases]
Time: [Duration estimate]
Steps:
Expected Output: [What success looks like]
Time: [Duration estimate]
Steps:
Expected Output: [What success looks like]
Strategic toolkit for Head of Product to drive vision, alignment, and organizational excellence. This skill provides Python tools for OKR cascading, comprehensive frameworks for strategy development, and battle-tested templates for vision documents and strategic planning.
What This Skill Provides:
Best For:
# Growth strategy
python scripts/okr_cascade_generator.py growth
# Retention strategy
python scripts/okr_cascade_generator.py retention
# Revenue strategy
python scripts/okr_cascade_generator.py revenue
Objective: Inspiring, qualitative goal (what you want to achieve) Key Results: 2-5 measurable outcomes (how you'll know you achieved it)
Objective: Become #1 platform for mid-market sales teams
Key Result 1: Increase enterprise signups from 50 to 200/month
Key Result 2: Improve NPS from 35 to 50
Key Result 3: Achieve 95% retention rate (up from 88%)
See frameworks.md for complete OKR methodology.
Steps:
python scripts/okr_cascade_generator.py [strategy]OKR Cascade Levels:
Alignment Scoring:
Detailed Framework: See frameworks.md for OKR structure, scoring, and review cadence.
Templates: See templates.md for company, product, and team OKR templates.
Annual Planning:
Strategy Types:
Strategy Selection Tool:
python scripts/okr_cascade_generator.py [growth|retention|revenue|innovation|operational]
Detailed Frameworks: See frameworks.md for each strategy type, market analysis methods, and vision-setting.
Templates: See templates.md for annual strategic plan and product vision document templates.
Hiring Planning:
Team Structure Patterns:
PM-to-Engineer Ratios:
Detailed Frameworks: See frameworks.md for team topologies, Spotify model, Conway's Law implications.
Templates: See templates.md for hiring plans and team charter templates.
Automated OKR hierarchy generator with alignment tracking.
Key Features:
Usage:
# Generate growth strategy OKRs
python3 scripts/okr_cascade_generator.py growth
# With detailed metrics
python3 scripts/okr_cascade_generator.py growth --metrics
# JSON output for dashboards
python3 scripts/okr_cascade_generator.py growth -o json -f okrs.json
# CSV for spreadsheets
python3 scripts/okr_cascade_generator.py growth -o csv -f okrs.csv
# Verbose mode (detailed explanations)
python3 scripts/okr_cascade_generator.py growth -v
Available Strategies:
Output Includes:
Complete Documentation: See tools.md for full usage guide, strategy templates, and integration patterns.
Comprehensive strategic frameworks:
Ready-to-use templates:
Python tool documentation:
This toolkit integrates with:
See tools.md for detailed integration workflows.
# Generate OKRs for different strategies
python scripts/okr_cascade_generator.py growth
python scripts/okr_cascade_generator.py retention
python scripts/okr_cascade_generator.py revenue
python scripts/okr_cascade_generator.py innovation
python scripts/okr_cascade_generator.py operational
# With metric definitions
python scripts/okr_cascade_generator.py growth --metrics
# Export formats
python scripts/okr_cascade_generator.py growth -o json -f okrs.json
python scripts/okr_cascade_generator.py growth -o csv -f okrs.csv
# Verbose output
python scripts/okr_cascade_generator.py growth -v