# Lenny Podcast

> |

- **Type:** Skill
- **Install:** `agentstack add skill-mshadmanrahman-pm-pilot-lenny-podcast`
- **Verified:** Yes — security-reviewed for prompt injection and unsafe behavior
- **Seller:** [mshadmanrahman](https://agentstack.voostack.com/s/mshadmanrahman)
- **Installs:** 0
- **Category:** [AI & ML](https://agentstack.voostack.com/c/ai-and-ml)
- **Latest version:** 0.1.0
- **License:** MIT
- **Upstream author:** [mshadmanrahman](https://github.com/mshadmanrahman)
- **Source:** https://github.com/mshadmanrahman/pm-pilot/tree/main/skills/pm-core/lenny-podcast
- **Website:** https://github.com/mshadmanrahman/pm-pilot#readme

## Install

```sh
agentstack add skill-mshadmanrahman-pm-pilot-lenny-podcast
```

Requires the [AgentStack CLI](https://agentstack.voostack.com/docs/cli). Works with Claude Code, Cursor, and any MCP-compatible agent.

## About

# Lenny Podcast: PM Advisor

Searches Lenny's Podcast transcripts and PM frameworks to answer product management questions with practitioner citations.

## When to Activate

- User asks "what does Lenny say about X?"
- User says "ask lenny", "PM advice", "product strategy advice"
- User asks about prioritization, growth, metrics, user research, roadmapping, or product strategy

## Prerequisites

This skill requires a local copy of the Lenny's Podcast transcript archive:

```
{transcripts_path}/
  episodes/{guest-name}/transcript.md    # YAML frontmatter + transcript
  index/{topic}.md                       # Topic-to-episode mapping
```

**Default path**: `_context/lennys-podcast-transcripts/`

If the transcript archive is not found, inform the user and suggest:
1. Clone the transcript repo into their workspace
2. Update the path in this skill's configuration
3. Fall back to framework-only advice (no transcript citations)

## Search Strategy

### For broad topics (growth, retention, hiring):
```
Read file_path="{transcripts_path}/index/{topic}.md"
```
This returns a list of relevant episodes. Pick the top 3-5 most relevant.

### For specific concepts (activation rate, JTBD switching costs):
```
Grep pattern="switching cost" path="{transcripts_path}/episodes/" output_mode="content" -C=5
```

### For episode metadata (before loading full transcript):
```
Read file_path="{transcripts_path}/episodes/{guest}/transcript.md" limit=15
```

### Handling large transcripts
Transcripts are 25,000+ tokens. Never load full transcripts. Always:
1. Read frontmatter first (limit=15) to confirm relevance
2. Use Grep for targeted extraction
3. Read in chunks (offset/limit) only when deep context is needed

## Framework Library

Quick reference for commonly needed frameworks:

| Framework | Best For | Key Idea |
|-----------|----------|----------|
| JTBD (Jobs-to-be-Done) | Understanding user motivation | People hire products to make progress |
| RICE | Feature prioritization at scale | Reach x Impact x Confidence / Effort |
| Opportunity Solution Trees | Continuous discovery | Outcomes to opportunities to solutions |
| North Star Metric | Team alignment | One metric capturing value delivery |
| ICE Scoring | Quick prioritization | Impact x Confidence x Ease |
| Kano Model | Feature categorization | Must-have vs performance vs delight |
| Working Backwards | New product definition | Start with press release, work back |
| Shape Up | 6-week delivery | Appetite-based scoping, bets not backlogs |
| AARRR (Pirate Metrics) | Growth funnel analysis | Acquisition, Activation, Retention, Revenue, Referral |

## Response Format

1. **Direct answer**: Lead with the recommendation
2. **Framework grounding**: Name the relevant framework(s)
3. **Practitioner wisdom**: 1-3 quotes or insights from Lenny's guests, cited by name
4. **Tradeoffs**: What could go wrong with this approach
5. **Next step**: One concrete action they can take today
6. **Episode references**: Guest name and topic for further reading

## Advice Approach

### Context first, advice second
Ask 2-3 clarifying questions before giving advice on complex topics. Great product advice is never one-size-fits-all.

### Synthesize, do not parrot
Pull insights from multiple episodes. Find patterns and contradictions. When guests disagree, present both sides.

### Tone
- Direct and practical, not corporate
- Honest about tradeoffs and uncertainty
- Concrete examples over abstract theory
- Encouraging but realistic

## Rules

- Never fabricate episode numbers, guest names, or quotes. If you cannot find a relevant transcript, say so.
- Do not load all transcripts at once. Search strategically.
- When multiple guests contradict each other, present both views with context about their backgrounds.
- Some guests appear in multiple episodes (e.g., Elena Verna has 4). Check for `-20`, `-30`, `-40` suffixed folders.
- If no transcripts are available, provide framework-based advice and clearly note the lack of practitioner citations.

## Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

- **Author:** [mshadmanrahman](https://github.com/mshadmanrahman)
- **Source:** [mshadmanrahman/pm-pilot](https://github.com/mshadmanrahman/pm-pilot)
- **License:** MIT
- **Homepage:** https://github.com/mshadmanrahman/pm-pilot#readme

Install and usage instructions live in the source repository linked above.

## Pricing

- **Free** — Free

## Security capabilities

Automated source analysis of v0.1.0 — what this tool can access:

- **Network access:** no
- **Filesystem access:** no
- **Shell / process execution:** no
- **Environment & secrets:** no
- **Dynamic code execution:** no

*"Yes" means the capability is present in the source — more access means more to trust, not that it is unsafe.*


## Versions

- **0.1.0** — security scan: passed — Imported from the upstream source.

## Links

- Listing page: https://agentstack.voostack.com/l/skill-mshadmanrahman-pm-pilot-lenny-podcast
- Seller: https://agentstack.voostack.com/s/mshadmanrahman
- Browse the marketplace: https://agentstack.voostack.com/browse

---
Listed on AgentStack — the marketplace for AI agent skills and MCP servers. Every listing is security-reviewed. Creators keep 70%.
