/ 디렉터리 / 플레이그라운드 / Product-Manager-Skills
● 커뮤니티 deanpeters ⚡ 바로 사용

Product-Manager-Skills

제작: deanpeters · deanpeters/Product-Manager-Skills

47 battle-tested PM skills covering PRDs, discovery, prioritization, roadmaps, positioning, and exec coaching — turns Claude into a credible PM partner.

A three-tier Product Management skills framework: 21 Component skills (PRD/user story/persona templates), 20 Interactive skills (guided discovery flows), and 6 Workflow skills (multi-week processes). Each SKILL.md teaches the reasoning behind frameworks so Claude doesn't just produce boilerplate — it applies the right tool for the task.

왜 쓰나요

핵심 기능

라이브 데모

실제 사용 모습

product-manager-skill.replay ▶ 준비됨
0/0

설치

클라이언트 선택

~/Library/Application Support/Claude/claude_desktop_config.json  · Windows: %APPDATA%\Claude\claude_desktop_config.json
{
  "mcpServers": {
    "product-manager-skill": {
      "command": "git",
      "args": [
        "clone",
        "https://github.com/deanpeters/Product-Manager-Skills",
        "~/.claude/skills/Product-Manager-Skills"
      ],
      "_inferred": true
    }
  }
}

Claude Desktop → Settings → Developer → Edit Config 열기. 저장 후 앱 재시작.

~/.cursor/mcp.json · .cursor/mcp.json
{
  "mcpServers": {
    "product-manager-skill": {
      "command": "git",
      "args": [
        "clone",
        "https://github.com/deanpeters/Product-Manager-Skills",
        "~/.claude/skills/Product-Manager-Skills"
      ],
      "_inferred": true
    }
  }
}

Cursor는 Claude Desktop과 동일한 mcpServers 스키마 사용. 프로젝트 설정이 전역보다 우선.

VS Code → Cline → MCP Servers → Edit
{
  "mcpServers": {
    "product-manager-skill": {
      "command": "git",
      "args": [
        "clone",
        "https://github.com/deanpeters/Product-Manager-Skills",
        "~/.claude/skills/Product-Manager-Skills"
      ],
      "_inferred": true
    }
  }
}

Cline 사이드바의 MCP Servers 아이콘 클릭 후 "Edit Configuration" 선택.

~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "product-manager-skill": {
      "command": "git",
      "args": [
        "clone",
        "https://github.com/deanpeters/Product-Manager-Skills",
        "~/.claude/skills/Product-Manager-Skills"
      ],
      "_inferred": true
    }
  }
}

Claude Desktop과 같은 형식. Windsurf 재시작 후 적용.

~/.continue/config.json
{
  "mcpServers": [
    {
      "name": "product-manager-skill",
      "command": "git",
      "args": [
        "clone",
        "https://github.com/deanpeters/Product-Manager-Skills",
        "~/.claude/skills/Product-Manager-Skills"
      ]
    }
  ]
}

Continue는 맵이 아닌 서버 오브젝트 배열 사용.

~/.config/zed/settings.json
{
  "context_servers": {
    "product-manager-skill": {
      "command": {
        "path": "git",
        "args": [
          "clone",
          "https://github.com/deanpeters/Product-Manager-Skills",
          "~/.claude/skills/Product-Manager-Skills"
        ]
      }
    }
  }
}

context_servers에 추가. 저장 시 Zed가 핫 리로드.

claude mcp add product-manager-skill -- git clone https://github.com/deanpeters/Product-Manager-Skills ~/.claude/skills/Product-Manager-Skills

한 줄 명령. claude mcp list로 확인, claude mcp remove로 제거.

사용 사례

실전 활용법: Product-Manager-Skills

Run a customer discovery session without leading the witness

👤 PMs scoping a new feature area ⏱ ~60 min intermediate

언제 쓸까: You have customer calls scheduled and want a question set that actually tests assumptions.

흐름
  1. Start the discovery interactive skill
    Use the customer-discovery skill. We're exploring expansion into SMB for our enterprise invoicing tool.✓ 복사됨
    → Claude asks about target segment, hypotheses, and constraints before recommending
  2. Get the interview script
    Generate a 45-minute interview guide — warm-up, problem, context, workarounds, willingness-to-pay.✓ 복사됨
    → JTBD-style script, no leading questions
  3. Synthesize after calls
    Here are my notes from 6 calls. Synthesize themes and invalidated assumptions.✓ 복사됨
    → Pattern recognition grounded in notes, not wish-thinking

결과: Discovery notes your team can actually debate.

함정
  • Synthesis becomes confirmation bias — Ask Claude to explicitly list what was invalidated, not just validated

Draft a PRD that survives engineering review

👤 PMs writing specs for eng to build ⏱ ~45 min intermediate

언제 쓸까: Feature is scoped; you need a crisp doc the team can commit to.

흐름
  1. Use the PRD component skill
    Use the prd skill. Feature: bulk-edit for our admin panel. Here's what we know [paste context].✓ 복사됨
    → Structured PRD with user stories, success metrics, non-goals
  2. Pressure test
    What would a skeptical staff engineer push back on?✓ 복사됨
    → Specific gaps in edge cases, data model, non-functional requirements

결과: A PRD that makes it through eng review without a rewrite.

함정
  • PRD is framework-perfect but lifeless — Include real customer quotes in the context
함께 쓰기: linear · notion

Pick the right prioritization framework for the decision at hand

👤 PMs facing a roadmap tradeoff ⏱ ~30 min intermediate

언제 쓸까: The team is debating what to build next and 'just rank the backlog' isn't working.

흐름
  1. Describe the decision
    Use the prioritization-advisor skill. We're choosing between 3 bets: expand TAM, fix churn hotspot, ship a must-have for our largest deal.✓ 복사됨
    → Skill recommends a specific framework (RICE/ICE/Kano/cost-of-delay) based on the situation
  2. Apply it
    Walk us through scoring each bet with that framework.✓ 복사됨
    → Applied scores with reasoning

결과: A defensible prioritization call, not a thought-exercise.

함정
  • Score the framework picks without team buy-in — Run the scoring live in a team session, not solo

조합

다른 MCP와 조합해 10배 효율

product-manager-skill + linear

Draft a PRD then push the stories into Linear as epics

Turn this PRD's user stories into Linear issues under epic 'Bulk Admin Edit'.✓ 복사됨
product-manager-skill + notion

Store PRDs and discovery notes in a structured Notion database

Save this PRD to the Product > Specs Notion database with the right properties.✓ 복사됨

도구

이 MCP가 노출하는 것

도구입력언제 호출비용
Component skills (21) feature / product context You need a specific deliverable 0
Interactive skills (20) PM decision / question You're not sure which framework applies 0
Workflow skills (6) multi-week goal Running a real team process, not a one-off 0
Leadership readiness coaching role transition question Career planning / promotion prep 0

비용 및 제한

운영 비용

API 쿼터
None
호출당 토큰
2-8k per skill load
금액
Free — skills are local files
Pick one skill per task; don't try to load the whole library.

보안

권한, 시크릿, 파급범위

자격 증명 저장: No credentials — skill is prompts
데이터 외부 송신: None

문제 해결

자주 발생하는 오류와 해결

Interactive skill feels over-engineered for a simple task

Use the component skill (deliverable-focused) instead of the interactive one.

Output too generic — lacks product specifics

Paste in actual customer quotes, competitive context, or past retros to ground the work.

대안

Product-Manager-Skills 다른 것과 비교

대안언제 쓰나단점/장점
claude-skill (alirezarezvani)You want PM skills bundled with eng, marketing, and complianceBroader but less PM-specific depth
Custom PRD templatesYou've already standardized your team's templatesLess framework variety

더 보기

리소스

📖 GitHub에서 공식 README 읽기

🐙 열린 이슈 보기

🔍 400+ MCP 서버 및 Skills 전체 보기