home / skills / vadimcomanescu / codex-skills / product-manager-toolkit
This skill helps product managers prioritize effectively using RICE, synthesize discoveries, and draft PRDs with templates and guardrails.
npx playbooks add skill vadimcomanescu/codex-skills --skill product-manager-toolkitReview the files below or copy the command above to add this skill to your agents.
---
name: 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.
---
# Product Manager Toolkit
Practical workflows for prioritization, discovery synthesis, and PRD creation.
## Quick Start
- **RICE prioritization**: `scripts/rice_prioritizer.py` (CSV in, ranked list out)
- **Interview analysis**: `scripts/customer_interview_analyzer.py` (transcript in, insights out)
- **PRD templates**: start from `references/prd_templates.md`
## Core Workflows
1) **Prioritize**: collect requests → score with RICE → validate capacity.
2) **Discover**: run interviews → synthesize themes → map to opportunities.
3) **Specify**: choose PRD template → define scope, metrics, acceptance criteria.
## Guardrails
- Always define non-goals.
- Keep metrics measurable and time-bound.
- Separate discovery notes from decisions.
## References
- Extended examples: `references/examples.md`
This skill is a comprehensive Product Manager Toolkit that packages practical workflows for prioritization, discovery synthesis, and PRD creation. It provides runnable scripts for RICE scoring and interview analysis plus ready-made PRD templates to speed decision-making and documentation. Use it to move from raw requests and research to prioritized roadmaps and clear requirement documents.
The toolkit inspects CSVs of feature requests and runs a RICE prioritizer to produce a ranked list based on reach, impact, confidence, and effort. It analyzes interview transcripts to extract themes, user needs, and opportunity statements. It also supplies PRD templates and step-by-step specification guidance to convert validated opportunities into scoped deliverables with measurable metrics and acceptance criteria.
What input formats are required?
Prioritizer accepts CSV with request fields; interview analyzer accepts plain-text transcripts. Templates are Markdown files to copy and edit.
How do I validate RICE scores?
Review scores with engineering and design to confirm effort and feasibility, and adjust confidence based on recent discovery evidence.