deanpeters / product-manager-prompts

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Product Manager Prompts for Generative AI

product-manager-prompts: A treasure trove of Generative AI prompt engineering tailored for the unique needs of product managers and product owners, compatible with ChatGPT, Claude, & Gemini.

TL;DR

  1. View the prompts as code! In preview mode, you don't see all the comment blocks instructing and guiding the AI assistant with tasks & goals. So pardon me as I repeat myself ... view the prompts as code_!
  2. CUT AND PASTE THE ENTIRE PROMPT from the code view (note, I said Code View) into your favorite AI assistant (ChatGPT, Claude, Gemini, etc.); yes, comments and all.
  3. Reach out and let me know how your prompting goes. I've tested all these on ChatGPT Plus, GPT-4o, GPT-3.5, Claude Opus & Sonnet, and Gemini 1.0.
  4. Take the Productside AI Innovation for Product Management Workshop if you'd like to learn how to weave these prompts into shaping your product strategy.
  5. Experiment, improve, contribute. Let's learn together.

Repo Description

Welcome to a dynamic repository designed to empower product managers by harnessing the power of Generative AI. Here, you'll find prompts that aid in:

  • Completing tasks: Writing user stories, crafting product roadmaps, conducting competitive analysis.
  • Exploring ideas: Brainstorming features, validating hypotheses, generating solutions.
  • Conducting research: Developing user personas, analyzing markets, researching competitors.
  • Facilitating communication: Structuring product discussions, framing interview questions, outlining presentations.
  • Jumpstarting templates: Creating user story templates, roadmap frameworks, and business model canvases.

Join us in enriching this collection with your insights, prompts, synthetic data, and examples, making it an indispensable resource for the product management community.

Contributing

Your expertise can significantly enrich this repository. Here's how to get started with Git:

Quick Git Contribution Guide

  1. Fork the Repository

  2. Clone Your Fork

    • Click "Clone or download" on your fork, copy the URL, and clone it locally:
      git clone [URL you copied]
  3. Create a New Branch

    • Switch to your repository's directory and start a new branch:
      cd product-manager-prompts-for-generative-ai
      git checkout -b my-new-prompt
  4. Commit Your Changes

    • Add your contributions and commit:
      git add .
      git commit -m "Describe your contribution"
  5. Push to GitHub

    • Upload your branch:
      git push origin my-new-prompt
  6. Open a Pull Request

    • Head to your repository on GitHub to click "Compare & pull request" and submit it.

A project maintainer will review your pull request and merge it upon approval, or get back to you for adjustments.

License

Licensed under the MIT License. You're free to use, modify, and distribute the content, crediting the original creators. For commercial uses, please contact the contributors.

Community Engagement

Discussions, collaborations, and contributions are warmly welcomed. Use the issues section for any comments, suggestions, or inquiries.

Acknowledgments

A heartfelt thanks to all who have contributed. Your knowledge and efforts have been pivotal in nurturing Product Manager Prompts for Generative AI into a growing, invaluable tool.

Contact

For questions, suggestions, or collaborations:

Here's to revolutionizing product management with Generative AI!

About

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

License:MIT License