Not an exhaustive list — just the stuff that's actually made a difference. See also Skills, Certifications, and Insights.

Recommended Books

Books that shaped how I think about eng orgs and delivery.

The Phoenix Project

Gene Kim, Kevin Behr, George Spafford

IT ops novel that reads like a thriller. Nails why delivery pipelines break. Best intro to modern software delivery culture.

Accelerate: The Science of Lean Software and DevOps

Nicole Forsgren, Jez Humble, Gene Kim

The research behind The Phoenix Project. Identifies what predicts high-performing eng orgs. I use the DORA metrics framework from this book constantly.

Team Topologies

Matthew Skelton, Manuel Pais

Practical guide to organizing teams for fast delivery. I reference it constantly when designing program structures.

An Elegant Puzzle: Systems of Engineering Management

Will Larson

Written for eng managers but directly useful for TPMs. Great sections on sizing teams, managing migrations, and presenting to execs.

The Manager's Path

Camille Fournier

Tech lead through CTO. Shows you how eng managers think and what they worry about — helps you work with them better.

Inspired: How to Create Tech Products Customers Love

Marty Cagan

The go-to book on modern product management. Helps TPMs understand how PMs think and turn product vision into eng programs.

SAFe 5.0 Distilled

Richard Knaster, Dean Leffingwell

Most readable intro to SAFe. Good companion to cert training and a solid reference for ARTs and PI planning.

Essential Tools & Platforms

What I use daily or recommend for TPMs at scale.

JIRA

Sprint planning, backlog management, dependency tracking, program reporting. Learning JQL and automation rules is table stakes for any TPM.

Confluence

Single source of truth for program docs: charters, decision logs, architecture reviews, PI planning. Good hygiene here means fewer meetings.

Datadog

Production health monitoring during releases. I build dashboards that translate infra metrics into language execs can act on.

Terraform

TPMs don't usually write Terraform, but understanding IaC matters if you manage infra programs. Lets me participate in architecture reviews and understand deployment deps.

Grafana & Prometheus

Open-source monitoring for tracking SLIs and SLOs. Good for data-backed capacity planning proposals.

Git & GitHub

Understanding branching strategies, PR processes, and CI/CD hooks matters because they directly affect release cadence.

Frameworks & Methodologies

The ones I reach for most.

SAFe (Scaled Agile Framework)

Rolled it out for 100+ engineers. Structures for ARTs, PI Planning, program Kanban, and portfolio management. More at Certifications.

Scrum

Backbone of delivery. I coordinate across multiple Scrum teams, aligning sprint goals with program milestones.

OKRs (Objectives and Key Results)

Connects program deliverables to business outcomes. Especially useful for quarterly planning with execs.

RICE Prioritization

Reach, Impact, Confidence, Effort. I use it with PMs to bring objectivity to roadmap prioritization when everyone has competing asks.

DORA Metrics

Deployment frequency, lead time, change failure rate, time to restore. I track these to spot bottlenecks and justify infra investments.

Communities & Newsletters

Where I keep learning and stay connected.

The Pragmatic Engineer Newsletter

by Gergely Orosz

One of the best newsletters on software eng leadership. Insider takes from top tech companies.

Lenny's Newsletter

by Lenny Rachitsky

Product management focused, but useful for any TPM who works closely with PMs.

Rands Leadership Slack

Big Slack community of eng leaders. Great for pressure-testing ideas and getting advice from people who've been there.

TPM Community on LinkedIn

Active LinkedIn groups for TPM work — job postings, career advice, and real discussions.

SRE Weekly

by Lex Neva

Site reliability and incident response newsletter. If you manage infra programs, outage analyses help you make better calls on reliability investments.

LeadDev

Articles and conferences for eng leaders. Practitioners from Google, Stripe, Shopify. Maps well to TPM work.