Claude Prompts for Product Managers
Each prompt takes a real input, a feature name, a metric, a messy backlog, and returns a finished PRD, roadmap slice, or stakeholder update ready to paste into your tools. Not "give me some advice".
In short: This page contains 30 copy-paste ready prompts, organized into 6 categories with a description and pro tip for each. The first 5 prompts are free instantly, no signup needed. Hand-curated and tested by the AI Academy team.
PRDs & Specs
5 promptsOne-Page PRD for a New Feature
1/30You are a senior product manager at a B2B SaaS company. <context> You need a tight, one-page PRD that engineering and design can start scoping from immediately, not a long document nobody reads. </context> <inputs> - Feature name: [FEATURE_NAME] - Problem statement: [PROBLEM] - Target user segment: [SEGMENT] - Success metric: [METRIC] - Current baseline for that metric: [BASELINE_NUMBER] </inputs> <task> Write a one-page PRD with: problem statement, goal, non-goals, 3 to 5 user stories in the format "As a [user], I want [capability], so that [benefit]", success metrics with a specific numeric target, and open questions for engineering. </task> <constraints> - Keep the whole document under 500 words. - List at least 3 explicit non-goals to prevent scope creep. - Set the success metric target using the baseline provided, not a generic round number. </constraints> <format> Return a markdown document with headers: Problem, Goal, Non-Goals, User Stories, Success Metrics, Open Questions. </format>
Turns a feature idea and a baseline metric into a one-page PRD ready for engineering.
Pro tip: Give it your real activation or usage baseline instead of a placeholder number so the target metric is credible.
Feature Spec With Edge Cases
2/30You are a senior product manager who has shipped complex workflow features. <context> A feature spec that skips edge cases causes rework after engineering starts building. </context> <inputs> - Feature name: [FEATURE_NAME] - Core user flow (happy path): [HAPPY_PATH_DESCRIPTION] - Platforms it must support: [PLATFORMS, e.g. web, iOS, Android] - Known constraints: [CONSTRAINTS, e.g. must work offline] </inputs> <task> Write a full feature spec: happy path steps, at least 8 edge cases (empty states, permission errors, concurrent edits, network failure, data limits) with expected behavior for each, and a table of platform-specific differences. </task> <constraints> - Every edge case must state the expected system behavior, not just name the scenario. - Flag any edge case that needs a design decision before engineering can proceed. - Do not invent platforms beyond the ones listed in inputs. </constraints> <format> Return a markdown doc with sections: Happy Path, Edge Cases (table: Scenario, Expected Behavior, Needs Design Decision), Platform Differences. </format>
Expands a feature idea into a spec with a full edge case table for engineering.
Pro tip: List every platform you actually support so the differences table catches real gaps, not hypothetical ones.
API Requirements Doc for Engineering
3/30You are a technical product manager who writes requirements engineers can build from without a follow-up meeting. <context> Engineering needs a requirements doc for a new or changed API endpoint before they can estimate the work. </context> <inputs> - Endpoint purpose: [PURPOSE, e.g. let partners fetch order status] - Consumers: [CONSUMERS, e.g. internal mobile app, partner integrations] - Data involved: [DATA_FIELDS] - Rate or scale expectations: [SCALE, e.g. 500 requests per minute] </inputs> <task> Write an API requirements doc: purpose, consumers, required fields with types, example request and response JSON using realistic sample values, error cases with suggested status codes, and non-functional requirements (rate limits, auth, versioning). </task> <constraints> - Example JSON must use realistic values (real-looking IDs, dates, amounts), never placeholder text like "string" or "foo". - List at least 4 error cases with the condition and suggested HTTP status code. - State the versioning approach explicitly (e.g. URL path version). </constraints> <format> Return a markdown doc with a fenced JSON code block for the example request and response, plus a table for error cases. </format>
Produces an API requirements doc with realistic example payloads and an error case table.
Pro tip: Give it the exact data fields you need in the response so the sample JSON matches your real schema.
PRD Redline Review
4/30You are a principal product manager known for catching gaps before a PRD reaches engineering. <context> A PRD draft is about to go into a planning meeting and needs a critical review for gaps, ambiguity, and unstated assumptions. </context> <inputs> - PRD draft text: [PRD_DRAFT_TEXT] - Team this goes to: [TEAM, e.g. backend platform team] - Timeline constraint: [TIMELINE] </inputs> <task> Review the PRD draft and produce a redline report: missing sections, ambiguous requirements quoted directly with a suggested rewrite, unstated assumptions that could blow up scope, and questions to ask before the planning meeting. </task> <constraints> - Quote the exact ambiguous sentence from the draft before suggesting a rewrite. - Flag anything that implies backend or data model changes not mentioned elsewhere in the draft. - Limit to the 10 highest-impact issues, ranked by risk to the timeline. </constraints> <format> Return a table: Issue, Quote From Draft, Why It's Risky, Suggested Fix. Rank rows by risk, highest first. </format>
Redlines a draft PRD for gaps, ambiguity, and scope risk before the planning meeting.
Pro tip: Paste the full draft, not a summary, so it can quote your actual ambiguous sentences back to you.
Feature Flag Rollout Spec
5/30You are a product manager who owns staged rollouts for a consumer app. <context> A feature is ready to ship behind a flag and needs a rollout plan that limits blast radius if something breaks. </context> <inputs> - Feature name: [FEATURE_NAME] - Risk level: [RISK_LEVEL, e.g. touches billing] - Total eligible users: [USER_COUNT] - Key health metric to watch: [METRIC] </inputs> <task> Write a rollout spec: percentage ramp schedule with specific stages (e.g. 1%, 5%, 25%, 100%), the go/no-go metric threshold at each stage, rollback trigger conditions, and who needs to sign off at each stage. </task> <constraints> - Ramp schedule must have at least 4 stages with a minimum soak time in hours or days at each. - Rollback trigger must be a specific numeric threshold on the stated metric, not "if it looks bad". - Higher risk level must result in slower ramp stages and longer soak times. </constraints> <format> Return a table: Stage, % of Users, Soak Time, Go/No-Go Threshold, Rollback Trigger, Sign-Off Owner. </format>
Builds a staged rollout plan with numeric go/no-go thresholds instead of gut-feel checkpoints.
Pro tip: Set the risk level honestly, billing or auth changes should always get slower ramps than a UI tweak.
Roadmapping & Prioritization
5 promptsQuarterly Roadmap Draft
6/30You are a senior product manager building a quarterly roadmap for leadership review. <context> You have a backlog of candidate initiatives and need a Now, Next, Later roadmap that ties each item to a business goal. </context> <inputs> - Candidate initiatives with rough size (S/M/L): [INITIATIVE_LIST] - Company goal for the quarter: [QUARTER_GOAL] - Team capacity in engineer-weeks: [CAPACITY] </inputs> <task> Sort the initiatives into Now, Next, and Later based on size, goal alignment, and stated capacity. For each Now item, state which goal it serves and the size. Flag if Now items exceed stated capacity. </task> <constraints> - Now must not exceed the stated capacity in engineer-weeks; if it does, say so explicitly and recommend what to cut. - Every Now and Next item must state which company goal it serves. - Later items still need one line explaining why they were not prioritized. </constraints> <format> Return three tables (Now, Next, Later), each with columns: Initiative, Size, Goal Served, Notes. </format>
Sorts a raw initiative list into a Now/Next/Later roadmap checked against real team capacity.
Pro tip: Give it your actual engineer-weeks capacity so it can flag an overcommitted Now bucket instead of just listing everything.
RICE Prioritization Scorecard
7/30You are a product manager running quarterly prioritization for a growth team. <context> You need to compare initiatives objectively using RICE (Reach, Impact, Confidence, Effort) instead of whoever argues loudest in the room. </context> <inputs> - Initiatives with a one-line description each: [INITIATIVE_LIST] - Reach data available (e.g. monthly active users touched): [REACH_DATA] - Team effort estimates in person-weeks: [EFFORT_ESTIMATES] </inputs> <task> Score each initiative on Reach, Impact (1-3 scale), Confidence (as a percentage), and Effort (person-weeks), calculate the RICE score, and rank all initiatives from highest to lowest score. </task> <constraints> - Show the RICE formula result per row: (Reach x Impact x Confidence) / Effort. - State the assumption behind each Confidence percentage in one short phrase. - Do not assign a Confidence above 80% unless real data supports it in the inputs. </constraints> <format> Return a table: Initiative, Reach, Impact, Confidence, Effort, RICE Score, Confidence Assumption. Sort by RICE Score descending. </format>
Scores a list of initiatives on RICE and ranks them, showing the math and confidence assumptions.
Pro tip: Push back on any Confidence score above 80% unless you can point to real data behind it.
Roadmap Tradeoff Memo
8/30You are a product manager explaining a roadmap tradeoff to a VP who wants a bigger scope on a tighter deadline. <context> Leadership wants to add scope without moving the deadline, and you need a memo that lays out the real tradeoff options instead of just agreeing. </context> <inputs> - Original scope and deadline: [ORIGINAL_SCOPE] - Requested addition: [REQUESTED_ADDITION] - Team capacity constraint: [CAPACITY_CONSTRAINT] </inputs> <task> Write a one-page memo presenting 3 concrete options: (1) add the scope and push the deadline by a stated amount, (2) keep the deadline and cut something specific to make room, (3) keep both by reducing quality bar in a stated way, each with a clear cost. </task> <constraints> - Every option must name what specifically gets cut, delayed, or reduced, not a vague "some tradeoffs". - End with a clear recommendation and the reasoning in 2 sentences. - Keep the memo under 350 words. </constraints> <format> Return a markdown memo with a short opening paragraph, an Options table (Option, What It Costs, What It Keeps), and a Recommendation section. </format>
Turns a scope-creep request into a memo with three concrete, costed tradeoff options.
Pro tip: Name the actual feature you'd cut in option 2, a vague 'reduce scope' won't land with leadership.
Backlog Triage and Re-Rank
9/30You are a product manager cleaning up a backlog that has grown to hundreds of untouched tickets. <context> The backlog has accumulated old requests, duplicates, and stale ideas that need to be triaged before the next planning cycle. </context> <inputs> - Backlog items (title and one-line description each): [BACKLOG_ITEMS] - Current quarter's top 2 priorities: [TOP_PRIORITIES] </inputs> <task> Triage the backlog into 4 buckets: Do This Quarter, Reconsider Next Quarter, Merge or Duplicate, Close as Won't Do. For merges, name which items are duplicates of each other. For closes, give one reason each. </task> <constraints> - Every item must land in exactly one bucket. - Do This Quarter items must directly connect to one of the two stated top priorities. - Close as Won't Do items need a one-line reason someone could read without feeling dismissed. </constraints> <format> Return four tables, one per bucket, with columns: Item, Reason/Connection. </format>
Sorts a bloated backlog into four clear buckets tied to this quarter's actual priorities.
Pro tip: Paste the real backlog export, even messy titles help it spot duplicates you've been carrying for months.
Build vs Buy vs Partner Matrix
10/30You are a product manager evaluating whether to build a capability in-house, buy a vendor solution, or partner. <context> Leadership asked for a clear recommendation on a capability decision with the reasoning laid out, not just a gut call. </context> <inputs> - Capability needed: [CAPABILITY] - In-house build estimate: [BUILD_ESTIMATE, e.g. 3 engineers for 2 quarters] - Vendor options considered: [VENDOR_OPTIONS] - Strategic importance: [STRATEGIC_NOTE, e.g. core differentiator vs commodity] </inputs> <task> Build a decision matrix comparing Build, Buy, and Partner on cost, time to launch, control, and strategic fit. Recommend one option with the reasoning tied directly to the strategic importance stated in the inputs. </task> <constraints> - Score each option on a 1-5 scale for each criterion with a one-line justification per score. - The recommendation must explicitly reference whether this capability is a differentiator or a commodity. - Flag any vendor option with unclear long-term pricing as a risk. </constraints> <format> Return a table: Criterion, Build, Buy, Partner (scores and justifications), followed by a Recommendation paragraph. </format>
Scores build, buy, and partner options against strategic fit and produces a defensible recommendation.
Pro tip: Be honest about whether this is a true differentiator, that single input flips the recommendation more than any cost number.
User Stories & Backlog
5 promptsEpic Breakdown Into User Stories
11/30You are a product manager preparing an epic for sprint planning. <context> An epic is too large to estimate or build as one unit and needs to be broken into independently shippable user stories. </context> <inputs> - Epic description: [EPIC_DESCRIPTION] - Target user roles involved: [USER_ROLES] - Sprint length: [SPRINT_LENGTH, e.g. 2 weeks] </inputs> <task> Break the epic into 6 to 10 user stories, each independently shippable and testable, in the format "As a [role], I want [capability], so that [benefit]", ordered by build sequence (dependencies first). </task> <constraints> - Each story must be small enough to plausibly fit within one sprint on its own. - Mark dependencies explicitly (e.g. "depends on story 3"). - Do not create a story that can't be demoed or tested independently. </constraints> <format> Return a numbered list of stories, each with the story text, a one-line note on dependencies, and a rough size (S/M/L). </format>
Splits a large epic into ordered, independently shippable user stories with dependencies flagged.
Pro tip: State your real sprint length, a 1-week sprint forces smaller story splits than a 3-week one.
Acceptance Criteria Generator
12/30You are a product manager writing acceptance criteria that QA and engineering can test against directly. <context> A user story needs clear, testable acceptance criteria before it can be pulled into a sprint. </context> <inputs> - User story: [USER_STORY] - Known constraints or business rules: [BUSINESS_RULES] - Platforms affected: [PLATFORMS] </inputs> <task> Write acceptance criteria in Given/When/Then format covering the happy path, at least 3 negative or edge cases, and any platform-specific behavior. </task> <constraints> - Every criterion must be testable as pass/fail by someone who didn't write the story. - Include at least one criterion for permission or access control if the story touches user data. - Do not restate the story, only write the criteria. </constraints> <format> Return a numbered list of Given/When/Then statements, grouped under Happy Path and Edge Cases headers. </format>
Writes testable Given/When/Then acceptance criteria for a single user story, including edge cases.
Pro tip: List your actual business rules (discount limits, permission tiers) so the edge cases are ones QA will actually hit.
Bug Triage Severity Report
13/30You are a product manager triaging a queue of newly reported bugs before the weekly bug review. <context> A batch of bug reports needs severity ratings and a recommended order to fix them in, based on user impact rather than who reported them. </context> <inputs> - Bug reports (title and description each): [BUG_LIST] - Affected user segment size for each, if known: [SEGMENT_SIZES] </inputs> <task> Rate each bug's severity (Critical, High, Medium, Low) based on user impact and workaround availability, and produce a fix order with justification. </task> <constraints> - Critical is reserved for data loss, security, or complete feature breakage with no workaround. - State whether a workaround exists for each bug. - Fix order must follow severity first, then affected segment size. </constraints> <format> Return a table: Bug, Severity, Workaround Exists?, Affected Segment, Fix Order. </format>
Rates a bug queue by severity and workaround availability, then produces a defensible fix order.
Pro tip: Include segment size estimates even if rough, a bug hitting 2% of users should rarely outrank one hitting 40%.
Sprint Planning Ticket Set
14/30You are a product manager preparing tickets for an upcoming sprint planning session. <context> A set of prioritized backlog items needs to become concrete tickets with enough detail that engineers can estimate them without a follow-up question. </context> <inputs> - Prioritized backlog items for this sprint: [BACKLOG_ITEMS] - Team velocity (story points per sprint): [VELOCITY] - Any carryover work from last sprint: [CARRYOVER] </inputs> <task> Convert each backlog item into a ticket with a title, description, acceptance criteria, and a story point estimate, then check the total against stated velocity including carryover. </task> <constraints> - Flag if the total points exceed stated velocity once carryover is included, and suggest which item to defer. - Every ticket needs at least 2 acceptance criteria. - Story point estimates must follow Fibonacci-like values (1, 2, 3, 5, 8). </constraints> <format> Return a numbered list of tickets (Title, Description, Acceptance Criteria, Points), followed by a Capacity Check summary line. </format>
Turns prioritized backlog items into estimable tickets and checks the sprint load against real velocity.
Pro tip: Include carryover honestly, it's the most common reason sprints get overcommitted.
Definition of Done Checklist
15/30You are a product manager standardizing what "done" means across a cross-functional team. <context> The team ships inconsistent quality because "done" means different things to different people, and you need one checklist everyone agrees to. </context> <inputs> - Team type: [TEAM_TYPE, e.g. mobile feature team] - Compliance or QA requirements: [COMPLIANCE_NOTES] - Tools used for testing and deployment: [TOOLS] </inputs> <task> Write a Definition of Done checklist covering code review, testing (unit, QA, accessibility if relevant), documentation, analytics instrumentation, and release readiness. </task> <constraints> - Every checklist item must be a yes/no check, not a vague standard. - Include an analytics or instrumentation check so launches are measurable. - Tailor items to the tools listed in inputs rather than generic tool names. </constraints> <format> Return a markdown checklist grouped under headers: Code, Testing, Documentation, Analytics, Release. </format>
Produces a yes/no Definition of Done checklist tailored to the team's actual tools and compliance needs.
Pro tip: Name your real tools (e.g. the exact test suite or feature flag system) so the checklist isn't generic boilerplate.
These prompts give you the what. Tutorials give you the why.
Learn when to use extended thinking, how to build Claude Projects, and workflows that compound. 300+ tutorials and growing.
Stakeholder Communication
5 promptsWeekly Stakeholder Update Email
16/30You are a product manager who sends a weekly update that busy stakeholders actually read. <context> Stakeholders need a short, scannable update on progress, risks, and what changed since last week. </context> <inputs> - Progress this week: [PROGRESS_NOTES] - Metrics snapshot: [METRICS] - Risks or blockers: [RISKS] - Decisions needed from stakeholders: [DECISIONS_NEEDED] </inputs> <task> Write a weekly update email with a 2-sentence TL;DR at the top, a progress section, a metrics snapshot, risks with owners, and a clearly flagged section for decisions needed. </task> <constraints> - The TL;DR must be readable in under 10 seconds and state the single most important fact. - Every risk needs a named owner, not "the team". - Keep the full email under 300 words excluding the metrics table. </constraints> <format> Return an email with a subject line, TL;DR, and sections: Progress, Metrics, Risks (table: Risk, Owner, Status), Decisions Needed. </format>
Drafts a scannable weekly stakeholder email with a TL;DR, metrics, and owned risks.
Pro tip: Put your single worst risk first in that section, burying it makes stakeholders trust the update less.
Executive Status Report (RAG)
17/30You are a product manager reporting project status to an executive audience using Red/Amber/Green status. <context> Executives need a one-glance status view across multiple workstreams without reading a full project plan. </context> <inputs> - Workstreams and their current state: [WORKSTREAM_LIST] - Overall deadline: [DEADLINE] - Biggest current risk: [BIGGEST_RISK] </inputs> <task> Assign each workstream a RAG status with a one-line justification, calculate an overall project RAG, and write a 3-sentence executive summary focused on the biggest risk and what's being done about it. </task> <constraints> - Red requires the deadline to be at risk or already missed; Amber requires a specific named risk; justify every rating in one line. - Overall RAG cannot be Green if any workstream is Red. - Executive summary must name a mitigation action, not just describe the risk. </constraints> <format> Return a table: Workstream, RAG Status, Justification, followed by Overall RAG and an Executive Summary paragraph. </format>
Rolls up multiple workstreams into a defensible RAG status with an executive summary that names a mitigation.
Pro tip: Be strict about the Red criteria, a report where everything is Amber or Green loses credibility fast.
Cross-Functional Kickoff Brief
18/30You are a product manager kicking off a new project with design, engineering, and marketing. <context> A kickoff meeting needs a one-page brief so every function walks in aligned on scope, timeline, and their specific role. </context> <inputs> - Project name and goal: [PROJECT_GOAL] - Functions involved: [FUNCTIONS, e.g. design, backend, marketing] - Target launch window: [LAUNCH_WINDOW] - Known dependencies on other teams: [DEPENDENCIES] </inputs> <task> Write a kickoff brief: project goal, scope summary, a RACI-style breakdown of what each function owns, key milestones with dates, and known dependencies with the team they depend on. </task> <constraints> - Every listed function must have at least one explicit responsibility, not just be named. - Milestones must total no more than 5 and map to the stated launch window. - Call out any dependency that isn't yet confirmed with the owning team. </constraints> <format> Return a markdown brief with sections: Goal, Scope, Ownership (table: Function, Owns), Milestones (table: Milestone, Date), Dependencies. </format>
Produces a one-page kickoff brief with explicit per-function ownership and dated milestones.
Pro tip: List dependencies even if unconfirmed, flagging them early is the whole point of a kickoff brief.
Customer-Facing Release Notes
19/30You are a product manager writing release notes customers will actually read. <context> A batch of shipped changes needs to become release notes that highlight value, not just list technical changes. </context> <inputs> - Shipped changes (internal descriptions): [CHANGES_LIST] - Audience: [AUDIENCE, e.g. self-serve small business users] - Tone guide: [TONE_NOTE, e.g. plain, no jargon] </inputs> <task> Rewrite each internal change into a customer-facing note that leads with the benefit, group notes under New, Improved, and Fixed, and write a 1-sentence summary at the top. </task> <constraints> - Each note must lead with what the user can now do, not the internal implementation. - No internal jargon, ticket numbers, or team names in customer-facing text. - Fixed items should be phrased as the problem that no longer happens. </constraints> <format> Return a markdown release notes page with a summary line and sections: New, Improved, Fixed. </format>
Converts internal engineering change descriptions into benefit-led, jargon-free customer release notes.
Pro tip: Paste the raw internal ticket titles, even rough ones, it's easier to reframe them than to write from scratch.
Escalation Memo for a Slipping Deadline
20/30You are a product manager who needs to escalate a slipping deadline before it becomes a surprise to leadership. <context> A project is going to miss its deadline and leadership needs to hear it early, with options, not just an apology. </context> <inputs> - Original deadline: [ORIGINAL_DEADLINE] - New realistic estimate: [NEW_ESTIMATE] - Root cause of the delay: [ROOT_CAUSE] - Options considered to recover time: [RECOVERY_OPTIONS] </inputs> <task> Write a short escalation memo: what's slipping and by how much, the root cause in plain language, 2 to 3 recovery options with tradeoffs, and a recommended path forward. </task> <constraints> - State the new date as a specific date, not "a few more weeks". - Root cause must be factual and not assign blame to a named individual. - Recommendation must pick one option and say why, not present all options as equal. </constraints> <format> Return a markdown memo: Summary (2 sentences), Root Cause, Recovery Options (table: Option, Tradeoff), Recommendation. </format>
Drafts a factual, blame-free escalation memo with a specific new date and a clear recommendation.
Pro tip: Give it a real new estimate, not a hopeful one, credibility on the next escalation depends on this one landing.
Launch Planning
5 promptsGo-to-Market Launch Checklist
21/30You are a product manager coordinating a feature launch across product, marketing, and support. <context> A launch date is set and every function needs a clear list of what must be done before it, not a scramble the week of. </context> <inputs> - Feature and launch date: [FEATURE_AND_DATE] - Functions involved: [FUNCTIONS] - Launch tier: [TIER, e.g. minor update vs flagship launch] </inputs> <task> Build a launch checklist grouped by function (Product, Marketing, Support, Sales if relevant) with tasks and a due date relative to launch day (e.g. T-minus 5 days). </task> <constraints> - Every task needs an owner function and a T-minus deadline. - Support tasks must include an internal FAQ or macro update before launch day. - Scale the number of tasks to the launch tier: a minor update needs fewer than a flagship launch. </constraints> <format> Return a table: Task, Owner, Due (T-minus), grouped under function headers. </format>
Builds a T-minus launch checklist scaled to launch tier, with tasks owned by function.
Pro tip: Set the launch tier honestly, treating every release like a flagship launch burns out the team.
Feature Launch Announcement Post
22/30You are a product manager writing the internal or external announcement for a feature launch. <context> A launch needs an announcement post that explains why the feature matters, not just what it does. </context> <inputs> - Feature name and what it does: [FEATURE_DESCRIPTION] - Audience: [AUDIENCE, e.g. existing customers, internal company] - Problem it solves: [PROBLEM_SOLVED] - Availability: [AVAILABILITY, e.g. all plans, beta only] </inputs> <task> Write an announcement post: a headline, an opening that states the problem before the solution, a description of how it works, availability details, and a clear call to action. </task> <constraints> - Opening paragraph must state the problem in the user's words before naming the feature. - Availability section must be unambiguous about who has access today. - Keep total length under 250 words. </constraints> <format> Return the post as markdown with a headline and body, plus a one-line call to action at the end. </format>
Writes a problem-first launch announcement with clear availability and a single call to action.
Pro tip: State availability precisely, vague launch posts create support tickets from users who don't actually have access.
Beta Test Plan and Feedback Form
23/30You are a product manager running a limited beta before a general release. <context> A beta needs a structured plan for who's in it, what you're testing for, and how feedback gets collected and acted on. </context> <inputs> - Feature being tested: [FEATURE_NAME] - Beta group size and profile: [BETA_GROUP] - Beta duration: [DURATION] - Key questions you need answered: [KEY_QUESTIONS] </inputs> <task> Write a beta test plan: goals, entry criteria for participants, a weekly check-in cadence, and a feedback form with 6 to 8 questions mixing rating scales and open text, mapped to the key questions provided. </task> <constraints> - Each feedback form question must map to one of the stated key questions. - Include at least 2 quantitative (rating scale) questions so results can be aggregated. - Exit criteria for graduating out of beta must be specific and measurable. </constraints> <format> Return a markdown plan (Goals, Entry Criteria, Cadence, Exit Criteria) followed by the feedback form as a numbered list of questions with response type noted. </format>
Produces a beta test plan with an aggregatable feedback form tied to your real open questions.
Pro tip: List your actual open questions first, it keeps the feedback form from turning into generic satisfaction survey filler.
Post-Launch Retrospective Doc
24/30You are a product manager running a retrospective two weeks after a feature launch. <context> The team needs an honest look at what happened after launch, comparing actual results to the original goal, not just a vibes discussion. </context> <inputs> - Original success metric and target: [ORIGINAL_TARGET] - Actual result so far: [ACTUAL_RESULT] - Notable issues during launch: [LAUNCH_ISSUES] </inputs> <task> Write a retrospective doc: goal vs actual comparison, root cause analysis if the target was missed, what went well, what to change for the next launch, and 3 concrete action items with owners. </task> <constraints> - State the gap between target and actual as a specific number or percentage, not "close" or "about right". - If the target was missed, root cause analysis must go at least one level past the surface symptom. - Every action item needs an owner and is phrased as a specific change, not "communicate better". </constraints> <format> Return a markdown doc: Goal vs Actual, What Went Well, What To Change, Action Items (table: Action, Owner). </format>
Compares actual launch results to target and produces specific, owned action items for next time.
Pro tip: Put the real actual number in, even if it's below target, a rounded-up retro doesn't change the next launch.
Internal Sales Enablement One-Pager
25/30You are a product manager arming the sales team to talk about a new feature in customer calls. <context> Sales needs a one-pager that translates a feature into value language and gives them answers to the objections they'll actually hear. </context> <inputs> - Feature and what it does: [FEATURE_DESCRIPTION] - Target customer segment: [SEGMENT] - Competitive angle, if any: [COMPETITIVE_NOTE] - Likely objections: [OBJECTIONS] </inputs> <task> Write a one-pager: a 2-sentence pitch in customer language, 3 key benefits with a proof point each, a competitive comparison line if relevant, and objection handling for each listed objection. </task> <constraints> - Benefits must be phrased as outcomes for the customer, not feature descriptions. - Each objection needs a direct, honest response, not a deflection. - Keep the whole doc to one page, under 350 words. </constraints> <format> Return a markdown one-pager: Pitch, Key Benefits (table: Benefit, Proof Point), Competitive Note, Objection Handling (table: Objection, Response). </format>
Turns a feature into a sales-ready pitch with honest objection handling, not marketing fluff.
Pro tip: List the objections reps actually hear on calls, not the ones you wish they'd ask.
Most people use 10% of Claude. Tutorials unlock the rest.
AI Academy: 300+ hands-on tutorials on Claude, ChatGPT, Midjourney, and 50+ AI tools. New tutorials added every week.
Metrics & Reporting
5 promptsNorth Star Metric Dashboard Spec
26/30You are a product manager defining what a team's core dashboard should track. <context> A team needs a dashboard spec that ties day-to-day metrics up to one North Star metric, so engineers building it know what to instrument. </context> <inputs> - Proposed North Star metric: [NORTH_STAR_METRIC] - Product area: [PRODUCT_AREA] - Existing metrics already tracked: [EXISTING_METRICS] </inputs> <task> Define the North Star metric precisely (exact calculation), identify 4 to 6 supporting input metrics that drive it, and specify what each metric needs (data source, update frequency, and owner). </task> <constraints> - The North Star metric must have an unambiguous formula, not a vague description. - Each input metric must state how it causally connects to the North Star metric. - Flag any metric that isn't currently tracked in the existing metrics list as new instrumentation work. </constraints> <format> Return a markdown doc: North Star Definition (with formula), Input Metrics (table: Metric, Formula, Connection to North Star, Data Source, New Instrumentation?). </format>
Defines a precise North Star metric formula and the supporting metrics dashboard needed to explain it.
Pro tip: Write the North Star formula so specifically that two different engineers would compute the same number from it.
Funnel Analysis Summary
27/30You are a product manager analyzing a conversion funnel to find where users drop off. <context> A multi-step funnel has a known overall conversion rate and step-by-step numbers, and you need to find the biggest leak and explain it. </context> <inputs> - Funnel steps with counts at each: [FUNNEL_DATA, e.g. Visited 10000, Signed up 2200, Activated 800, Paid 150] - Time period: [TIME_PERIOD] - Any known context on the biggest drop: [CONTEXT_NOTE] </inputs> <task> Calculate the step-to-step conversion rate for each stage, identify the single biggest percentage-point drop, and propose 3 hypotheses for why that drop is happening plus one way to test each. </task> <constraints> - Show the conversion rate calculation for every step, not just the final summary. - Hypotheses must be specific to the step where the drop occurs, not generic "improve onboarding" advice. - Each hypothesis needs a concrete, low-cost way to test it (e.g. a specific A/B test or user interview question). </constraints> <format> Return a table of step conversions, then a Biggest Drop section with 3 hypotheses (table: Hypothesis, How to Test). </format>
Finds the single biggest funnel drop-off and produces testable hypotheses for that specific step.
Pro tip: Include real counts, not percentages only, so it can catch drops that look small in percentage but are huge in absolute users.
A/B Test Readout Memo
28/30You are a product manager writing up the results of an A/B test for the team. <context> An experiment has concluded and the team needs a clear readout on the result and what to do next, including if the result is inconclusive. </context> <inputs> - Test description and hypothesis: [TEST_HYPOTHESIS] - Control result: [CONTROL_RESULT] - Variant result: [VARIANT_RESULT] - Sample size and statistical significance, if known: [SIGNIFICANCE_DATA] </inputs> <task> Write a readout memo: the hypothesis, the results side by side, whether the result is statistically significant based on the data given, and a clear recommendation (ship, iterate, or kill). </task> <constraints> - If significance data isn't provided or is borderline, state that explicitly rather than declaring a winner. - Recommendation must be one of ship, iterate, or kill, with the reasoning in 2 sentences. - Note any risk of a false positive if the sample size looks small relative to the effect claimed. </constraints> <format> Return a markdown memo: Hypothesis, Results (table: Control, Variant, Delta), Significance Assessment, Recommendation. </format>
Writes an honest A/B test readout that flags weak significance instead of declaring a false winner.
Pro tip: If you don't have real significance data, say so in the inputs, an honest 'inconclusive' beats a fake confident call.
Quarterly Business Review Deck Outline
29/30You are a product manager preparing a QBR presentation for senior leadership. <context> A quarterly business review needs a tight narrative arc, not a dump of every metric the team tracks. </context> <inputs> - Key results this quarter: [QUARTER_RESULTS] - Misses or challenges: [CHALLENGES] - Next quarter's top priorities: [NEXT_PRIORITIES] </inputs> <task> Outline a QBR deck slide by slide: title, key message, and supporting data point for each slide, covering summary, wins, misses with root cause, and next quarter's plan. </task> <constraints> - Limit to 8 slides maximum so it stays presentable in 20 minutes. - Every miss must be paired with a root cause and what's being done about it, not left unexplained. - The final slide must connect next quarter's priorities back to this quarter's misses or wins. </constraints> <format> Return a numbered list of slides, each with Slide Title, Key Message, Supporting Data Point. </format>
Outlines an 8-slide QBR deck that pairs every miss with a root cause and a next step.
Pro tip: Don't hide the misses, a QBR that only shows wins loses credibility with a leadership audience fast.
Churn Diagnosis Report
30/30You are a product manager investigating why customers are churning. <context> Churn has ticked up and you need a structured diagnosis using the data available, rather than a single anecdote from one lost customer. </context> <inputs> - Churn rate this period vs prior period: [CHURN_RATES] - Common reasons cited in cancellation surveys: [CANCELLATION_REASONS] - Segment breakdown of churn, if available: [SEGMENT_BREAKDOWN] </inputs> <task> Analyze the churn data: identify the top 3 cited reasons ranked by frequency, flag which customer segment is churning fastest, and propose one retention experiment per top reason. </task> <constraints> - Rank reasons by frequency using the data given, not by which sounds most fixable. - Each retention experiment must target the specific reason, not be a generic "improve onboarding" fix. - State the churn rate change as a specific percentage point delta. </constraints> <format> Return a markdown report: Churn Rate Change, Top Reasons (table: Reason, Frequency, Fastest-Churning Segment), Retention Experiments (table: Reason, Proposed Experiment). </format>
Ranks real churn reasons by frequency and proposes a targeted retention experiment for each.
Pro tip: Paste the raw cancellation survey text if you have it, categorizing real quotes beats guessing at reason buckets.
Frequently Asked Questions
Prompts are the starting line. Tutorials are the finish.
A growing library of 300+ hands-on tutorials on ChatGPT, Claude, Midjourney, and 50+ AI tools. New tutorials added every week.
7-day free trial. Cancel anytime.