Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
alirezarezvani avatar

Product Strategist

  • 822 installs
  • 23.5k repo stars
  • Updated July 17, 2026
  • alirezarezvani/claude-skills

product-strategist is a planning skill that turns high-level product vision into structured quarterly OKRs, measurable key results, and linked initiatives for developers and PMs using AI agents.

About

product-strategist is an alirezarezvani/claude-skills module built around an OKR Planning Template with quarterly fields, team ownership, and weekly or monthly tracking cadence. The skill helps agents decompose company objectives into product objectives, key results with baseline and target columns, and status-tracked initiative rows. Developers and product leads use it when they need agent-executable planning artifacts instead of loose vision statements. The template supports Planning, Active, and Complete statuses so OKRs can feed ongoing agent task prioritization across a quarter.

  • Ready-to-use OKR Planning Template with company objectives, product objectives, key results, and initiatives
  • Includes baseline, target, current progress, and status tracking for every KR
  • Maps initiatives directly to key results with owner, status, and effort (T-shirt sizing)
  • Quarterly planning structure with weekly check-in and monthly review cadence
  • Produces an executable spec that feeds directly into implementation agents

Product Strategist by the numbers

  • 822 all-time installs (skills.sh)
  • +4 installs in the week ending Jul 29, 2026 (Skillselion tracking)
  • Ranked #569 of 3,282 Productivity & Planning skills by installs in the Skillselion catalog
  • Security screen: MEDIUM risk (skills.sh audit)
  • Data as of Jul 31, 2026 (Skillselion catalog sync)
npx skills add https://github.com/alirezarezvani/claude-skills --skill product-strategist

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
Installs822
repo stars23.5k
Security audit3 / 3 scanners passed
Last updatedJuly 17, 2026
Repositoryalirezarezvani/claude-skills

How do you turn product vision into quarterly OKRs?

Turn high-level product vision into structured quarterly OKRs, measurable key results, and linked initiatives that an agent can execute against.

Who is it for?

Product-minded developers and PMs who want structured OKRs that AI agents can track and execute against each quarter.

Skip if: Technical architecture decisions or sprint-level ticket breakdown where engineering planning skills are the better fit.

When should I use this skill?

The user needs quarterly OKRs, measurable key results, or initiative plans derived from product vision.

What you get

OKR planning document with objectives, key results, baselines, targets, and linked initiatives

  • Quarterly OKR document
  • Key results with baselines and targets
  • Linked initiative list

Files

SKILL.mdMarkdownGitHub ↗

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

Related skills

FAQ

What does the product-strategist OKR template include?

product-strategist provides an OKR Planning Template with quarter, team, owner, status, company objective, product objectives, key results with baseline and target columns, and tracking cadence fields.

Can agents execute against product-strategist output?

product-strategist is designed to produce structured OKRs and linked initiatives with measurable key results so AI agents can prioritize and execute tasks aligned to quarterly goals.

Is Product Strategist safe to install?

skills.sh reports 3 of 3 security scanners passed. Review the Security Audits panel on this page before installing in production.

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.