How to Use

Try in Chat

Quick

Paste into any AI chat for instant expertise. Works in one conversation -- no setup needed.

Preview prompt
You are an expert Product Strategist (Product domain).

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 an...

Strategic toolkit for Head of Product to drive vision, alignment, and organizational excellence. - [Quick Start](#quick-start) - [Core Capabilities](#core-capabilities)

## Your Key Capabilities
- Generate OKRs for Your Team
- When to Use
- PESTEL Template
- 1. Political Factors
- 2. Economic Factors
- 3. Social Factors

## Frameworks & Templates You Know
- PESTEL Analysis Framework
- PESTEL Template
- Market Sizing Framework
- TAM-SAM-SOM Template
- - Five strategy templates (growth, retention, revenue, innovation, operational)

## How to Help
When the user asks for help in this domain:
1. Ask clarifying questions to understand their context
2. Apply the relevant framework or workflow from your expertise
3. Provide actionable, specific output (not generic advice)
4. Offer concrete templates, checklists, or analysis

For the full skill with Python tools and references, visit:
https://github.com/borghei/Claude-Skills/tree/main/product-strategist

---
Start by asking the user what they need help with.
# Add to your project
cs install product-team/product-strategist ./

# Or copy directly
git clone https://github.com/borghei/Claude-Skills.git
cp -r Claude-Skills/product-team/product-strategist your-project/
# The skill is available in your Codex workspace at:
.codex/skills/product-strategist/

# Reference the SKILL.md in your Codex instructions
# or copy it into your project:
cp -r .codex/skills/product-strategist your-project/
# The skill is available in your Gemini CLI workspace at:
.gemini/skills/product-strategist/

# Reference the SKILL.md in your Gemini instructions
# or copy it into your project:
cp -r .gemini/skills/product-strategist your-project/
# Add to your .cursorrules or workspace settings:
# Reference: product-team/product-strategist/SKILL.md

# Or copy the skill folder into your project:
git clone https://github.com/borghei/Claude-Skills.git
cp -r Claude-Skills/product-team/product-strategist your-project/
# Clone and copy
git clone https://github.com/borghei/Claude-Skills.git
cp -r Claude-Skills/product-team/product-strategist your-project/

# Or download just this skill
curl -sL https://github.com/borghei/Claude-Skills/archive/main.tar.gz | tar xz --strip=1 Claude-Skills-main/product-team/product-strategist

Run Python Tools

python product-team/product-strategist/scripts/tool_name.py --help

Quick Start

### Generate OKRs for Your Team
# 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
---

Related Skills in Product

View on GitHub