Skip to content

deanpeters/product-manager-prompts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

203 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Product Manager Prompts for Generative AI

╔═════════════════════════════════════════════════════════════════════════╗
║                                                                         ║
║   ██████╗ ███╗   ███╗    ██████╗ ██████╗  ██████╗ ███╗   ███╗██████╗ ████████╗███████╗
║   ██╔══██╗████╗ ████║    ██╔══██╗██╔══██╗██╔═══██╗████╗ ████║██╔══██╗╚══██╔══╝██╔════╝
║   ██████╔╝██╔████╔██║    ██████╔╝██████╔╝██║   ██║██╔████╔██║██████╔╝   ██║   ███████╗
║   ██╔═══╝ ██║╚██╔╝██║    ██╔═══╝ ██╔══██╗██║   ██║██║╚██╔╝██║██╔═══╝    ██║   ╚════██║
║   ██║     ██║ ╚═╝ ██║    ██║     ██║  ██║╚██████╔╝██║ ╚═╝ ██║██║        ██║   ███████║
║   ╚═╝     ╚═╝     ╚═╝    ╚═╝     ╚═╝  ╚═╝ ╚═════╝ ╚═╝     ╚═╝╚═╝        ╚═╝   ╚══════╝
║                                                                         ║
║   108 practical prompt assets for AI-assisted product management        ║
║   ChatGPT • Claude • Copilot • Gemini • and others                      ║
║                                                                         ║
║   Community Build v2.3 • July 17, 2026 • CC BY-NC-SA 4.0                ║
╚═════════════════════════════════════════════════════════════════════════╝

Practical AI tools for both the strategic thinking and the daily execution of product management — that also teach you to prompt better while you use them.

Every asset here works by copy-paste into ChatGPT, Claude, Gemini, Copilot, or any AI assistant. No installs, no accounts, no framework. Pick the problem you're solving, grab the prompt, go.

(Looking to equip an AI agent rather than a chat session? See the companion Product Manager Skills repo.)


Start With Your Problem

"I need this artifact, and I have my context ready"

You know the situation; you want execution-quality output in one pass. Go to /prompts/:

"I need to think it through — facilitate me"

You have a fuzzy situation and want a guided working session that ends in the finished deliverable. Go to /workshops/:

"I need evidence about the market, not another meeting"

The answers live on the public web, and the AI should do the fieldwork — with citations, labeled inference, and no invented facts. Go to /market-intelligence/:

These are built to run unattended — in agent workflows, loops, and scheduled runs — with question budgets, materiality bars, and stop conditions.

The tradecraft behind them — the eight intelligence-community collection disciplines, signal → inference chains, confidence stacking, and regional source overlays — lives on the reference shelf: start with the Competitive Research Compendium.

"I need people to get it"

Evidence doesn't persuade; stories do. Go to /storytelling/:

"I run prompts as loops, goals, batches, or routines"

You still have to prompt the loop — nobody skipped that step, they just put a slash in front of it. Go to /loops/ for seasoned recipes at three levels (plain commands → plain-English controls → Just Enough Jinja2):

"I want to build my own prompts — or my own agents"

  • Learn the patterns by using the meta-prompts in /prompt-generators/ — each one interviews you, then emits a reusable prompt
  • Design a custom research agent → research-agent-prompt-generator
  • Study the pattern documents (below), then the exemplars in /vibes/ for loop-safe, agent-ready prompt structures
  • Reverse-engineer how any prompt works → /skeletons/

"I need to laugh so I don't cry"

/resumes-resignations-reactions/ — therapeutic workplace satire. You've earned it.

Can't find it? The generated catalog lists every asset with a one-line description.


How These Prompts Work (and Teach)

Three interaction modes power everything here — documented in interaction-modes.md:

  1. Facilitation (you hold the context): the AI asks a budgeted 3–5 questions, one at a time, offering 3 context-aware recommendations plus "Other" — with standing escape routes ("take your best guess", or paste your notes to skip ahead). Spec: generative-guidance-pattern.md.
  2. Checkpointed co-construction (an artifact holds the structure): the AI builds section by section against your template, stopping at a gate after each; gaps are labeled Assumption or Open Question, never invented.
  3. Autonomous investigation (the world holds the context): the AI researches under an evidence contract — search plan shown first, real URLs, Fact / Inference / Assumption labels, and defaults that let it proceed when nobody's answering.

Prompts meant to run repeatedly — under loop or goal commands, or inside agents — use Jinja2 notation for explicit, bounded control flow: jinja2-prompt-structures.md.

The teaching layer: view the raw code

Every prompt carries an HTML comment block (<!-- ... -->) with its Description, Usage Note, When NOT to Use, and Pedagogic Notes — the instructor's notes explaining why the prompt works. GitHub's pretty preview hides them, so click Raw and copy everything, comments included. The AI ignores them; you shouldn't.

From user to builder to teacher

  1. Use the prompts on real work
  2. Read the comments to see why they're shaped that way
  3. Customize for your industry and team
  4. Build your own with the generators and pattern docs
  5. Contribute back — see SUBMISSIONS-GUIDE.md

For Engineers and Agents Improving This Repo

  • CLAUDE.md / AGENTS.md — the authoring contract, directory intent, and quality bar for AI-assisted sessions
  • prompting-style-guide.md — the full methodology
  • scripts/validate-prompts.py — structural checks (required metadata, v2 fixtures, companion-link resolution); errors block, warnings are the migrate-on-touch worklist
  • scripts/generate-catalog.py — regenerates catalog/ from the metadata comment blocks (the blocks are the source of truth; the catalog is derived output)
  • CHANGELOG.md — what changed in each version and what's deliberately left open

Run both scripts after any prompt edit. Existing v1-pattern prompts are grandfathered: migrate them to v2 when you touch them, and never mass-rewrite.


Contributing

Real problems, tested prompts, teaching comments. Start with SUBMISSIONS-GUIDE.md, then:

git clone https://github.com/deanpeters/product-manager-prompts.git
git checkout -b your-improvement-name
# make your changes, then:
python3 scripts/validate-prompts.py
python3 scripts/generate-catalog.py
# commit, push, open a pull request

Test across ChatGPT, Claude, and Gemini. Humans make the strategic decisions; AI assists.


Resources and Contact

License

Licensed under CC BY-NC-SA 4.0 — use, adapt, and share freely for non-commercial purposes with attribution and share-alike. Commercial use requires expressed written permission from Dean Peters. Plain-English guide: LICENSING.md. (Versions prior to v2.3.0 were MIT; copies obtained under MIT remain MIT.)

Created by Dean Peters • Built for the product management community • Designed to teach through doing

About

A repository of Generative AI prompts for product managers using agents such as ChatGPT, Claude, & Gemini

Topics

Resources

License

Stars

991 stars

Watchers

29 watching

Forks

Packages

 
 
 

Contributors

Languages