You don't need to write code to use Claude Code. These four projects show PMs how to use it as a structured writing and research tool — with prompts you can copy today.
Most PMs have heard of Claude Code but assume it's a developer tool. It's not — it's a general-purpose agentic assistant that runs in your terminal, reads files, browses the web, and writes structured output in any format you specify.
The four projects below cover the four most time-consuming writing tasks in a PM's week: PRDs, user stories, meeting follow-ups, and competitive research. Each includes a copy-paste prompt. No coding knowledge required.
01
DocumentationClaude Code
PRD Auto-Generator
WHAT
Turn a one-line brief into a full PRD — goals, user stories, acceptance criteria, success metrics.
HOW
Prompt Claude Code with your brief and a template. It writes the full doc in your format.
OUTCOME
PRD drafting cut from 2 hours to 10 minutes.
structured-output
Prompt — Claude CodeCopy-paste prompt
I need a full PRD for the following feature:
[paste your 1-line brief here]
Use this structure:
## Problem Statement
## Goals & Non-Goals
## User Stories (As a / I want / So that)
## Acceptance Criteria (bullet list per story)
## Success Metrics (3–5 measurable KPIs)
## Out of Scope
## Open Questions
Write in clear, non-technical language.
Save as PRD_[feature-name]_v1.md
02
AgileClaude Code
User Story Factory
WHAT
Convert raw feature ideas into sprint-ready user stories with As a / I want / So that + acceptance criteria.
HOW
Feed Claude an epic. It generates the full backlog with edge cases and definition of done.
OUTCOME
Backlog grooming sessions reduced by 50%.
input → backlog
Prompt — Claude CodeCopy-paste prompt
Here is an epic:
[paste your epic description]
Break it down into sprint-ready user stories:
For each story:
- Format: As a [persona] / I want [action] / So that [benefit]
- Acceptance Criteria (3–5 bullet points)
- Definition of Done
- Story Points estimate (1/2/3/5/8)
- Dependencies (if any)
Flag any edge cases or missing requirements.
Output as user_stories_[epic-name].md
03
ProductivityClaude Code
Meeting Notes → Actions
WHAT
Paste raw meeting notes. Claude extracts decisions, owners, deadlines, and open questions.
HOW
Share raw text, specify output format. Claude structures everything in 30 seconds.
OUTCOME
No more chasing follow-ups after stand-ups.
text-parsing
Prompt — Claude CodeCopy-paste prompt
Here are my raw meeting notes:
[paste meeting notes]
Extract and structure:
## Decisions Made
(bullet list — what was agreed)
## Action Items
| Owner | Task | Due Date | Priority |
(table format)
## Open Questions
(items still unresolved, with owner)
## Key Context
(2–3 sentences capturing what this meeting was about)
Save as meeting_actions_[DATE].md
04
ResearchClaude Code
Competitive Brief
WHAT
Give Claude a competitor URL. It builds a structured snapshot: positioning, features, pricing, gaps.
HOW
Combine Claude Code with web search. Get a formatted briefing doc in minutes.
OUTCOME
Day-long research done in 15 minutes.
web-research
Prompt — Claude CodeCopy-paste prompt
Research this competitor: [URL]
Build a competitive brief with these sections:
## Company Overview
(2–3 sentences: what they do, who for, how big)
## Positioning & Messaging
(how they describe themselves, key taglines)
## Core Features
(top 5–8 features, based on their site/docs)
## Pricing
(tiers, pricing model, free trial?)
## Strengths
(what they do well, based on reviews/positioning)
## Gaps & Weaknesses
(what's missing or commonly criticised)
## Our Differentiation
(leave blank — I'll fill this in)
Save as competitor_brief_[name]_[DATE].md
Save the full carousel
All 4 projects with prompts — download the original slides as a PDF reference.