product-manager-toolkit

Prioritize features with RICE scoring and analyze customer interview transcripts.

Updated Jan 8, 2026
One-click install
npx skills add https://github.com/AndyAnh174/BanThuoc-SEO --skill product-manager-toolkit-andyanh174
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: product-manager-toolkit
Source: https://github.com/AndyAnh174/BanThuoc-SEO/tree/main/.agent/skills/product-manager-toolkit
Command: npx skills add https://github.com/AndyAnh174/BanThuoc-SEO --skill product-manager-toolkit-andyanh174

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires pypdf, pdfplumber, pdf2image, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill provides product managers with a comprehensive set of tools and frameworks to streamline feature prioritization, synthesize customer feedback, document requirements, and develop effective product strategies.

Core Features & Use Cases

  • Feature Prioritization: Utilize the RICE framework to objectively score and rank potential features.
  • Customer Insight Synthesis: Analyze interview transcripts to identify pain points, feature requests, and jobs-to-be-done.
  • Documentation: Leverage PRD templates for clear and concise product requirement documentation.
  • Use Case: A product manager needs to decide which features to build next quarter. They can use the rice_prioritizer.py script to input feature details and get a ranked list, then use customer_interview_analyzer.py to understand user pain points related to those features.

Quick Start

Use the product manager toolkit to prioritize features by running the rice prioritizer script with your feature data.

Frequently Asked Questions about product-manager-toolkit

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I use the RICE framework to prioritize my feature roadmap?

To prioritize your feature roadmap using the RICE framework, you can run the included rice prioritizer script with your feature data. It objectively scores and ranks potential features to enable data-driven decision-making for your next product iterations.

Can I analyze customer interview transcripts to extract product pain points?

Yes, you can analyze customer interview transcripts to extract product pain points using the customer interview analyzer script. It synthesizes user research to identify specific pain points, feature requests, and jobs-to-be-done from your qualitative feedback data.

Does this product management toolkit provide PRD templates for requirement documentation?

Yes, this product management toolkit provides PRD templates for requirement documentation. You can leverage these reference templates to create clear, concise product requirement documents directly within your product development lifecycle workflow.

Do I need Python dependencies installed to use the customer discovery and feature scoring scripts?

Yes, you need Python dependencies installed to use the customer discovery and feature scoring scripts. The toolkit relies on libraries like pdfplumber and pypdf to process interview transcripts and parse documents for feature scoring tasks.

What is the best way to synthesize user research for a feature roadmap?

The best way to synthesize user research for a feature roadmap is combining the customer interview analyzer with RICE prioritization. First extract user pain points from transcripts, then input those insights into the feature scoring script to rank development priorities.

Can I use pdfplumber to extract text from customer discovery transcripts for analysis?

Yes, you can use pdfplumber to extract text from customer discovery transcripts for analysis. The toolkit uses pdfplumber and pypdf dependencies to ingest PDF-based interview transcripts, enabling the script to identify feature requests and jobs-to-be-done.