Product Strategist

Product Strategist is a strategic product leadership toolkit for Head of Product roles. It generates cascaded OKRs from company to team level, provides alignment scoring, and supports five strategy types (growth, retention, revenue, innovation, operational). The skill produces OKR dashboards or JSON exports for integration with planning tools.

✨ What it does

  • Generates OKR cascades for five strategy types: growth, retention, revenue, innovation, operational
  • Calculates alignment scores: vertical, horizontal, coverage, balance, and overall
  • Supports custom team configuration via --teams flag
  • Allows setting product contribution percentage via --contribution flag
  • Exports results as JSON for integration with tools like Lattice, Ally, Workboard
  • Provides reference documents for OKR framework and strategy types

🎯 When to use it

  • Creating quarterly OKR documents aligned from company to team level
  • Defining product goals and KPIs for a specific strategy (growth, retention, etc.)
  • Building product roadmaps and aligning strategy across engineering and design
  • Running competitive analysis and drafting team structure or hiring plans
  • Generating cascaded goal hierarchies from company to team level

🚀 How to use

Trigger by running the OKR cascade generator script with a strategy type (growth, retention, revenue, innovation, operational). Provide optional inputs: team names via --teams, contribution percentage via --contribution, and metrics via --metrics. Use --json for JSON output. Example prompts:

python scripts/okr_cascade_generator.py growth
python scripts/okr_cascade_generator.py retention --teams "Engineering,Design,Data" --contribution 0.4

📄 Output: Generates an OKR cascade dashboard or JSON file with company, product, and team OKRs along with alignment scores.

📦 Add this skill to Claude Code

# 1. Get the skills repo
git clone --depth 1 https://github.com/alirezarezvani/claude-skills /tmp/claude-skills

# 2. Copy this skill into your project (or ~/.claude/skills for all projects)
mkdir -p .claude/skills
cp -r /tmp/claude-skills/product-team/skills/product-strategist .claude/skills/product-strategist

Skill source: product-team/skills/product-strategist/SKILL.md

⚠️ Good to know

Requires Python environment and assumes sample metrics if not provided; alignment scores are based on internal logic and may need manual validation.

❓ FAQ

What strategies are supported?

The skill supports five strategies: growth, retention, revenue, innovation, and operational.

How do I customize teams?

Use the --teams flag with a comma-separated list, e.g., --teams "Engineering,Design,Data".

What is the default product contribution?

The default contribution is 0.3 (30%), adjustable with the --contribution flag.

🤖 Overview, features, install steps and FAQ were generated from the project's SKILL.md on Sep 4, 2026. Always check the original source before running commands.