PM Skills Marketplace FAQ

Everything you need to know about the AI operating system for better product decisions

Frequently Asked Questions

Getting Started
+
What is PM Skills Marketplace?
PM Skills Marketplace is an AI operating system for product managers containing 68 skills and 42 chained workflows across 9 plugins. It provides structured frameworks from discovery to strategy, execution, launch, growth, and shipping AI-built code.
How do I get started?
Start with our core commands:
  • /discover - Full discovery cycle for new ideas
  • /strategy - Create product strategy
  • /write-prd - Write product requirements
  • /plan-launch - Plan go-to-market strategy
  • /north-star - Define metrics
What AI assistants are supported?
Primarily designed for Claude Code and Cowork. Skills work with other AI assistants like Gemini CLI, OpenCode, Cursor, and Kiro. Commands are Claude-specific.
Installation
+
How do I install in Claude Cowork?
  1. Open Customize (bottom-left)
  2. Go to Browse pluginsPersonal+
  3. Select Add marketplace from GitHub
  4. Enter: phuryn/pm-skills
All 9 plugins install automatically.
How do I install in Claude Code?

# Step 1: Add the marketplace
claude plugin marketplace add phuryn/pm-skills


# Step 2: Install plugins
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 plugin install pm-ai-shipping@pm-skills

How do I install in Codex CLI?

# Step 1: Add the marketplace
codex plugin marketplace add phuryn/pm-skills


# Step 2: Install plugins
codex plugin add pm-toolkit@pm-skills
codex plugin add pm-product-strategy@pm-skills
codex plugin add pm-product-discovery@pm-skills
codex plugin add pm-market-research@pm-skills
codex plugin add pm-data-analytics@pm-skills
codex plugin add pm-marketing-growth@pm-skills
codex plugin add pm-go-to-market@pm-skills
codex plugin add pm-execution@pm-skills
codex plugin add pm-ai-shipping@pm-skills

Plugins & Components
+
What are skills?
Skills are building blocks that provide Claude with domain knowledge, analytical frameworks, or guided workflows for specific PM tasks. They encode proven frameworks like Teresa Torres' discovery habits or Marty Cagan's product principles.
What are commands?
Commands are user-triggered workflows invoked with /command-name. They chain multiple skills into end-to-end processes (e.g., /discover chains brainstorm-ideas → identify-assumptions → prioritize-assumptions → brainstorm-experiments).
What plugins are available?
  • pm-product-discovery - 13 skills, 5 commands (ideation, experiments, OSTs)
  • pm-product-strategy - 12 skills, 5 commands (vision, business models, pricing)
  • pm-execution - 16 skills, 11 commands (PRDs, OKRs, sprints)
  • pm-market-research - 7 skills, 3 commands (personas, segmentation)
  • pm-data-analytics - 3 skills, 3 commands (SQL, cohort analysis)
  • pm-go-to-market - 6 skills, 3 commands (ICPs, messaging)
  • pm-marketing-growth - 5 skills, 2 commands (positioning, naming)
  • pm-toolkit - 4 skills, 5 commands (resumes, legal docs)
  • pm-ai-shipping - 2 skills, 5 commands (documentation, security)
Technical Support
+
How do I troubleshoot Windows issues?
For Windows Cowork instability, try this PowerShell script:

$action = New-ScheduledTaskAction -Execute "powershell.exe" -Argument "-WindowStyle Hidden -Command `"if ((Get-Service CoworkVMService).Status -ne 'Running') { Start-Service CoworkVMService }`""

$trigger = New-ScheduledTaskTrigger -RepetitionInterval (New-TimeSpan -Minutes 1) -Once -At (Get-Date)

$settings = New-ScheduledTaskSettingsSet -AllowStartIfOnBatteries -DontStopIfGoingOnBatteries

Register-ScheduledTask -TaskName "CoworkVMServiceMonitor" -Action $action -Trigger $trigger -Settings $settings -RunLevel Highest -User "SYSTEM"

What are the system requirements?
Claude Cowork works on desktop platforms. Claude Code requires CLI access. Other tools need basic markdown support and file system access.
How do I update plugins?
Run the installation commands again to update to the latest versions. The marketplace automatically fetches the latest releases.
Contributing
+
How can I contribute?
See our CONTRIBUTING.md guide. We welcome:
  • New skills and commands
  • Framework improvements
  • Documentation updates
  • Bug fixes
What license is used?
MIT License - see LICENSE for full terms. Commercial use permitted with attribution.
Who maintains this project?
Curated by Paweł Huryn from The Product Compass Newsletter. Evolves with product practice and AI capabilities.

Project Statistics

16,487
GitHub Stars
1,706
Forks
146
Subscribers
23
Open Issues