Token导航 LogoToken导航TokenDH.com
研究检索需要联网github未标认证来源可访问许可证需确认审计提醒

pm-skills下午技巧

Agent Skill

pm-skills 用于查找、检索和筛选相关信息,适合在 Codex、Claude、Cursor、Gemini CLI 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

267

周安装

11

GitHub Stars

2

下载量

87
CodexClaudeCursorGemini CLI

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:pm-skills(下午技巧)
来源仓库:https://github.com/akillness/oh-my-gods
仓库路径:skills/pm-skills
安装命令:
npx skills add https://github.com/akillness/oh-my-gods --skill pm-skills
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 npx skills 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

skills.shnpx skills
npx skills add https://github.com/akillness/oh-my-gods --skill pm-skills

简介

pm-skills 为产品经理提供结构化 AI 技能集,涵盖用户故事、PRD 编写等。

  • 集成 Teresa Torres、Marty Cagan 等权威方法论形成标准化工作流。
  • 可用于机会映射、假设测试和产品策略制定等场景。
  • 使用前需确认是否涉及模板替换或外部知识库接入。
  • 建议结合业务需求调整提示词约束和输出格式要求。

SKILL.md

PM-Skills — AI OS for Product Managers

*"65 skills, 36 commands, 8 plugins — encoding the best PM frameworks into AI."*

PM-Skills is an AI operating system for product managers built as Claude Code plugins. It encodes the best PM methodologies from Teresa Torres (Opportunity Solution Trees), Marty Cagan (SVPG), Alberto Savoia (Pretotyping), and other thought leaders into structured AI skills ready to drive real product work.

When to use this skill

  • Writing user stories, PRDs, or product specs from scratch
  • Running product discovery (opportunity mapping, assumption testing)
  • Defining product strategy (north star, vision, OKRs)
  • Planning and executing go-to-market launches
  • Conducting market research and competitive analysis
  • Setting up sprint planning, backlog grooming, or retrospectives
  • Analyzing data to extract product insights
  • Pretotyping and validating ideas before building

8 Plugins

PluginSkillsCore Focus
pm-product-discovery13 skillsTeresa Torres OST, opportunity mapping, assumption testing
pm-product-strategy12 skillsVision, north star, OKRs, business model, competitive moat
pm-execution15 skillsPRD writing, user stories, sprint planning, backlog grooming
pm-market-research7 skillsCustomer interviews, JTBD, competitive analysis, persona creation
pm-data-analytics3 skillsMetrics framework, funnel analysis, A/B testing guide
pm-go-to-market6 skillsLaunch planning, positioning, pricing, channel strategy
pm-marketing-growth5 skillsGrowth loops, retention frameworks, activation playbook
pm-toolkit4 skillsStakeholder communication, meeting facilitation, PM templates

Instructions

Invoke this skill by mentioning a PM task or using any of the slash commands below. The skill routes your request to the appropriate plugin and framework automatically.

  1. Describe your product challenge in natural language, or use a slash command directly.
  2. The skill selects the relevant PM framework (OST, JTBD, Pretotyping, etc.) and guides you through it.
  3. Output is structured and ready to paste into Notion, Jira, or your doc tool of choice.

Start with /discover for new features, /write-prd for specs, or /north-star for strategy.

Installation

Option A: Claude Marketplace (recommended)

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

# Step 2: Install individual plugins (repeat for each you need)
claude plugin install pm-product-discovery@pm-skills
claude plugin install pm-product-strategy@pm-skills
claude plugin install pm-execution@pm-skills
claude plugin install pm-market-research@pm-skills
claude plugin install pm-data-analytics@pm-skills
claude plugin install pm-go-to-market@pm-skills
claude plugin install pm-marketing-growth@pm-skills
claude plugin install pm-toolkit@pm-skills

# Step 3: Verify installation
claude plugin list

Option B: Manual installation

# Clone the repository
git clone https://github.com/phuryn/pm-skills
cd pm-skills

# Copy SKILL.md files to Claude's skills directory
# (adjust path to your Claude Code skills directory)
cp -r plugins/pm-product-discovery ~/.claude/skills/
cp -r plugins/pm-product-strategy ~/.claude/skills/
cp -r plugins/pm-execution ~/.claude/skills/
cp -r plugins/pm-market-research ~/.claude/skills/
cp -r plugins/pm-data-analytics ~/.claude/skills/
cp -r plugins/pm-go-to-market ~/.claude/skills/
cp -r plugins/pm-marketing-growth ~/.claude/skills/
cp -r plugins/pm-toolkit ~/.claude/skills/

Quick Start

# Run a key command directly
/discover          # Start opportunity mapping with Teresa Torres OST
/write-prd         # Generate a structured PRD
/north-star        # Define your product's north star metric
/strategy          # Build product strategy framework
/plan-launch       # Create a go-to-market launch plan
/sprint            # Plan current sprint
/write-stories     # Convert features into user stories
/business-model    # Map business model canvas

Key Commands by Plugin

pm-product-discovery

/discover                # Opportunity solution tree mapping
/map-assumptions         # Assumption mapping and testing
/run-experiment          # Design assumption experiment
/interview-guide         # Generate customer interview guide
/jobs-to-be-done         # JTBD framework analysis
/opportunity-score       # Score and prioritize opportunities

pm-product-strategy

/north-star              # Define north star metric + input metrics
/vision                  # Write product vision statement
/strategy                # Build strategic pillars and bets
/okrs                    # Generate product OKRs
/business-model          # Business model canvas
/competitive-moat        # Define defensibility and moat

pm-execution

/write-prd               # Full PRD with context, goals, requirements
/write-stories           # User stories with acceptance criteria
/sprint                  # Sprint planning with capacity
/backlog                 # Backlog prioritization (RICE/ICE)
/roadmap                 # Quarterly roadmap creation
/retro                   # Sprint retrospective facilitation

pm-market-research

/persona                 # Create detailed user persona
/competitive-analysis    # Competitor feature/positioning analysis
/market-sizing           # TAM/SAM/SOM calculation
/survey                  # Customer survey design

pm-data-analytics

/metrics-framework       # Define product metrics hierarchy
/funnel-analysis         # Conversion funnel mapping
/ab-test-guide           # A/B test design and analysis guide

pm-go-to-market

/plan-launch             # Full GTM launch plan
/positioning             # Product positioning statement
/pricing                 # Pricing strategy framework
/channel-strategy        # Distribution channel selection

pm-marketing-growth

/growth-loops            # Identify viral/retention growth loops
/retention-playbook      # D1/D7/D30 retention framework
/activation              # User activation journey design

pm-toolkit

/stakeholder-update      # Structured stakeholder communication
/meeting-agenda          # PM meeting agenda templates
/pm-templates            # Access PM template library

Core Frameworks Encoded

Opportunity Solution Tree (Teresa Torres)

PM-Skills encodes Teresa Torres's continuous discovery framework:

  1. Desired Outcome → Define the north star and business outcome
  2. Opportunities → Map customer problems, needs, desires (the "why")
  3. Solutions → Brainstorm solutions per opportunity (the "what")
  4. Experiments → Design assumption tests (the "how to validate")

Use /discover to start the tree interactively.

Inspired / Empowered (Marty Cagan)

Strategy and execution principles from SVPG:

  • Outcome-based roadmaps, not feature lists
  • Product trio: PM + Designer + Engineer in discovery
  • Distinguish discovery risk from delivery risk

Pretotyping (Alberto Savoia)

Validate demand before building:

  • Use /run-experiment to design lightweight experiments
  • Mechanical Turk, Impersonator, Pretend-to-Own patterns
  • "Make sure you are building the right IT before you build IT right"

Workflow Example: New Feature Discovery

# 1. Start opportunity mapping
/discover "reduce user churn"

# 2. Run customer interviews to validate opportunities
/interview-guide "churned users"

# 3. Score and prioritize the best opportunity
/opportunity-score

# 4. Design assumption tests before building
/run-experiment "users want async collaboration"

# 5. Write the PRD once assumptions are validated
/write-prd "async collaboration feature"

# 6. Break into user stories
/write-stories

# 7. Plan the sprint
/sprint

Best practices

  • Discovery before execution: Always run /discover before writing PRDs
  • JTBD framing: Frame requirements with /jobs-to-be-done to stay customer-centric
  • Assumption-first: Use /map-assumptions to surface risks before committing
  • Outcome-based roadmap: Define /north-star before building /roadmap
  • Continuous discovery: Schedule /interview-guide regularly, not just at project start

Framework Selection Guide

SituationRecommended CommandFramework
"What should we build?"/discoverTeresa Torres OST
"Is there demand for this?"/run-experimentAlberto Savoia Pretotyping
"How do we measure success?"/north-starMarty Cagan North Star
"What's the business model?"/business-modelBusiness Model Canvas
"How do we grow?"/growth-loopsGrowth Loops
"What are customers doing?"/jobs-to-be-doneJTBD (Moesta)
"What are our risks?"/map-assumptionsAssumption Mapping

References

适合场景

01

用户想查找某类 Agent Skill 时

02

需要根据任务场景推荐可安装能力包时

03

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

Codex

35.24%
按下载量换算31

Claude

34.25%
按下载量换算30

Cursor

18.1%
按下载量换算16

Gemini CLI

10.14%
按下载量换算9

安全审计

Gen Agent Trust Hub

可疑

Socket

通过

Snyk

通过

权限和风险

需要联网

该 Skill 可能需要联网访问来源站点、仓库或外部 API;具体网络访问范围需要结合源码和 README 复核。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。来源安全扫描存在 warning/failed 结果,不能写成本站确认安全。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills