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

MistakeSymptomFix
Spec dumpMediocre, unfocused outputBreak into small steps
No CLAUDE.mdRepeating context every sessionCreate CLAUDE.md once
Ignoring costsSurprise billsInstall ccusage, batch tasks
Trusting blindlyErrors reach stakeholdersAlways review, especially numbers
Sequential processingHours wastedUse “parallel agents”

Key Takeaways

1

AI eliminates the bottleneck, not the judgment

AI doesn’t replace PM judgment — it eliminates the bottleneck between raw information and decision-readiness. The PM who can delegate to AI effectively is the PM who ships faster.
2

Browser Claude for quick wins, Claude Code for systems

Browser Claude is immediately useful for PRDs, feedback analysis, and stakeholder communication. Claude Code unlocks automated workflows, batch processing, and persistent memory.
3

CLAUDE.md is the highest-leverage investment

Fifteen minutes of setup saves hours of repetition. Every project folder should have one. This is the difference between a one-off tool and a persistent team member.
4

Parallel agents compress hours into minutes

10 interview transcripts, 8 competitor analyses, 20 support ticket categories — all processed simultaneously instead of one at a time.
5

The PM skill that matters most in 2026

Knowing how to delegate to AI effectively — being precise about context, breaking big tasks into steps, and always reviewing outputs critically.

Quick Reference Cheat Sheet

TaskPrompt 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.”
CommandWhat It Does
claudeStart Claude Code in current folder
“use parallel agents”Process multiple files simultaneously
/prdGenerate PRD from folder contents (custom skill)
/competitorsRun competitive analysis (custom skill)
/feedbackCategorize 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]
TaskManualWith Claude
PRD first draft2-4 hours15 minutes
10 interview synthesis3 hours5 minutes
Monthly competitive review4 hours10 minutes
Clickable prototype2-3 days45 minutes
Sprint summary1-2 hours10 minutes
Feedback categorization (50)3-4 hours5 minutes
PlanCostBest For
Claude Pro~$20/moGetting started
Claude Max~$100/moDaily power users
API CreditsPay-as-you-goHeavy automation
ResourceTypeBest For
Lenny’s NewsletterNewsletterPM fundamentals + AI strategy
Ethan Mollick’s “One Useful Thing”SubstackEvidence-based AI advice
Ben’s BitesNewsletterStaying current on new AI tools
Andrew Ng’s “AI for Everyone”CourseraNon-technical AI literacy
Simon Willison’s BlogBlogPractical AI model capabilities
SVPG BlogBlogProduct strategy + AI’s role
Anthropic DocsDocumentationClaude-specific capabilities