Token导航 LogoToken导航TokenDH.com
研究检索需要联网github未标认证来源可访问clear审计未展示

product-manager-toolkit产品经理工具包

Agent Skill

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

总安装

539

周安装

22

GitHub Stars

公开资料未说明

下载量

174
CodexClaudeCursorGemini CLI

安装说明

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

GitHub

来源数

2

许可证

MIT

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

请帮我安装这个 Agent Skill:product-manager-toolkit(产品经理工具包)
来源仓库:https://github.com/rickydwilson-dcs/claude-skills
仓库路径:skills/product-manager-toolkit
安装命令:
npx skills add rickydwilson-dcs/claude-skills --skill "product-manager-toolkit"
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

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

AgentSkills.tonpx skills
npx skills add rickydwilson-dcs/claude-skills --skill "product-manager-toolkit"

简介

product-manager-toolkit 用于查找、检索和筛选相关信息,支持产品经理日常工作。

  • 适用于 Codex、Claude、Cursor、Gemini CLI 中根据关键词定位需求文档或用户反馈。
  • 通过 npx 命令从 rickydwilson-dcs/claude-skills 仓库安装并使用该技能。
  • 安装前需确认仓库路径正确性及是否涉及敏感业务数据访问。
  • 建议参考原始 README 了解工具集功能和调用限制后再实际使用。

SKILL.md

name
product-manager-toolkit
title
Product Manager Toolkit
description
Comprehensive toolkit for product managers including RICE prioritization, customer interview analysis, PRD templates, discovery frameworks, and go-to-market strategies. Use for feature prioritization, user research synthesis, requirement documentation, and product strategy development.
domain
product
subdomain
product-management
difficulty
intermediate
time-saved
TODO: Quantify time savings
frequency
TODO: Estimate usage frequency
use-cases
related-agents
[]
related-skills
[]
related-commands
[]
orchestrated-by
[]
dependencies
scripts
[]
references
[]
assets
[]
compatibility
python-version
3.8+
platforms
[macos, linux, windows]
tech-stack
examples
title
Example Usage
input
TODO: Add example input for product-manager-toolkit
output
TODO: Add expected output
stats
downloads
0
stars
0
rating
0.0
reviews
0
version
v1.0.0
author
Claude Skills Team
contributors
[]
created
2025-10-19
updated
2025-11-08
license
MIT
tags
[analysis, development, manager, product, toolkit]
featured
false
verified
true

Product Manager Toolkit

Overview

This skill provides [TODO: Add 2-3 sentence overview].

Core Value: [TODO: Add value proposition with metrics]

Target Audience: [TODO: Define target users]

Use Cases: [TODO: List 3-5 primary use cases]

Core Capabilities

  • [Capability 1] - [Description]
  • [Capability 2] - [Description]
  • [Capability 3] - [Description]
  • [Capability 4] - [Description]

Key Workflows

Workflow 1: [Workflow Name]

Time: [Duration estimate]

Steps:

  1. [Step 1]
  2. [Step 2]
  3. [Step 3]

Expected Output: [What success looks like]

Workflow 2: [Workflow Name]

Time: [Duration estimate]

Steps:

  1. [Step 1]
  2. [Step 2]
  3. [Step 3]

Expected Output: [What success looks like]

Essential tools and frameworks for modern product management, from discovery to delivery. This toolkit provides Python automation tools for prioritization and interview analysis, comprehensive frameworks for decision-making, and battle-tested templates for product documentation.

What This Skill Provides:

  • RICE prioritization engine with portfolio analysis
  • NLP-based customer interview analyzer
  • Complete PRD templates and interview guides
  • Discovery frameworks (JTBD, Opportunity Trees)
  • Metrics frameworks (North Star, Funnels)

Best For:

  • Feature prioritization and roadmap planning
  • User research synthesis and insight extraction
  • Requirements documentation (PRDs, user stories)
  • Discovery planning and stakeholder alignment

Quick Start

Feature Prioritization

python scripts/rice_prioritizer.py sample  # Create sample CSV
python scripts/rice_prioritizer.py sample_features.csv --capacity 15

Interview Analysis

python scripts/customer_interview_analyzer.py interview_transcript.txt

PRD Creation

  1. Choose template: Standard, One-Page, Agile Epic, or Feature Brief
  2. See templates.md for complete formats
  3. Fill sections based on discovery work
  4. Review with stakeholders and version control

Core Workflows

1. Feature Prioritization Process

Steps:

  1. Gather feature requests (customer feedback, sales, tech debt, strategic)
  2. Score with RICE: python scripts/rice_prioritizer.py features.csv

- Reach: Users affected per quarter - Impact: massive/high/medium/low/minimal (3x/2x/1x/0.5x/0.25x) - Confidence: high/medium/low (100%/80%/50%) - Effort: Person-months

  1. Analyze portfolio (quick wins vs big bets)
  2. Generate roadmap with capacity planning

Detailed Methodology: See frameworks.md for RICE, Value vs Effort Matrix, MoSCoW, and Kano Model.

2. Customer Discovery Process

Steps:

  1. Conduct interviews using semi-structured format
  2. Analyze insights: python scripts/customer_interview_analyzer.py transcript.txt

- Extracts pain points, feature requests, JTBD, sentiment, themes

  1. Synthesize findings across interviews
  2. Validate solutions with prototypes

Interview Scripts: See templates.md for complete discovery and validation interview guides.

Discovery Frameworks: See frameworks.md for Customer Interview Guide, Hypothesis Template, and Opportunity Solution Tree.

3. PRD Development Process

Steps:

  1. Choose template based on project size:

- Standard PRD: Complex features (6-8 weeks) - One-Page PRD: Simple features (2-4 weeks) - Feature Brief: Exploration phase (1 week) - Agile Epic: Sprint-based delivery

  1. Structure: Problem → Solution → Success Metrics
  2. Collaborate with engineering, design, sales, support

Complete Templates: See templates.md for all PRD formats with examples.

Python Tools

rice_prioritizer.py

RICE framework implementation with portfolio analysis and roadmap generation.

Key Features:

  • RICE score calculation
  • Portfolio balance (quick wins, big bets, fill-ins, time sinks)
  • Quarterly roadmap with capacity planning
  • Multiple output formats (text/json/csv)

Usage:

# Basic prioritization
python3 scripts/rice_prioritizer.py features.csv

# With team capacity
python3 scripts/rice_prioritizer.py features.csv --capacity 20

# JSON output for tool integration
python3 scripts/rice_prioritizer.py features.csv --output json -f roadmap.json

CSV Format:

name,reach,impact,confidence,effort
User Dashboard,500,2,0.8,5
API Rate Limiting,1000,2,0.9,3

Complete Documentation: See tools.md for full options, output formats, and integration patterns.

customer_interview_analyzer.py

NLP-based interview analysis for extracting actionable insights.

Capabilities:

  • Pain point extraction with severity assessment
  • Feature request identification and classification
  • Jobs-to-be-done pattern recognition
  • Sentiment analysis
  • Theme extraction and competitor mentions

Usage:

# Analyze interview
python3 scripts/customer_interview_analyzer.py interview.txt

# JSON output for research tools
python3 scripts/customer_interview_analyzer.py interview.txt --output json -f analysis.json

Complete Documentation: See tools.md for full capabilities, output formats, and batch analysis workflows.

Reference Documentation

Frameworks (frameworks.md)

Detailed frameworks and methodologies:

  • Prioritization: RICE (detailed), Value vs Effort Matrix, MoSCoW, Kano Model
  • Discovery: Customer Interview Guide, Hypothesis Template, Opportunity Solution Tree
  • Metrics: North Star Framework, Funnel Analysis (AARRR), Feature Success Metrics, Cohort Analysis

Templates (templates.md)

Complete templates and best practices:

  • PRD Templates: Standard, One-Page, Agile Epic, Feature Brief
  • Interview Guides: Discovery interviews, solution validation
  • Best Practices: Writing PRDs, prioritization, discovery, stakeholder management
  • Common Pitfalls: What to avoid and how to fix

Tools (tools.md)

Python tool documentation and integrations:

  • rice_prioritizer.py: Complete usage, options, output formats
  • customer_interview_analyzer.py: Full capabilities and workflows
  • Integration Patterns: Jira, ProductBoard, Amplitude, Figma, Dovetail, Slack
  • Platform Setup: Step-by-step for each tool
  • Troubleshooting: Common issues and solutions

Integration Points

This toolkit integrates with:

  • Analytics: Amplitude, Mixpanel, Google Analytics
  • Roadmapping: ProductBoard, Aha!, Roadmunk
  • Design: Figma, Sketch, Miro
  • Development: Jira, Linear, GitHub
  • Research: Dovetail, UserVoice, Pendo
  • Communication: Slack, Notion, Confluence

See tools.md for detailed integration workflows and platform-specific setup guides.

Quick Commands

# Prioritization
python scripts/rice_prioritizer.py features.csv --capacity 15

# Interview Analysis
python scripts/customer_interview_analyzer.py interview.txt

# Create sample data
python scripts/rice_prioritizer.py sample

# JSON outputs for integration
python scripts/rice_prioritizer.py features.csv --output json
python scripts/customer_interview_analyzer.py interview.txt --output json

适合场景

01

用户想查找某类 Agent Skill 时

02

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

03

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

04

需要参考平台分布和安装热度时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

补充不同宿主或平台的使用分布数据

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

平台分布

Claude Code

28.74%
按下载量换算50

windsurf

23.37%
按下载量换算41

trae

19.75%
按下载量换算34

OpenCode

11.18%
按下载量换算19

Codex

7.02%
按下载量换算12

Antigravity

3.37%
按下载量换算6

安全审计

暂无安全审计结果可展示。

权限和风险

需要联网

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

安装前确认

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

来源信息

继续浏览同类 Skills