ADVANCED GUIDE

Advanced Claude Code
for Product Managers

MCPs, end-to-end workflows, hooks, and GitHub automation — the complete masterclass.

// watch the tutorial

Get Started

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

https://github.com/carlvellotti/taskflow-calendar-demo
→ View on GitHubRead the Written Guide
01What You'll Learn

MCP Setup

  • Connect Linear, Google Drive, Slack
  • Essential PM MCP stack
  • Live Linear demo

End-to-End Workflows

  • Survey → PRD → Deck → Tickets
  • Skills for reusable prompts
  • Direct quotes from research

Advanced Features

  • Hooks for automation
  • Image gen with Gemini API
  • GitHub remote workers
02Video Chapters
0:00Intro
2:14Why Claude Code Hit $1B ARR
11:04Setting Up Linear MCP
14:07Essential MCP Stack for PMs
21:25End-to-End PM Workflow
28:00Skills Introduction
38:00Image Generation with Gemini
44:12Creating PRD from Survey
51:00Hooks Feature
55:30Creating Presentation from PRD
1:01:49Creating 19 Linear Tickets
1:08:08GitHub Integration & Remote Workers
03Repo Structure
├── start/              ← Follow along from here
│   ├── data/           Survey responses, meeting notes
│   ├── .claude/skills/ Research synthesis skill
│   └── ...             Templates and scripts
│
├── reference/          ← Finished outputs
│   ├── calendar-integration-prd.md
│   ├── survey-synthesis.md
│   └── workspace/      Slides and presentation
│
└── README.md           Setup instructions

Tip: Use start/ to follow along, check reference/ to see the finished result.

Ready to start?

Clone the repo and build something today.

→ View on GitHub