PM OPERATING SYSTEM

The PM Operating System
with Claude Code

Context management, sub-agents, self-checking skills, Jupyter notebooks — the full system that compounds daily.

// watch the tutorial

Get Started

Give this link to Claude Code and it will set everything up for you

https://github.com/carlvellotti/pg-carl-vellotti-master-cc
→ View on GitHubRead the Written Guide
01What You'll Learn

Context Management

  • Status line configuration
  • Sub-agents for context preservation
  • CLI vs MCP vs API hierarchy

Skills & Automation

  • Custom slash commands
  • Tool-powered skills (Tavily, Puppeteer)
  • Auto-invoking hooks

Data & The Operating System

  • Jupyter notebooks for data trust
  • Survey analysis with audit trails
  • Full PM operating system structure
02Video Chapters
0:00Intro
1:40Does Claude Code Still Matter?
6:51Context Status Line Setup
12:03Sub-Agents for Context
17:49Creating Skills Live
23:58The AskUserQuestions Tool
33:33Tool-Powered Skills
36:57CLI vs MCP vs API
39:30Make Slides with Puppeteer
43:32Auto-Invoking Skills with Hooks
46:49Jupyter Notebooks for Data Trust
55:09The Operating System
03Repo Structure
├── CLAUDE.md             ← Entry point (Claude reads automatically)
├── GOALS.md              Identity, ownership, quarterly goals
├── .claude/skills/       /standup, /meeting-prep, /synthesize-research,
│                         /draft-prd-section, /weekly-update
│
├── Tasks/                Backlog → active → archive pipeline
├── Projects/             3 projects with briefs & outputs
├── Workflows/            Weekly update, quarterly planning, research
├── Meetings/             1:1s, standups, meeting notes
├── Knowledge/            People profiles, company ref, research
├── Templates/            PRD, brief, interview notes, weekly update
│
├── data/                 Survey dataset (212 responses)
└── DEMO-GUIDE.md         Exact prompts from each section

Tip: Clone it, run claude — it reads CLAUDE.md automatically and the whole workspace just works. Follow DEMO-GUIDE.md for the exact prompts from the episode. Want a blank template? Fork carls-product-os.

Ready to build your OS?

Clone the repo and start using it today.

→ View on GitHub