AI Best Practices for Product Managers
Common mistakes to avoid, key takeaways for AI-augmented product management, and a quick reference cheat sheet for daily use.
Common Mistakes and How to Avoid Them
Mistake 1: The Spec Dump
The problem: Pasting a 10-page document and saying “build this.” Claude gets confused by competing priorities and produces mediocre output.
The fix: Break work into small steps. Get the simplest version working first, then iterate. Think of each prompt as a single, clear task — not a project brief.
Example of what NOT to do:
Here's our entire product spec, competitive analysis, user research,
and engineering constraints. Build a PRD.
Do this instead:
Here are notes from 3 customer calls. Draft the problem statement
section of a PRD for the notifications redesign.
Mistake 2: Not Creating CLAUDE.md
The problem: Re-explaining your product context at the start of every session wastes time and leads to inconsistent outputs.
The fix: Spend 15 minutes creating a CLAUDE.md file once. Save hours of repetition over weeks. Every project folder should have one.
Mistake 3: Ignoring Token Costs
The problem: Running massive batch tasks without cost awareness leads to unexpected bills.
The fix: Install ccusage (npm install -g ccusage) to track spending. Batch similar tasks together for efficiency. Most PMs land on the ~$100/month Max plan.
Mistake 4: Assuming Outputs Are Perfect
The problem: Taking Claude’s PRDs or analyses straight to stakeholders without review. Claude generates plausible-sounding content that may contain confident mistakes.
The fix: Always review outputs. Use Claude as a first draft, not a final one. Pay special attention to numbers, competitive claims, and strategic recommendations — these are where AI is most likely to sound right while being wrong.
Mistake 5: Working in a Single Thread
The problem: Processing 10 user interviews one by one instead of simultaneously. This is the most common waste of time with Claude Code.
The fix: Use the phrase “parallel agents” explicitly when you want batch processing. Claude Code will process multiple files simultaneously, compressing hours into minutes.
Mistakes Summary
| Mistake | Symptom | Fix |
|---|---|---|
| Spec dump | Mediocre, unfocused output | Break into small steps |
| No CLAUDE.md | Repeating context every session | Create CLAUDE.md once |
| Ignoring costs | Surprise bills | Install ccusage, batch tasks |
| Trusting blindly | Errors reach stakeholders | Always review, especially numbers |
| Sequential processing | Hours wasted | Use “parallel agents” |
Key Takeaways
AI eliminates the bottleneck, not the judgment
Browser Claude for quick wins, Claude Code for systems
CLAUDE.md is the highest-leverage investment
Parallel agents compress hours into minutes
The PM skill that matters most in 2026
Quick Reference Cheat Sheet
| Task | Prompt Starter |
|---|---|
| PRD from notes | “Here are my research notes. Draft a PRD for [feature] including problem statement, user stories, acceptance criteria, and what we’re NOT building.” |
| Feedback analysis | “Categorize these [N] tickets by type. Top 5 features with counts.” |
| Competitor comparison | “Compare [competitor] against ours. Table: parity, differentiators, pricing.” |
| Stakeholder translation | “Rewrite this engineering summary for executives. Under 150 words.” |
| Interview guide | “Based on these hypotheses, generate a 30-minute interview guide.” |
| RICE scoring | “Apply RICE scoring to this backlog. Explain rationale, flag assumptions.” |
| Command | What It Does |
|---|---|
claude | Start Claude Code in current folder |
| “use parallel agents” | Process multiple files simultaneously |
/prd | Generate PRD from folder contents (custom skill) |
/competitors | Run competitive analysis (custom skill) |
/feedback | Categorize user feedback (custom skill) |
# Project: [Name]
## Product Context
[What it is, who it's for, key differentiators]
## Current Focus
[Current quarter/milestone]
## Competitors
[Names + URLs]
## How to Help Me
- Feedback categories: [your categories]
- PRD template: /templates/prd.md
- Writing style: [British/American, formal/casual]
## Hard Constraints
[What we are NOT building]
| Task | Manual | With Claude |
|---|---|---|
| PRD first draft | 2-4 hours | 15 minutes |
| 10 interview synthesis | 3 hours | 5 minutes |
| Monthly competitive review | 4 hours | 10 minutes |
| Clickable prototype | 2-3 days | 45 minutes |
| Sprint summary | 1-2 hours | 10 minutes |
| Feedback categorization (50) | 3-4 hours | 5 minutes |
| Plan | Cost | Best For |
|---|---|---|
| Claude Pro | ~$20/mo | Getting started |
| Claude Max | ~$100/mo | Daily power users |
| API Credits | Pay-as-you-go | Heavy automation |
Recommended Learning Resources
| Resource | Type | Best For |
|---|---|---|
| Lenny’s Newsletter | Newsletter | PM fundamentals + AI strategy |
| Ethan Mollick’s “One Useful Thing” | Substack | Evidence-based AI advice |
| Ben’s Bites | Newsletter | Staying current on new AI tools |
| Andrew Ng’s “AI for Everyone” | Coursera | Non-technical AI literacy |
| Simon Willison’s Blog | Blog | Practical AI model capabilities |
| SVPG Blog | Blog | Product strategy + AI’s role |
| Anthropic Docs | Documentation | Claude-specific capabilities |