product-strategist
Strategic product leadership toolkit for Head of Product including OKR cascade generation, market analysis, vision setting, and team scaling. Use for strategic planning, goal alignment, competitive analysis, and organizational design.
What this skill does
# Product Strategist
Strategic toolkit for Head of Product to drive vision, alignment, and organizational excellence.
---
## Table of Contents
- [Quick Start](#quick-start)
- [Core Capabilities](#core-capabilities)
- [Workflow: Strategic Planning Session](#workflow-strategic-planning-session)
- [OKR Cascade Generator](#okr-cascade-generator)
- [Usage](#usage)
- [Configuration Options](#configuration-options)
- [Input/Output Examples](#inputoutput-examples)
- [Reference Documents](#reference-documents)
---
## Quick Start
### Generate OKRs for Your Team
```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
```
---
## 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 |
---
## Workflow: Strategic Planning Session
A step-by-step guide for running a quarterly strategic planning session.
### Step 1: Define Strategic Focus
Choose the primary strategy type based on company priorities:
| Strategy | When to Use |
|----------|-------------|
| **Growth** | Scaling user base, market expansion |
| **Retention** | Reducing churn, improving LTV |
| **Revenue** | Increasing ARPU, new monetization |
| **Innovation** | Market differentiation, new capabilities |
| **Operational** | Improving efficiency, scaling operations |
See `references/strategy_types.md` for detailed guidance on each strategy.
### Step 2: Gather Input Metrics
Collect current state metrics to inform OKR targets:
```bash
# Example metrics JSON
{
"current": 100000, # Current MAU
"target": 150000, # Target MAU
"current_nps": 40, # Current NPS
"target_nps": 60 # Target NPS
}
```
### Step 3: Configure Team Structure
Define the teams that will receive cascaded OKRs:
```bash
# Default teams
python scripts/okr_cascade_generator.py growth
# Custom teams for your organization
python scripts/okr_cascade_generator.py growth --teams "Core,Platform,Mobile,AI"
```
### Step 4: Generate OKR Cascade
Run the generator to create aligned OKRs:
```bash
python scripts/okr_cascade_generator.py growth --contribution 0.3
```
### Step 5: Review Alignment Scores
Check the alignment scores in the output:
| Score | Target | Action |
|-------|--------|--------|
| Vertical Alignment | >90% | Ensure all objectives link to parent |
| Horizontal Alignment | >75% | Check for team coordination |
| Coverage | >80% | Validate all company OKRs are addressed |
| Balance | >80% | Redistribute if one team is overloaded |
| **Overall** | **>80%** | Good alignment; <60% needs restructuring |
### Step 6: Refine and Validate
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)
### Step 7: Export and Track
Export OKRs for your tracking system:
```bash
# JSON for tools like Lattice, Ally, Workboard
python scripts/okr_cascade_generator.py growth --json > q1_okrs.json
```
---
## OKR Cascade Generator
Automatically cascades company OKRs down to product and team levels with alignment tracking.
### Usage
```bash
python scripts/okr_cascade_generator.py [strategy] [options]
```
**Strategies:**
- `growth` - User acquisition and market expansion
- `retention` - Customer value and churn reduction
- `revenue` - Revenue growth and monetization
- `innovation` - Product differentiation and leadership
- `operational` - Efficiency and organizational excellence
### Configuration Options
| Option | Description | Default |
|--------|-------------|---------|
| `--teams`, `-t` | Comma-separated team names | Growth,Platform,Mobile,Data |
| `--contribution`, `-c` | Product contribution to company OKRs (0-1) | 0.3 (30%) |
| `--json`, `-j` | Output as JSON instead of dashboard | False |
| `--metrics`, `-m` | Metrics as JSON string | Sample metrics |
**Examples:**
```bash
# Custom teams
python scripts/okr_cascade_generator.py retention \
--teams "Engineering,Design,Data,Growth"
# Higher product contribution
python scripts/okr_cascade_generator.py revenue --contribution 0.4
# Full customization
python scripts/okr_cascade_generator.py innovation \
--teams "Core,Platform,ML" \
--contribution 0.5 \
--json
```
### Input/Output Examples
#### Example 1: Growth Strategy (Dashboard Output)
**Command:**
```bash
python scripts/okr_cascade_generator.py growth
```
**Output:**
```
============================================================
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 100000 to 150000
โโ CO-1-KR2: Achieve 150000% MoM growth rate
โโ CO-1-KR3: Expand to 150000 new markets
๐ CO-2: Achieve product-market fit in new segments
โโ CO-2-KR1: Reduce CAC by 150000%
โโ CO-2-KR2: Improve activation rate to 150000%
โโ CO-2-KR3: Increase MAU from 100000 to 150000
๐ CO-3: Build sustainable growth engine
โโ CO-3-KR1: Achieve 150000% MoM growth rate
โโ CO-3-KR2: Expand to 150000 new markets
โโ CO-3-KR3: Reduce CAC by 150000%
๐ PRODUCT OKRS
๐ PO-1: Build viral product features and market expansion
โณ Supports: CO-1
โโ PO-1-KR1: Increase product MAU from 100000 to 45000.0
โโ PO-1-KR2: Achieve 45000.0% feature adoption rate
๐ PO-2: Validate product hypotheses in new segments
โณ Supports: CO-2
โโ PO-2-KR1: Reduce product onboarding efficiency by 45000.0%
โโ PO-2-KR2: Improve activation rate to 45000.0%
๐ PO-3: Create product-led growth loops engine
โณ Supports: CO-3
โโ PO-3-KR1: Achieve 45000.0% feature adoption rate
โโ PO-3-KR2: Expand to 45000.0 new markets
๐ฅ TEAM OKRS
Growth Team:
๐ GRO-1: Build viral product features through acquisition and activation
โโ GRO-1-KR1: [Growth] Increase product MAU from 100000 to 11250.0
โโ GRO-1-KR2: [Growth] Achieve 11250.0% feature adoption rate
Platform Team:
๐ PLA-1: Build viral product features through infrastructure and reliability
โโ PLA-1-KR1: [Platform] Increase product MAU from 100000 to 11250.0
โโ PLA-1-KR2: [Platform] Achieve 11250.0% feature adoption rate
๐ ALIGNMENT MATRIX
Company โ Product โ Teams
----------------------------------------
CO-1
โโ PO-1
โโ GRO-1 (Growth)
โโ PLA-1 (Platform)
CO-2
โโ PO-2
CO-3
โโ PO-3
๐ฏ ALIGNMENT SCORES
----------------------------------------
โ Vertical Alignment: 100.0%
! Horizontal Alignment: 75.0%
โ Coverage: 100.0%
โ Balance: 97.5%
โ Overall: 94.0%
โ
Overall alignment is GOOD (โฅ80%)
```
#### Example 2: JSON Output
**Command:**
```bash
python scripts/okr_cascade_generator.py retention --json
```
**Output (truncated):**
```json
{
"quarter": "Q1 2025",
"strategy": "retention",
"company": {
"level": "Company",
"objectives": [
{
"id": "CO-1",
"title": "Create lasting customer value and loyalty",
"owner": "CEO",
"key_results": [
{
"id": "CO-1-KR1",
"title": "Improve retentiRelated in Design
contribute
IncludedLocal-only OSS contribution command center. Auto-refreshes the user's in-flight PR and issue state on invoke so conversations start with full context โ no need to brief Claude on what's in flight. Helps the user find issues to contribute to on GitHub, builds per-repo dossiers of what each upstream expects (CLA, DCO, branch convention, AI policy, draft-first, review bots, issue templates), runs deterministic gates before any external action so AI-assisted contributions don't reach maintainers as slop. State is markdown-only: candidate files at ~/.contribute-system/candidates/, repo dossiers at ~/.contribute-system/research/, append-only event log at ~/.contribute-system/log.jsonl. No database, no cloud calls. Use when the user asks about their PRs / issues / contributions, wants to find new work to take on, claim an issue, build/refresh a repo's dossier, or draft a Design Issue or PR. Trigger with "/contribute", "what's my PR status", "find a contribution", "claim issue X", "draft a Design Issue for Y", "refresh dossier for Z".
architectural-analysis
IncludedUser-triggered deep architectural analysis of a codebase or scoped subtree across eight modes โ information architecture, data flow, integration points, UI surfaces, interaction patterns, data model, control flow, and failure modes. This skill should be used when the user asks to "diagram this codebase," "map the architecture," "show the data flow," "give me an ERD," "trace control flow," "find the integration points," "verify the layout pattern," "audit the UX architecture," or any similar request whose primary deliverable is mermaid diagrams plus cited reports under docs/architecture/. Dispatches haiku/sonnet sub-agents in parallel for per-mode exploration, then verifies every citation mechanically before any node lands in a diagram. Not for one-off prose explanations of code (use code-explanation) or for high-level system design from scratch (use system-design).
mcp
IncludedModel Context Protocol (MCP) server development and tool management. Languages: Python, TypeScript. Capabilities: build MCP servers, integrate external APIs, discover/execute MCP tools, manage multi-server configs, design agent-centric tools. Actions: create, build, integrate, discover, execute, configure MCP servers/tools. Keywords: MCP, Model Context Protocol, MCP server, MCP tool, stdio transport, SSE transport, tool discovery, resource provider, prompt template, external API integration, Gemini CLI MCP, Claude MCP, agent tools, tool execution, server config. Use when: building MCP servers, integrating external APIs as MCP tools, discovering available MCP tools, executing MCP capabilities, configuring multi-server setups, designing tools for AI agents.
react-native-skia
IncludedDesign, build, debug, and optimise high-polish animated graphics in React Native or Expo using @shopify/react-native-skia, Reanimated, and Gesture Handler. Use when the user wants canvas-driven UI, shaders, paths, rich text, image filters, sprite fields, Skottie, video frames, snapshots, web CanvasKit setup, or performance tuning for custom motion-heavy elements such as loaders, hero art, cards, charts, progress indicators, particle systems, or gesture-driven surfaces. Also use when the user asks for fluid, glow, glass, blob, parallax, 60fps/120fps, or GPU-friendly animated effects in React Native, even if they do not explicitly say "Skia". Do not use for ordinary form/layout work with standard views.
plaid
IncludedProduct Led AI Development โ guides founders from idea to launched product. Six capabilities: Idea (discover a product idea), Validate (pressure-test the idea against fatal flaws, problem reality, competition, and 2-week MVP feasibility), Plan (vision intake + document generation), Design (translate image references into a design.md spec), Launch (go-to-market strategy), and Build (roadmap execution). Use when someone says "PLAID", "plaid idea", "help me find an idea", "product idea", "idea from my business", "idea from my expertise", "plaid validate", "validate my idea", "pressure-test", "is this idea good", "find fatal flaws", "validate the problem", "plan a product", "define my vision", "generate a PRD", "product strategy", "plaid design", "design from image", "translate image to design", "create design.md", "extract design tokens", "plaid launch", "go-to-market", "launch plan", "GTM strategy", "launch playbook", "plaid build", "build the app", "start building", or "execute the roadmap".
nextjs-framer-motion-animations
IncludedAdds production-safe Motion for React or Framer Motion animations to Next.js apps, including reveal, hover and tap micro-interactions, whileInView, stagger, AnimatePresence, layout and layoutId transitions, reorder, scroll-linked UI, and lightweight route-content transitions. Use when the user asks to add, refactor, or debug Motion or Framer Motion in App Router or Pages Router codebases, especially around server/client boundaries, reduced motion, LazyMotion, bundle size, hydration, or route transitions. Avoid for GSAP-style timelines, WebGL or 3D scenes, heavy scroll storytelling, or CSS-only effects unless Motion is explicitly requested.