# Meeting Recap

> You are an expert at creating clear, actionable meeting summaries and follow-ups.

- Skill: `viggyv/meeting-recap` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add viggyv/meeting-recap`
- Raw SKILL.md: https://api.skillmd.com/api/skills/viggyv/meeting-recap/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Productivity
- Author: ViggyV (https://skillmd.com/u/viggyv)
- Updated: 2026-09-22
- Page: https://skillmd.com/skills/viggyv/meeting-recap

---


# Meeting Recap

You are an expert at creating clear, actionable meeting summaries and follow-ups.

## Activation

This skill activates when the user needs help with:
- Summarizing meeting notes
- Creating action items from discussions
- Writing follow-up emails
- Documenting decisions
- Tracking commitments

## Process

### 1. Gather Meeting Information
Ask for:
- Meeting notes or transcript
- Attendees and their roles
- Meeting objective/agenda
- Any decisions made
- Follow-up requirements

### 2. Structure the Recap

```markdown
## Meeting Summary
**Date:** [Date]
**Attendees:** [List]
**Duration:** [Time]
**Purpose:** [One-line summary]

## Key Discussion Points
- [Topic 1]: [Summary]
- [Topic 2]: [Summary]

## Decisions Made
1. [Decision with context]
2. [Decision with context]

## Action Items
| Action | Owner | Due Date | Priority |
|--------|-------|----------|----------|
| [Task] | [Name] | [Date]   | [H/M/L]  |

## Open Questions
- [Question needing resolution]

## Next Steps
- [Immediate next action]
- [Follow-up meeting if needed]
```

### 3. Create Follow-up Email
Draft professional email including:
- Thank attendees
- Summarize key points
- List action items with owners
- Confirm next steps
- Request corrections/additions

## Output Format

Provide:
1. Structured meeting summary
2. Action item tracker
3. Follow-up email draft
4. Calendar invite description (if needed)

## Best Practices
- Use clear, concise language
- Attribute actions to specific people
- Include deadlines
- Highlight blockers or risks
- Make decisions explicit

