Agent skill · Business & Finance

product-strategist

Strategic product leadership toolkit for Head of Product covering OKR cascade generation, quarterly planning, competitive landscape analysis, product vision documents, and team scaling proposals. Use when creating quarterly OKR documents, defining product goals or KPIs, building product roadmaps, running competitive analysis, drafting team structure or hiring plans, aligning product strategy across engineering and design, or generating cascaded goal hierarchies from company to team level.

Infrasity-Labsgithub.com/Infrasity-LabsGitHub ↗
claude-codeships scriptsMIT
Install
npx skills add Infrasity-Labs/dev-gtm-claude-skills --skill product-strategist --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 6
SKILL.md size: 7 KB
Bundled scripts: yes
Path: .claude/skills/product-strategist/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 97
Language: Python

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Product Strategist Strategic toolkit for Head of Product to drive vision, alignment, and organizational excellence. --- ## Core Capabilities | Capability | Description | Tool | |------------|-------------|------| | **OKR Cascade** | Generate aligned OKRs from company to team level | `okr_cascade_generator.py` | | **Alignment Scoring** | Measure vertical and horizontal alignment | Built into generator | | **Strategy Templates** | 5 pre-built strategy types | Growth, Retention, Revenue, Innovation, Operational | | **Team Configuration** | Customize for your org structure | `--teams` flag | --- ## Quick Start ```bash # 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 | Strategy | When to Use | |----------|-------------| | **Growth** |

What's inside
Steps it walks through
  1. Core Capabilities
  2. Quick Start
  3. Workflow: Quarterly Strategic Planning
  4. Step 1: Define Strategic Focus
  5. Step 2: Gather Input Metrics
  6. Step 3: Configure Teams & Run Generator
  7. Step 4: Review Alignment Scores
  8. Step 5: Refine, Validate, and Export
  9. OKR Cascade Generator
  10. Usage
  11. Configuration Options
  12. Output Examples
  13. Reference Documents
  14. Best Practices
Ships with 5 files
  • assets/okr_template.md
  • references/examples/sample_growth_okrs.json
  • references/okr_framework.md
  • references/strategy_types.md
  • scripts/okr_cascade_generator.py
Commands it runs
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
Default teams
Custom org structure with contribution percentage
More from dev-gtm-claude-skills
All skills →
About this skill
What does the product-strategist skill do?

Strategic product leadership toolkit for Head of Product covering OKR cascade generation, quarterly planning, competitive landscape analysis, product vision documents, and team scaling proposals. Use when creating quarterly OKR documents, defining product goals or KPIs, building product roadmaps, running competitive analysis, drafting team structure or hiring plans, aligning product strategy across engineering and design, or generating cascaded goal hierarchies from company to team level.

How do I install it?

Run `npx skills add Infrasity-Labs/dev-gtm-claude-skills --skill product-strategist --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From Infrasity-Labs/dev-gtm-claude-skills, a repository with 97 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going