New to Claude Skills? Learn how to install them โ†’

alirezarezvani on GitHub

Product Strategist

Free

Streamline your product strategy and OKR alignment.

Get this skill

Free ยท Opens the source repo

What Product Strategist does

The Product Strategist skill is designed for Heads of Product seeking to enhance their strategic planning and alignment processes. This toolkit facilitates the generation of Objectives and Key Results (OKRs) that cascade from company-wide goals down to team-specific objectives, ensuring that all levels of the organization are aligned. By utilizing the OKR cascade generator, users can create structured goal hierarchies that reflect their strategic focus, whether it be growth, retention, revenue, innovation, or operational efficiency.

The skill includes several core capabilities, such as alignment scoring to measure both vertical and horizontal alignment across teams, and pre-built strategy templates that guide users in selecting the appropriate focus for their quarterly planning. Users can customize the OKR generation process by specifying team configurations and product contribution percentages, enabling a tailored approach that fits their organizational structure and goals. The output can be exported in JSON format for integration with other tools, making it easy to share and implement the generated OKRs.

This skill is particularly useful during quarterly planning sessions, where defining strategic focuses and aligning teams is critical. It provides a clear framework for setting measurable objectives and key results, ensuring that all team members understand their contributions towards overarching company goals. Additionally, the included reference documents offer comprehensive guidance on OKR methodology and strategy types, making it easier for users to adopt best practices in their planning processes.

Overall, the Product Strategist skill is an essential resource for product leaders looking to drive vision, alignment, and organizational excellence through structured strategic planning and effective goal management.

When to use it

Use this skill during quarterly planning sessions or when defining product goals and KPIs to ensure alignment across teams.

When not to use it

This skill may not be suitable for teams without a structured approach to OKRs or for organizations not using OKRs as part of their strategy.

What you can build with it

Quarterly Planning Session

Utilize the skill to generate and align OKRs for the upcoming quarter, ensuring all teams are focused on shared objectives.

Defining Product Goals

Use the OKR cascade generator to establish clear product goals and KPIs that align with company strategy.

Team Alignment Review

Employ the alignment scoring feature to assess and improve coordination between different teams working towards common goals.

How to install Product Strategist

View source

1. Install with the skills CLI

npx skills add alirezarezvani/claude-skills/product-strategist --agent claude-code

2. Or install it manually

Download the skill folder and drop it into ~/.claude/skills/ for all projects, or .claude/skills/ to scope it to one repo. Restart Claude Code so it picks up the new skill.

Anthropic's agentic coding CLI, and the reference implementation of Agent Skills. Drop a skill folder into ~/.claude/skills and Claude Code loads it automatically whenever a task matches the skill's description. Claude Code docs

Inside SKILL.md

Written by alirezarezvani

Product Strategist

Strategic toolkit for Head of Product to drive vision, alignment, and organizational excellence.


Core Capabilities

CapabilityDescriptionTool
OKR CascadeGenerate aligned OKRs from company to team levelokr_cascade_generator.py
Alignment ScoringMeasure vertical and horizontal alignmentBuilt into generator
Strategy Templates5 pre-built strategy typesGrowth, Retention, Revenue, Innovation, Operational
Team ConfigurationCustomize for your org structure--teams flag

Quick Start

# 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

Workflow: Quarterly Strategic Planning

Step 1: Define Strategic Focus

StrategyWhen to Use
GrowthScaling user base, market expansion
RetentionReducing churn, improving LTV
RevenueIncreasing ARPU, new monetization
InnovationMarket differentiation, new capabilities
OperationalImproving efficiency, scaling operations

See references/strategy_types.md for detailed guidance.

Step 2: Gather Input Metrics

{
  "current": 100000,      // Current MAU
  "target": 150000,       // Target MAU
  "current_nps": 40,      // Current NPS
  "target_nps": 60        // Target NPS
}

Step 3: Configure Teams & Run Generator

# Default teams
python scripts/okr_cascade_generator.py growth

# Custom org structure with contribution percentage
python scripts/okr_cascade_generator.py growth \
  --teams "Core,Platform,Mobile,AI" \
  --contribution 0.3

Step 4: Review Alignment Scores

ScoreTargetAction if Below
Vertical Alignment>90%Ensure all objectives link to parent
Horizontal Alignment>75%Check for team coordination gaps
Coverage>80%Validate all company OKRs are addressed
Balance>80%Redistribute if one team is overloaded
Overall>80%<60% needs restructuring

Step 5: Refine, Validate, and Export

Before finalizing:

  • Review generated objectives with stakeholders
  • Adjust team assignments based on capacity
  • Validate contribution percentages are realistic
  • Ensure no conflicting objectives across teams
  • Set up tracking cadence (bi-weekly check-ins)
# Export JSON for tools like Lattice, Ally, Workboard
python scripts/okr_cascade_generator.py growth --json > q1_okrs.json

OKR Cascade Generator

Usage

python scripts/okr_cascade_generator.py [strategy] [options]

Strategies: growth | retention | revenue | innovation | operational

Configuration Options

OptionDescriptionDefault
--teams, -tComma-separated team namesGrowth,Platform,Mobile,Data
--contribution, -cProduct contribution to company OKRs (0-1)0.3 (30%)
--json, -jOutput as JSON instead of dashboardFalse
--metrics, -mMetrics as JSON stringSample metrics

Output Examples

Dashboard Output (growth strategy)

============================================================
OKR CASCADE DASHBOARD
Quarter: Q1 2025  |  Strategy: GROWTH
Teams: Growth, Platform, Mobile, Data  |  Product Contribution: 30%
============================================================

๐Ÿข COMPANY OKRS
๐Ÿ“Œ CO-1: Accelerate user acquisition and market expansion
   โ””โ”€ CO-1-KR1: Increase MAU from 100,000 to 150,000
   โ””โ”€ CO-1-KR2: Achieve 50% MoM growth rate
   โ””โ”€ CO-1-KR3: Expand to 3 new markets

๐Ÿ“Œ CO-2: Achieve product-market fit in new segments
๐Ÿ“Œ CO-3: Build sustainable growth engine

๐Ÿš€ PRODUCT OKRS
๐Ÿ“Œ PO-1: Build viral product features and market expansion
   โ†ณ Supports: CO-1
   โ””โ”€ PO-1-KR1: Increase product MAU to 45,000
   โ””โ”€ PO-1-KR2: Achieve 45% feature adoption rate

๐Ÿ‘ฅ TEAM OKRS
Growth Team:
  ๐Ÿ“Œ GRO-1: Build viral product features through acquisition and activation
     โ””โ”€ GRO-1-KR1: Increase product MAU to 11,250
     โ””โ”€ GRO-1-KR2: Achieve 11.25% feature adoption rate

๐ŸŽฏ ALIGNMENT SCORES
โœ“ Vertical Alignment: 100.0%
! Horizontal Alignment: 75.0%
โœ“ Coverage: 100.0%  |  โœ“ Balance: 97.5%  |  โœ“ Overall: 94.0%
โœ… Overall alignment is GOOD (โ‰ฅ80%)

JSON Output (retention --json, truncated)

{
  "quarter": "Q1 2025",
  "strategy": "retention",
  "company": {
    "objectives": [
      {
        "id": "CO-1",
        "title": "Create lasting customer value and loyalty",
        "key_results": [
          { "id": "CO-1-KR1", "title": "Improve retention from 70% to 85%", "current": 70, "target": 85 }
        ]
      }
    ]
  },
  "product": { "contribution": 0.3, "objectives": ["..."] },
  "teams": ["..."],
  "alignment_scores": {
    "vertical_alignment": 100.0, "horizontal_alignment": 75.0,
    "coverage": 100.0, "balance": 97.5, "overall": 94.0
  }
}

See references/examples/sample_growth_okrs.json for a complete example.


Reference Documents

DocumentDescription
references/okr_framework.mdOKR methodology, writing guidelines, alignment scoring
references/strategy_types.mdDetailed breakdown of all 5 strategy types with examples
references/examples/sample_growth_okrs.jsonComplete sample output for growth strategy

Best Practices

OKR Cascade

  • Limit to 3-5 objectives per level, each with 3-5 key results
  • Key results must be measurable with current and target values
  • Validate parent-child relationships before finalizing

Alignment Scoring

  • Target >80% overall alignment; investigate any score below 60%
  • Balance scores ensure no team is overloaded
  • Horizontal alignment prevents conflicting goals across teams

Team Configuration

  • Configure teams to match your actual org structure
  • Adjust contribution percentages based on team size
  • Platform/Infrastructure teams often support all objectives
  • Specialized teams (ML, Data) may only support relevant objectives

Related Skills

  • Senior PM (project-management/senior-pm/) โ€” Portfolio management and risk analysis inform strategic planning
  • Competitive Teardown (product-team/competitive-teardown/) โ€” Competitive intelligence feeds product strategy

Frequently asked questions about Product Strategist

Similar skills