The 5 Terminal Commands Every Product Manager Needs
You don't need a CS degree to use AI on your actual work files. You need 5 commands and 5 minutes.
I showed Claude Code to a PM friend last week.
Her first reaction?
"Wait... I need to use the terminal?"
I get it. The terminal feels like engineer territory. That blinking cursor on a black screen? It looks like it's waiting for you to break something.
Here's what nobody tells you: you need exactly 5 commands. Not 50. Not 20. Five.
I have a CS degree. I've been coding for 10+ years. And these are the same 5 commands I use 90% of the time. Everything else? Claude Code handles it.
Why Should a PM Care About the Terminal?
Let me back up for a second.
If you're using ChatGPT or Claude.ai today, you're probably doing this:
- Open the chat
- Spend 5 minutes explaining your product context
- Get a decent but generic output
- Realize it missed context that lives in your actual files
- Copy-paste 3 documents into the chat
- Hit the character limit
- Start over
This isn't a workflow. It's data entry.
Claude Code is different. It runs in your terminal, inside your project folder. It reads your files directly — your PRDs, research notes, competitive analysis, strategy docs. No uploading. No copy-pasting. No context limits.
But to get there, you need to open the terminal. And for that, you need 5 commands.
The 5 Commands
1. pwd — "Where am I?"
Shows your current location in your computer's file system.
Think of it as checking which folder you're standing in.
pwd
→ /Users/anmol/Documents
You're in the Documents folder. That's it. No mystery.
2. ls — "What's in this folder?"
Lists everything in your current folder. Like opening Finder or Explorer, but 10x faster.
ls
→ product-strategy.md user-research/ sprint-notes.md prd-draft.md
Now you know what files are here.
3. cd foldername — "Go into this folder"
Changes your location. Like double-clicking a folder icon.
cd user-research
You're now inside the user-research folder.
4. cd .. — "Go back"
Takes you up one level. Like clicking the back arrow in your file browser.
cd ..
Back to Documents.
5. mkdir name — "Create a new folder"
Creates a new, empty folder.
mkdir my-prd-project
A folder called "my-prd-project" now exists. Done.
That's the Whole List
Five commands. Each one does one thing. You can learn them in under 5 minutes.
No git rebase. No docker-compose. No sudo rm -rf. Just five simple commands that tell your computer: where am I, what's here, and go there.
What Unlocks Once You Know These
The terminal is not the point. It's the doorway.
Once you know these 5 commands, you can:
- Navigate to any project folder on your machine
- Launch Claude Code by typing
claude - Have AI that reads your actual files — not pasted snippets
- Generate PRDs, status reports, competitive analysis from real project context
- Connect Claude Code to Jira, Google Docs, Slack via MCP integrations
This is the fundamental shift: ChatGPT sees what you paste. Claude Code sees your entire project.
Try It Right Now
Time needed: 2 minutes.
Open Terminal (Mac: Cmd + Space, type "Terminal") or PowerShell (Windows: Win + X, select Terminal).
Type these, one at a time:
pwd
ls
mkdir claude-test
cd claude-test
pwd
That's it. You just:
- Checked your location
- Listed your files
- Created a new folder
- Navigated into it
- Confirmed you're there
Congrats — you now know everything you need to start using Claude Code.
What's Next?
I built a free 20-minute course that covers these commands plus your first AI-powered PM workflow. No signup. No coding required. Just a step-by-step walkthrough.
Start here: theainativepm.com/modules/0-claude-basics
The PMs who learn this now will have a 2-year head start over those who wait.
Product Manager at Careem (Uber), building payments for 50M+ customers. Previously at Visa and RAENA. I write about practical AI workflows for product managers.
More about me →