10x-pm
NewPrompts don't compound. Skills do. The open-source AI toolkit for product managers — 13 Claude Code skills + 3 red-team agents for the full PM workflow.
Summary
10x-pm is an open-source AI toolkit that provides 13 Claude Code skills and 3 red-team agents to automate the full product manager workflow, from user research and PRD writing to roadmap prioritization and stakeholder communication.
- It helps developers and PMs compound their productivity by turning prompts into reusable, battle-tested skills.
Install & Usage
mkdir -p .claude/agentsAdd the configuration to .claude/agents/10x-pm.md
@10x-pmUse Cases
Usage Examples
/10x-pm prd 'Add a dark mode toggle to the settings page'
Use the user research agent to synthesize 5 interview transcripts into a persona matrix.
/10x-pm roadmap --priorities 'retention > growth > revenue'
Security Audits
Frequently Asked Questions
What is 10x-pm?
10x-pm is an open-source AI toolkit that provides 13 Claude Code skills and 3 red-team agents to automate the full product manager workflow, from user research and PRD writing to roadmap prioritization and stakeholder communication. It helps developers and PMs compound their productivity by turning prompts into reusable, battle-tested skills.
How to install 10x-pm?
To install 10x-pm: create the agents directory (mkdir -p .claude/agents), then add the config to .claude/agents/10x-pm.md. Finally, @10x-pm in Claude Code.
What is 10x-pm best for?
10x-pm is a agent categorized under General. It is designed for: agent. Created by ramanbamba.
What can I use 10x-pm for?
10x-pm is useful for: Generate a comprehensive product requirements document (PRD) from a brief feature idea.; Analyze user interview transcripts to extract key insights and pain points.; Create a prioritized roadmap based on impact, effort, and strategic goals.; Draft a stakeholder update email summarizing progress and blockers.; Run a red-team agent to stress-test your product decisions and identify blind spots.; Convert raw customer feedback into structured user stories and acceptance criteria..