product-manager-toolkit

Score features with RICE prioritization and analyze customer interviews.

1|Updated Feb 6, 2026
One-click install
npx skills add https://github.com/Adam-Guerin/Asmblr --skill product-manager-toolkit-adam-guerin
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: product-manager-toolkit
Source: https://github.com/Adam-Guerin/Asmblr/tree/main/skills/product-manager-toolkit
Command: npx skills add https://github.com/Adam-Guerin/Asmblr --skill product-manager-toolkit-adam-guerin

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires python3, 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 the entire product development lifecycle, from initial discovery and prioritization to go-to-market strategy.

Core Features & Use Cases

  • Prioritization: Utilize the RICE framework for data-driven feature scoring and roadmap planning.
  • Discovery: Analyze customer interviews to extract actionable insights, pain points, and jobs-to-be-done.
  • Documentation: Access templates for PRDs and feature briefs to ensure clear communication and alignment.
  • Use Case: A product manager needs to decide which features to build next. They can use the rice_prioritizer.py script to score potential features based on reach, impact, confidence, and effort, then use the output to inform their roadmap.

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 RICE scoring for feature prioritization in product management?

To use RICE prioritization, run a Python script that scores potential features based on reach, impact, confidence, and effort. This provides a data-driven output to inform your roadmap and replace subjective prioritization debates.

What is the best way to analyze customer discovery interviews for actionable insights?

Analyzing customer discovery interviews is best handled by using a Python script to extract actionable insights, pain points, and jobs-to-be-done. This process transforms raw qualitative interview data into structured product strategy inputs.

Do I need Python to use product management frameworks like RICE and PRD templates?

You need Python 3 specifically to run the automated RICE scoring and interview analysis scripts. However, the included Markdown templates for product documentation and discovery frameworks can be utilized without any Python environment setup.

How do I structure a product requirements document for clear team alignment?

To structure a product requirements document (PRD), use pre-defined Markdown templates that ensure clear communication of feature briefs and strategy. These templates standardize documentation format, facilitating efficient alignment across product development teams.

Can I automate roadmap planning from raw customer pain points and feature ideas?

You can automate roadmap planning by first extracting pain points from customer interviews using the analysis script, then feeding your feature ideas into the RICE prioritizer. This workflow supports continuous data-driven product strategy execution.