ai-pm-prompts

ai-pm-prompts is a skill for Claude Code from kkanakas/AI-Prompts-for-Product-Management. It costs 747 tokens per session (2,475 once invoked), scanned A, original, MIT.

A reusable library of structured AI prompts for product managers across the product lifecycle. Each prompt defines its context, required inputs, and expected output.

In plain words
What is it for?
Use it for customer interviews, research synthesis, competitive analysis, idea evaluation, prioritization, strategy, communication, and architecture diagrams. Prompts are filled in with the project's specific details before use.
Why use it?
It helps product managers get more consistent results than writing a new prompt from scratch each time. It also makes common product tasks easier to repeat across different AI assistants.

Skill for Claude Code

Written for Claude Code: installed under .claude/. Also seen: mentions Claude Code.

Good fit Use it for customer interviews, research synthesis, competitive analysis, idea evaluation, prioritization, strategy, communication, and architecture diagrams. Prompts are filled in with the project's specific details before use.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/kkanakas/ai-prompts-for-product-management/ai-pm-prompts
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add kkanakas/AI-Prompts-for-Product-Management --skill ai-pm-prompts
Clone the repo
git clone --depth 1 https://github.com/kkanakas/AI-Prompts-for-Product-Management

Made for: Claude Code.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for ai-pm-prompts

README.md
[![agentmods](https://agentmods.dev/badge/skills/kkanakas/ai-prompts-for-product-management/ai-pm-prompts/github.svg)](https://agentmods.dev/skills/kkanakas/ai-prompts-for-product-management/ai-pm-prompts)
Your own site
<a href="https://agentmods.dev/skills/kkanakas/ai-prompts-for-product-management/ai-pm-prompts"><img src="https://agentmods.dev/badge/skills/kkanakas/ai-prompts-for-product-management/ai-pm-prompts/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for ai-pm-prompts

Your own site · 80×15
<a href="https://agentmods.dev/skills/kkanakas/ai-prompts-for-product-management/ai-pm-prompts"><img src="https://agentmods.dev/badge/skills/kkanakas/ai-prompts-for-product-management/ai-pm-prompts.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 747 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,475 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00747 $0.02475
Opus 5 $0.00374 $0.01238
Sonnet 5 $0.00149 $0.00495
Haiku 4.5 $0.00075 $0.00248

Measured 12d ago against content hash 8cbabca535ad, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, from the pricing page.

Security

Grade A, and why

ai-pm-prompts scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 12d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

Origin

Copies of this mod

1 near-identical copy found in the catalogue:

.claude/skills/ai-pm-prompts/SKILL.md · 128 lines

How it starts

The opening of the file, as written. The whole thing — 128 lines — stays where its author put it; the contents beside it link to each section on GitHub.

AI Prompts for Product Managers

A structured, version-controlled prompt library for Product Managers using GenAI across the full product lifecycle — from customer discovery and competitive analysis through to stakeholder alignment, strategy, and executive communication.

Each prompt follows the same structure: context, inputs, and a defined output format so you get consistent, usable results across Claude, ChatGPT, Gemini, GitHub Copilot, or any AI assistant.

How to Use

  1. Identify the phase you are in (discovery, research, ideation, evaluation, strategy, communication)
  2. Find the relevant prompt in prompts/<category>/
  3. Fill in the [PLACEHOLDERS] with your specific context
  4. Run the prompt in your preferred AI tool, or use the MCP server to call it directly

Prompt Library

Category Directory What's Inside
Architecture Diagrams prompts/architecture-diagrams/ Sequence diagrams, UML class diagrams, Entity Relationship Diagrams, and flowcharts from code repositories
Communications prompts/communications/ Weekly leadership updates, customer meeting transcript to Slack update and Jira tickets
Competitive Analysis prompts/competitive-analysis/ Positioning, feature comparison, target customers, capability gap analysis
Customer Discovery prompts/customer-discovery/ Interview guides, transcript analysis, JTBD, survey analysis, sentiment analysis of work items, pattern finding
Idea Evaluation prompts/idea-evaluation/ RICE scoring, pre-mortem, assumption mapping, validation questions, Kano analysis, MoSCoW prioritization, Ulwick opportunity scoring (underserved vs. over-served)
Ideation prompts/ideation/ Problem-to-solution generation, SCAMPER, VRIO, MECE analysis
Market Research prompts/market-research/ Structured market analysis, cross-referencing sources, TAM/SAM/SOM sizing, competitive analysis with value chain mapping and SWOT
Metrics prompts/metrics/ Feature success metrics, and AI product metrics frameworks covering latency, task completion, output quality, business value, and trust and safety
PRDs prompts/prds/ Product Requirements Documents (Amazon 6-pager style, AI PRD, and EARS-notation PRD), use case documentation, features and user stories, and a Given/When/Then acceptance criteria generator with And chaining and But negative assertions
Prototyping prompts/prototyping/ Lo-fi wireframe briefs, mid-fi flow specs, clickthrough demo scripts, Wizard of Oz protocols, prompt-powered UI generation, AI feature stubs, agent workflow simulations, API-connected LLM prototypes, narrative prototypes, and data dashboard prototypes
Release Notes prompts/release-notes-generator/ Release notes from git commit history
Stakeholder Management prompts/stakeholder-management/ RACI matrix, DACI decision framework, stakeholder influence and support analysis
Strategy prompts/strategy/ Product strategy canvas, OKR generation, working backwards, Amazon PR/FAQ, dependency identification, private preview planning, value proposition design, Big Rock decomposition, launch gates
Synthetic Users prompts/synthetic-users/ Creating and interviewing AI-generated personas
Trend Analysis prompts/trend-analysis/ Feedback trend monitoring, industry trend identification
User Journey Maps prompts/user-journey-maps/ End-to-end user journey mapping with emotions and opportunities

Read the full file on GitHub · 128 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 12d ago First seen · 128 lines · 747 tokens per session scan A 8cbabca535ad

Subscribe to this mod's changes

ai-pm-prompts is a skill published in the GitHub repository kkanakas/AI-Prompts-for-Product-Management (3 stars, last pushed 3mo ago), licensed MIT. It adds 747 tokens to every session and 2,475 once invoked, about $0.0037 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories

daily-briefing

Start your day with a prioritized CRM briefing — works for any monday CRM setup: pipeline, contacts, accounts, leads, or no board at all. Use when someone says 'morning briefing', 'daily brief', 'what's on my plate today', 'catch me up on my deals', 'what needs attention', 'what needs my attention', 'anything urgent…

mondaycom/mcp · 106 tokens

meeting-to-deal

Turn meeting transcripts into deal updates — key points, commitments, and next steps posted to matching CRM deals automatically. Auto-creates contacts for new attendees. Use when someone says "log my meetings to deals", "update CRM from calls", "what did I commit to in meetings", "sync notetaker", "log this meeting"…

mondaycom/mcp · 107 tokens

memory-audit-pattern-extraction

A method for investigating repeated mistakes by comparing related memories and checking whether an earlier reminder failed. It looks at where the reminder was stored, when it was created, and whether it was strong enough to prevent the mistake.

Dataojitori/nocturne_memory · 48 tokens

Technical Debt Tracking with PMAT

Tracks and manages technical debt using PMAT (Pragmatic AI Labs MCP Agent Toolkit). Use this skill when: User asks about technical debt, TODO comments, or code quality issues Planning sprint work and need to prioritize debt repayment Conducting code audits or technical debt assessments Tracking debt accumulation…

paiml/paiml-mcp-agent-toolkit · 123 tokens

db-update

Update existing records in the JHT DB (positions / applications). Use it to promote positions to checked/excluded, write Critic score/verdict, mark applications as sent, update salary, last-checked, etc. Always after a db-query that confirms the current record state.

leopu00/job-hunter-team · 61 tokens

pipefy-members-email-webhooks

Use this skill when the user wants to manage pipe membership, send or read card inbox emails, use email templates, or manage webhooks. Covers 12 MCP tools.

pipefy/ai-toolkit · 41 tokens