NotebookLM Prompts
Customer insight synthesis:
- Based on all uploaded call transcripts and support tickets, identify the top 5 recurring themes. For each theme, include: the number of customers who mentioned it, direct quotes with source references, and a severity rating (critical / high / medium / low).
Board deck generation:
- Create a board presentation covering: Q1 revenue and growth metrics, product milestones shipped, customer acquisition and retention data, competitive landscape changes, and strategic priorities for Q2. Cite every data point.
Competitive battlecard:
- Generate a competitive battlecard for [Competitor Name]. Include: their product strengths and weaknesses based on the uploaded reviews, their pricing model, our key differentiators, common objections, and recommended talk tracks.
Audio Overview prep:
- Generate an Audio Overview of this notebook that covers: the 3 most important takeaways, the key data points leadership needs to know, and any red flags.
New hire architecture brief:
- Create a comprehensive overview of our system architecture based on the uploaded docs.
Sprint planning brief:
- Based on the uploaded customer feedback from the last 30 days, recommend the top 10 items for next sprint. For each item: describe the customer need, cite supporting feedback, estimate business impact, and suggest acceptance criteria.
Claude Code Prompts
Feature scaffolding from spec:
- Here is the product spec [paste NotebookLM output]. Based on this spec and the existing codebase patterns, scaffold the feature including: the database schema changes, API endpoints, service layer logic, and basic frontend components.
Test generation:
- Review the code in [file/directory] and write comprehensive tests. Match the existing test patterns.
Documentation generation: