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.
Install with the open skills CLI (global, non-interactive — available in every Claude Code session):
npx skills add davila7/claude-code-templates --skill "product-strategist" -g -a claude-code -yOr manually — clone and copy the skill directory (SKILL.md + companion files):
git clone --depth 1 https://github.com/davila7/claude-code-templates /tmp/claude-code-templates && cp -r /tmp/claude-code-templates/cli-tool/components/skills/business-marketing/product-strategist ~/.claude/skills/product-strategist-davila7-2This skill is a directory: SKILL.md is the entry point; the files below ship with it.
---
name: product-strategist
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.
---
# Product Strategist
Strategic toolkit for Head of Product to drive vision, alignment, and organizational excellence.
## Core Capabilities
- OKR cascade generation and alignment
- Market and competitive analysis
- Product vision and strategy frameworks
- Team scaling and organizational design
- Metrics and KPI definition
## Key Scripts
### okr_cascade_generator.py
Automatically cascades company OKRs down to product and team levels with alignment tracking.
**Usage**: `python scripts/okr_cascade_generator.py [strategy]`
- Strategies: growth, retention, revenue, innovation, operational
- Generates company → product → team OKR cascade
- Calculates alignment scores
- Tracks contribution percentages
You MUST use this before any creative work - creating features, building components, adding functionality, or modifying behavior. Explores user intent, requirements and design before implementation.
Use when facing 2+ independent tasks that can be worked on without shared state or sequential dependencies
Use when you have a written implementation plan to execute in a separate session with review checkpoints