pm-skills-marketplace
```markdown
What this skill does
```markdown --- name: pm-skills-marketplace description: AI coding agent skill for using the PM Skills Marketplace — 65+ agentic PM skills and 36 chained workflows across 8 plugins for Claude Code, Cowork, and other AI assistants. triggers: - "install pm skills marketplace" - "set up product management skills for claude" - "use pm skills plugin" - "run /discover command for product discovery" - "write a PRD using pm skills" - "install phuryn/pm-skills" - "add pm skills to my project" - "use product management workflows in claude code" --- # PM Skills Marketplace > Skill by [ara.so](https://ara.so) — Daily 2026 Skills collection. PM Skills Marketplace (`phuryn/pm-skills`) is an open-source collection of 65 PM skills and 36 chained workflows across 8 plugins, designed to give AI coding agents and product managers structured, framework-driven workflows for every PM domain — from discovery and strategy to execution, launch, and growth. Skills encode proven PM frameworks (Teresa Torres, Marty Cagan, Alberto Savoia) and chain together into commands like `/discover`, `/strategy`, `/write-prd`, and `/plan-launch`. --- ## Installation ### Claude Code (CLI) — Recommended for Developers ```bash # Add the marketplace registry claude plugin marketplace add phuryn/pm-skills # Install all 8 plugins individually claude plugin install pm-toolkit@pm-skills claude plugin install pm-product-strategy@pm-skills claude plugin install pm-product-discovery@pm-skills claude plugin install pm-market-research@pm-skills claude plugin install pm-data-analytics@pm-skills claude plugin install pm-marketing-growth@pm-skills claude plugin install pm-go-to-market@pm-skills claude plugin install pm-execution@pm-skills ``` ### Claude Cowork (GUI — recommended for non-developers) 1. Open **Customize** (bottom-left corner) 2. Go to **Browse plugins → Personal → +** 3. Select **Add marketplace from GitHub** 4. Enter: `phuryn/pm-skills` All 8 plugins install automatically. ### Other AI Assistants (skills only — no slash commands) Skills live in `skills/*/SKILL.md` and follow a universal format readable by any tool. ```bash # Copy all skills for OpenCode (project-level) for plugin in pm-*/; do mkdir -p .opencode/skills/ cp -r "$plugin/skills/"* .opencode/skills/ 2>/dev/null done # Copy all skills for Gemini CLI (global) for plugin in pm-*/; do cp -r "$plugin/skills/"* ~/.gemini/skills/ 2>/dev/null done # Copy all skills for Cursor (project-level) for plugin in pm-*/; do mkdir -p .cursor/skills/ cp -r "$plugin/skills/"* .cursor/skills/ 2>/dev/null done # Copy all skills for Codex CLI (project-level) for plugin in pm-*/; do mkdir -p .codex/skills/ cp -r "$plugin/skills/"* .codex/skills/ 2>/dev/null done ``` --- ## Plugin Overview | Plugin | Domain | Skills | Commands | |--------|--------|--------|----------| | `pm-product-discovery` | Ideation, assumptions, experiments, OSTs, interviews | 13 | 5 | | `pm-product-strategy` | Vision, business models, pricing, competitive landscape | 12 | 5 | | `pm-execution` | PRDs, OKRs, roadmaps, sprints, retros, release notes | 15 | 10 | | `pm-go-to-market` | Launch planning, positioning, GTM strategy | — | — | | `pm-market-research` | Market sizing, competitive analysis, customer research | — | — | | `pm-data-analytics` | Metrics, dashboards, analytics frameworks | — | — | | `pm-marketing-growth` | Growth loops, acquisition, retention | — | — | | `pm-toolkit` | Core PM utilities and shared foundations | — | — | --- ## Key Commands and Usage ### Product Discovery ``` # Full discovery cycle: ideation → assumption mapping → prioritization → experiments /discover AI-powered meeting summarizer for remote teams # Brainstorm ideas or experiments for existing or new products /brainstorm ideas existing — We need to reduce churn in our onboarding flow /brainstorm experiments new — Marketplace for freelance designers # Triage and prioritize a batch of feature requests /triage-requests [attach CSV of requests] # Prepare an interview script or summarize a transcript /interview prep — We're interviewing enterprise buyers about procurement workflow /interview summarize — [paste transcript] # Design a product metrics dashboard /setup-metrics ``` ### Product Strategy ``` # Create a complete 9-section Product Strategy Canvas /strategy B2B project management tool for agencies # Explore business models /business-model startup — AI writing tool for non-native English speakers /business-model lean — Marketplace for freelance designers /business-model full — Enterprise SaaS for HR teams /business-model all — Compare all models side by side # Design a value proposition using 6-part JTBD template /value-proposition SaaS onboarding tool for enterprise customers # Macro environment scan: SWOT + PESTLE + Porter's Five Forces + Ansoff /market-scan Project management SaaS market # Design a pricing strategy with competitive analysis /pricing AI writing assistant — B2C, targeting students and professionals ``` ### Execution ``` # Create a PRD from a feature idea or problem statement /write-prd Dark mode for our mobile app # Brainstorm team-level OKRs /plan-okrs Q3 — Growth team, goal: improve activation # Convert a feature-based roadmap into outcome-focused /transform-roadmap [paste feature list] # Sprint lifecycle /sprint plan — 2-week sprint, 4 engineers, 1 designer /sprint retro — [paste sprint summary] /sprint release — [paste merged tickets] # Pre-mortem risk analysis /pre-mortem [paste PRD or launch plan] # Summarize a meeting transcript /meeting-notes [paste transcript] # Map stakeholders and create a communication plan /stakeholder-map Major platform redesign — 6 stakeholders involved # Write user stories /write-stories User authentication feature ``` --- ## Directly Invoking Skills Skills load automatically when contextually relevant. To force-load a specific skill: ``` # Using plugin prefix /pm-product-discovery:opportunity-solution-tree # Without prefix (Claude infers plugin) /opportunity-solution-tree # Direct skill invocation examples /prioritization-frameworks # Reference guide to 9 frameworks (ICE, RICE, Kano, MoSCoW, etc.) /opportunity-solution-tree # Build an OST: outcome → opportunities → solutions → experiments /lean-canvas # Lean Canvas for a new product idea /pre-mortem # Risk analysis using Tigers/Paper Tigers/Elephants /stakeholder-map # Power × Interest grid with communication plan ``` --- ## Skill Chaining: How Commands Work Commands chain multiple skills into end-to-end workflows. Example — `/discover` chains: ``` /discover └── brainstorm-ideas (multi-perspective ideation) └── identify-assumptions (Value, Usability, Viability, Feasibility risks) └── prioritize-assumptions (Impact × Risk matrix) └── brainstorm-experiments (lean startup pretotypes) ``` After each command completes, it suggests the next relevant command — follow the prompts to move through the full PM workflow naturally. --- ## Practical Workflow Examples ### New Product Idea — End-to-End ``` # 1. Start with discovery /discover AI-powered expense tracking for freelancers # 2. Build out strategy /strategy AI-powered expense tracking for freelancers # 3. Explore business models /business-model startup — AI expense tracking, B2C freemium # 4. Define value proposition /value-proposition AI expense tracker for freelancers who hate admin # 5. Scan the market /market-scan Expense management SaaS for SMBs # 6. Write the PRD /write-prd Automated receipt scanning and categorization feature # 7. Plan the launch /plan-launch [attach PRD] ``` ### Feature Development — Execution Flow ``` # 1. Write the PRD /write-prd User-facing API key management for developer accounts # 2. Run a pre-mortem /pre-mortem [paste PRD] # 3. Break into user stories /write-stories API key management feature # 4. Plan the sprint /sp
Related in Writing & Docs
jax-development
IncludedUse this skill when the user is writing, debugging, profiling, refactoring, reviewing, benchmarking, parallelising, exporting, or explaining JAX code, or when they mention JAX, jax.numpy, jit, grad, value_and_grad, vmap, scan, lax, random keys, pytrees, jax.Array, sharding, Mesh, PartitionSpec, NamedSharding, pmap, shard_map, Pallas, XLA, StableHLO, checkify, profiler, or the JAX repo. It helps turn NumPy or PyTorch-style code into pure functional JAX, fix tracer/control-flow/shape/PRNG bugs, remove recompiles and host-device syncs, choose transforms and sharding strategies, inspect jaxpr/lowering/IR, and benchmark compiled code correctly.
nature-article-writer
IncludedDrafts, rewrites, diagnostically critiques, and style-calibrates primary research manuscripts for Nature and Nature Portfolio journals. Use when the user wants a Nature-style title, summary paragraph or abstract, introduction, results, discussion, methods, figure legends, presubmission enquiry, cover letter, reviewer response, or when a scientific draft sounds generic, jargon-heavy, structurally weak, or AI-ish and needs precise, broad-reader-friendly prose without inventing data, analyses, or references. Best for primary research articles and letters rather than reviews or press releases unless explicitly adapting one.
deckrd
IncludedDocument-driven framework that derives requirements, specifications, implementation plans, and executable tasks from goals through structured AI dialogue. Use when user says "write requirements", "create spec", "plan implementation", "derive tasks", "structure this feature", "break down into tasks", or "document this module". Also use for reverse engineering existing code into docs (/deckrd rev). Do NOT use for direct code writing — use /deckrd-coder after tasks are generated. Do NOT use when the user only wants to run or fix existing code without planning.
clinical-decision-support
IncludedGenerate professional clinical decision support (CDS) documents for pharmaceutical and clinical research settings, including patient cohort analyses (biomarker-stratified with outcomes) and treatment recommendation reports (evidence-based guidelines with decision algorithms). Supports GRADE evidence grading, statistical analysis (hazard ratios, survival curves, waterfall plots), biomarker integration, and regulatory compliance. Outputs publication-ready LaTeX/PDF format optimized for drug development, clinical research, and evidence synthesis.
handling-sf-data
IncludedSalesforce data operations with 130-point scoring. Use this skill to create, update, delete, bulk import/export, generate test data, and clean up org records using sf CLI and anonymous Apex. TRIGGER when: user creates test data, performs bulk import/export, uses sf data CLI commands, needs data factory patterns for Apex tests, or needs to seed/clean records in a Salesforce org. DO NOT TRIGGER when: SOQL query writing only (use querying-soql), Apex test execution (use running-apex-tests), or metadata deployment (use deploying-metadata).
accelint-ac-to-playwright
IncludedConvert and validate acceptance criteria for Playwright test automation. Use when user asks to (1) review/evaluate/check if AC are ready for automation, (2) assess if AC can be converted as-is, (3) validate AC quality for Playwright, (4) turn AC into tests, (5) generate tests from acceptance criteria, (6) convert .md bullets or .feature Gherkin files to Playwright specs, (7) create test automation from requirements. Handles both bullet-style markdown and Gherkin syntax with JSON test plan generation and validation.