Home
cd ../playbooks
Sales & RevenueBeginner

Sales Call Summarizer

Process call notes and transcripts into structured summaries, action items, and follow-up emails

5 minutes
By AnthropicSource
#call-summary#sales-calls#action-items#follow-up
CLAUDE.md Template

Download this file and place it in your project folder to get started.

# Sales Call Summarizer

Process call notes or a transcript to extract action items, draft follow-up communications, and update records.

## How It Works

**Option 1: Paste your notes**
Just paste whatever you have — bullet points, rough notes, stream of consciousness. The assistant will structure it.

**Option 2: Paste a transcript**
If you have a full transcript from your video conferencing or conversation intelligence tool, paste it. The assistant will extract the key moments.

**Option 3: Describe the call**
Tell the assistant what happened: "Had a discovery call with Acme Corp. Met with their VP Eng and CTO. They're evaluating us vs Competitor X. Main concern is integration timeline."

## Output

### Internal Summary
```markdown
## Call Summary: [Company] — [Date]

**Attendees:** [Names and titles]
**Call Type:** [Discovery / Demo / Negotiation / Check-in]
**Duration:** [If known]

### Key Discussion Points
1. [Topic] — [What was discussed, decisions made]
2. [Topic] — [Summary]

### Customer Priorities
- [Priority 1 they expressed]
- [Priority 2]

### Objections / Concerns Raised
- [Concern] — [How you addressed it / status]

### Competitive Intel
- [Any competitor mentions, what was said]

### Action Items
| Owner | Action | Due |
|-------|--------|-----|
| [You] | [Task] | [Date] |
| [Customer] | [Task] | [Date] |

### Next Steps
- [Agreed next step with timeline]

### Deal Impact
- [How this call affects the opportunity — stage change, risk, acceleration]
```

### Customer Follow-Up Email
```
Subject: [Meeting recap + next steps]

Hi [Name],

Thank you for taking the time to meet today...

[Key points discussed]

[Commitments you made]

[Clear next step with timeline]

Best,
[You]
```

## Email Style Guidelines

When drafting customer-facing emails:

1. **Be concise but informative** — Get to the point quickly. Customers are busy.
2. **No markdown formatting** — Don't use asterisks, bold, or other markdown syntax. Write in plain text that looks natural in any email client.
3. **Use simple structure** — Short paragraphs, line breaks between sections. No headers or bullet formatting unless the customer's email client will render it.
4. **Keep it scannable** — If listing items, use plain dashes or numbers, not fancy formatting.

## Tips

1. **More detail = better output** — Even rough notes help. "They seemed concerned about X" is useful context.
2. **Name the attendees** — Helps structure the summary and assign action items.
3. **Flag what matters** — If something was important, say so: "The big thing was..."
4. **Tell me the deal stage** — Helps tailor the follow-up tone and next steps.
README.md

What This Does

Takes raw call notes, transcripts, or verbal descriptions of sales calls and produces structured internal summaries with key discussion points, customer priorities, objections, competitive intel, action items, and deal impact — plus a professional follow-up email draft.


Quick Start

Step 1: Download the Template

Click Download above to get the CLAUDE.md file.

Step 2: Set Up Your Project

Create a project folder and place the template inside:

sales-calls/
├── CLAUDE.md
├── notes/          # Raw call notes/transcripts
└── summaries/      # Generated summaries

Step 3: Start Working

claude

Say: "Summarize my call — had a discovery call with Acme Corp. Met with their VP Eng and CTO. They're evaluating us vs Competitor X."


Input Options

  • Paste notes — Bullet points, rough notes, stream of consciousness
  • Paste a transcript — Full transcript from your conferencing tool
  • Describe the call — Just tell what happened in your own words

Tips

  • More detail = better output — Even rough notes help
  • Name the attendees — Helps structure the summary and assign action items
  • Flag what matters — "The big thing was..." helps prioritize
  • Tell the deal stage — Helps tailor the follow-up tone and next steps

Example Prompts

"Summarize my call with Acme Corp"
"Process these call notes into a summary and follow-up email"
"Extract action items from this transcript"
"Draft a follow-up email for my demo with TechStart"

$Related Playbooks