plugins marketplace
← All plugins

product-strategy

v1.5.1

Product strategy and innovation frameworks including Jobs to Be Done (Clayton Christensen) for customer discovery and product design, tactical negotiation skills (Chris Voss), willingness-to-pay pricing (Monetizing Innovation), and startup metrics (Lean Analytics)

CodexAgent Plugins5 skills

MIT1.9kupdated 4 hours ago

Source

git clone https://github.com/wondelai/skills

Clone the source, then follow the repository's marketplace instructions for your runtime. The plugin root is plugins/product-strategy/ inside the repository.

Layout

plugins/product-strategy/
├── .codex-plugin/plugin.json
├── plugin.json
├── skills/jobs-to-be-done/SKILL.md
├── skills/lean-analytics/SKILL.md
├── skills/mom-test/SKILL.md
├── skills/monetizing-innovation/SKILL.md
└── skills/negotiation/SKILL.md

Skills5

jobs-to-be-doneskills/jobs-to-be-done/SKILL.md

Discover what customers truly need by analyzing the "job" they hire your product to do. Use when the user mentions "customer discovery", "why customers churn", "what job does this solve", "competing against luck", "product-market fit", "switching behavior", "milkshake moment", or "functional vs emotional jobs". Also trigger when investigating why users choose competitors, designing features around real customer needs, or reframing a value proposition. Covers JTBD interviews, competition analysis, and jobs-oriented roadmaps. For product positioning, see obviously-awesome. For rapid validation, see design-sprint. For non-leading interview technique, see mom-test.

lean-analyticsskills/lean-analytics/SKILL.md

Choose and audit startup metrics using Croll and Yoskovitz's "Lean Analytics". Use when the user mentions "what metrics should we track", "KPIs", "north star metric", "One Metric That Matters (OMTM)", "vanity metrics", "analytics dashboard", "DAU/MAU", "churn benchmark", or "measure product-market fit". Also trigger when choosing metrics for a startup or feature, auditing a dashboard for vanity metrics, setting metric targets and baselines, or instrumenting a product by business model and stage. Covers good-vs-vanity metrics, the One Metric That Matters, metrics by business model, the five startup stages, and benchmarks. For the build-measure-learn loop, see lean-startup. For fixing activation and retention, see improve-retention.

mom-testskills/mom-test/SKILL.md

Talk to customers without leading them using Mom Test rules: discuss their life not your idea, ask about specifics in the past, and talk less. Use when the user mentions "customer interviews", "validate my idea", "users say they want it but dont buy", "leading questions", "The Mom Test", "customer feedback bias", or "interview script". Also trigger when preparing user-research questions, interpreting ambiguous feedback, or designing customer-discovery that avoids false positives. Covers commitment and advancement, avoiding compliments, and extracting signal from noise. For product-market fit, see jobs-to-be-done. For rapid prototype testing, see design-sprint.

monetizing-innovationskills/monetizing-innovation/SKILL.md

Design products and pricing around validated willingness to pay, from Ramanujam & Tacke's "Monetizing Innovation". Use when the user mentions "pricing", "how much should we charge", "willingness to pay", "pricing page", "packaging", "freemium vs free trial", "are we leaving money on the table", "nobody buys at this price", "price increase", or "good-better-best". Also trigger when designing or auditing pricing and packaging, validating willingness to pay before building, segmenting customers by value, or choosing between subscription, usage-based, and freemium models. Covers price-before-product, willingness-to-pay talks, the four failures (feature shock, minivation, hidden gem, undead), leader/filler/killer packaging, and behavioral pricing. For offers and guarantees, see hundred-million-offers. For what customers value, see jobs-to-be-done.

negotiationskills/negotiation/SKILL.md

Prepare and execute negotiations using tactical empathy, calibrated questions, and the Ackerman method. Use when the user mentions "salary negotiation", "contract terms", "handling objections", "mirroring and labeling", "difficult conversation", "deal terms", "BATNA", "anchoring", "how do I ask for a raise", "get a better deal", or "they wont budge on price". Also trigger when preparing for a vendor negotiation, resolving a pricing dispute, or navigating a high-stakes conversation where both sides need to feel heard. Covers accusation audits, Black Swan discovery, and the "Thats Right" technique. For persuasion in product and marketing, see influence-psychology.

Manifests2

plugins/product-strategy/.codex-plugin/plugin.json
{
  "name": "product-strategy",
  "version": "1.5.1",
  "description": "Product strategy and innovation frameworks including Jobs to Be Done (Clayton Christensen) for customer discovery and product design, tactical negotiation skills (Chris Voss), willingness-to-pay pricing (Monetizing Innovation), and startup metrics (Lean Analytics)",
  "license": "MIT",
  "keywords": [
    "product-strategy",
    "jobs-to-be-done",
    "negotiation",
    "customer-discovery",
    "innovation",
    "pricing",
    "willingness-to-pay",
    "metrics",
    "analytics",
    "omtm",
    "customer-interviews",
    "salary-negotiation",
    "what-to-charge",
    "north-star-metric",
    "product-market-fit"
  ],
  "repository": "https://github.com/wondelai/skills",
  "homepage": "https://github.com/wondelai/skills",
  "skills": "./skills/"
}
plugins/product-strategy/plugin.json
{
  "$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
  "name": "product-strategy",
  "version": "1.5.1",
  "description": "Product strategy and innovation frameworks including Jobs to Be Done (Clayton Christensen) for customer discovery and product design, tactical negotiation skills (Chris Voss), willingness-to-pay pricing (Monetizing Innovation), and startup metrics (Lean Analytics)",
  "author": {
    "name": "Wondel.ai",
    "url": "https://wondel.ai"
  },
  "homepage": "https://github.com/wondelai/skills",
  "repository": "https://github.com/wondelai/skills",
  "license": "MIT",
  "keywords": [
    "product-strategy",
    "jobs-to-be-done",
    "negotiation",
    "customer-discovery",
    "innovation",
    "pricing",
    "willingness-to-pay",
    "metrics",
    "analytics",
    "omtm",
    "customer-interviews",
    "salary-negotiation",
    "what-to-charge",
    "north-star-metric",
    "product-market-fit"
  ]
}