# Send Product Strategist to your agent
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
## Fast path
- Download the package from Yavira.
- Extract it into a folder your agent can access.
- Paste one of the prompts below and point your agent at the extracted folder.
## Suggested prompts
### New install

```text
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.
```
### Upgrade existing

```text
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.
```
## Machine-readable fields
```json
{
  "schemaVersion": "1.0",
  "item": {
    "slug": "product-strategist",
    "name": "Product Strategist",
    "source": "tencent",
    "type": "skill",
    "category": "其他",
    "sourceUrl": "https://clawhub.ai/alirezarezvani/product-strategist",
    "canonicalUrl": "https://clawhub.ai/alirezarezvani/product-strategist",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/product-strategist",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=product-strategist",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "SKILL.md",
      "references/examples/sample_growth_okrs.json",
      "references/okr_framework.md",
      "references/strategy_types.md",
      "scripts/okr_cascade_generator.py"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-23T16:43:11.935Z",
      "expiresAt": "2026-04-30T16:43:11.935Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=4claw-imageboard",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=4claw-imageboard",
        "contentDisposition": "attachment; filename=\"4claw-imageboard-1.0.1.zip\"",
        "redirectLocation": null,
        "bodySnippet": null
      },
      "scope": "source",
      "summary": "Source download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this source.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/product-strategist"
    },
    "validation": {
      "installChecklist": [
        "Use the Yavira download entry.",
        "Review SKILL.md after the package is downloaded.",
        "Confirm the extracted package contains the expected setup assets."
      ],
      "postInstallChecks": [
        "Confirm the extracted package includes the expected docs or setup files.",
        "Validate the skill or prompts are available in your target agent workspace.",
        "Capture any manual follow-up steps the agent could not complete."
      ]
    }
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/product-strategist",
    "downloadUrl": "https://openagent3.xyz/downloads/product-strategist",
    "agentUrl": "https://openagent3.xyz/skills/product-strategist/agent",
    "manifestUrl": "https://openagent3.xyz/skills/product-strategist/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/product-strategist/agent.md"
  }
}
```
## Documentation

### Product Strategist

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

### Core Capabilities

CapabilityDescriptionToolOKR CascadeGenerate aligned OKRs from company to team levelokr_cascade_generator.pyAlignment ScoringMeasure vertical and horizontal alignmentBuilt into generatorStrategy Templates5 pre-built strategy typesGrowth, Retention, Revenue, Innovation, OperationalTeam 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

### Step 1: Define Strategic Focus

StrategyWhen to UseGrowthScaling user base, market expansionRetentionReducing churn, improving LTVRevenueIncreasing ARPU, new monetizationInnovationMarket differentiation, new capabilitiesOperationalImproving 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 BelowVertical Alignment>90%Ensure all objectives link to parentHorizontal Alignment>75%Check for team coordination gapsCoverage>80%Validate all company OKRs are addressedBalance>80%Redistribute if one team is overloadedOverall>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

### 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

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

### 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
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: alirezarezvani
- Version: 2.1.1
## Source health
- Status: healthy
- Source download looks usable.
- Yavira can redirect you to the upstream package for this source.
- Health scope: source
- Reason: direct_download_ok
- Checked at: 2026-04-23T16:43:11.935Z
- Expires at: 2026-04-30T16:43:11.935Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/product-strategist)
- [Send to Agent page](https://openagent3.xyz/skills/product-strategist/agent)
- [JSON manifest](https://openagent3.xyz/skills/product-strategist/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/product-strategist/agent.md)
- [Download page](https://openagent3.xyz/downloads/product-strategist)