lenny-podcast

Solid

Product management advisor drawing from 269+ Lenny's Podcast episodes and established PM frameworks. Searches transcripts for practitioner wisdom on strategy, growth, prioritization, user research, metrics, and product decisions. Triggers on: "what does Lenny say about", "ask lenny", "PM advice", "product strategy advice", "lenny podcast".

AI & Automation 17 stars 4 forks Updated today MIT

Install

View on GitHub

Quality Score: 83/100

Stars 20%
42
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# 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 a...

Details

Author
mshadmanrahman
Repository
mshadmanrahman/pm-pilot
Created
5 months ago
Last Updated
today
Language
TypeScript
License
MIT

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category