product-manager-toolkit

Run RICE prioritization and customer interview analysis with Python scripts.

11|3|Updated Mar 9, 2026
One-click install
npx skills add https://github.com/MuduiClaw/ClawKing --skill product-manager-toolkit-muduiclaw
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: product-manager-toolkit
Source: https://github.com/MuduiClaw/ClawKing/tree/main/workspace/skills/product-manager-toolkit
Command: npx skills add https://github.com/MuduiClaw/ClawKing --skill product-manager-toolkit-muduiclaw

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires python3, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill streamlines product management tasks, from prioritizing features and analyzing customer feedback to documenting requirements and developing go-to-market strategies, reducing manual effort and improving decision-making.

Core Features & Use Cases

  • Feature Prioritization: Utilize the RICE framework to objectively score and rank potential features.
  • Customer Interview Analysis: Extract key insights, pain points, and feature requests from interview transcripts.
  • PRD Creation: Access various templates for comprehensive product requirement documents.
  • Use Case: A product manager needs to decide which features to build next. They can use the rice_prioritizer.py script with a CSV of feature ideas to get an objective ranking, then use the customer_interview_analyzer.py script on recent user interviews to validate the pain points driving those feature requests.

Quick Start

Use the product manager toolkit to prioritize features listed in 'my_features.csv' with a team capacity of 15 person-months per quarter.

Frequently Asked Questions about product-manager-toolkit

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

FAQPage Schema
How do I prioritize product features using the RICE framework?

To prioritize features using the RICE framework, you run the included Python script with a CSV file of your feature ideas. The script calculates Reach, Impact, Confidence, and Effort scores to output an objective ranking of potential features.

Can I extract pain points and feature requests from customer interview transcripts?

Yes, you can extract pain points and feature requests from customer interview transcripts. The included Python analyzer script processes interview text to synthesize key user research insights and validate product decisions.

What is the best way to document product requirements for a new feature?

The best way to document product requirements is using the provided Markdown PRD templates. These templates support comprehensive requirement documentation and product discovery frameworks to structure your go-to-market strategy.

Does the product manager toolkit require Python to run prioritization scripts?

Yes, the product manager toolkit requires Python3 to run the prioritization scripts. You need a Python3 environment to execute the RICE scoring and customer interview analysis scripts provided in the toolkit.

How do I rank a list of features with a specific team capacity limit?

You can rank features against a specific team capacity limit by passing your feature CSV and capacity constraint to the prioritization script. For example, you can input a team capacity of 15 person-months per quarter to filter ranked features.