Agent skill
meeting-intelligence-system-skill
Analyze meeting transcripts to extract decisions, action items, blockers, sentiment, and generate follow-up emails. Use when user provides meeting notes, transcripts, or recordings and needs structured summaries or action tracking.
Install this agent skill to your Project
npx add-skill https://github.com/ScientiaCapital/skills/tree/main/active/meeting-intelligence-system-skill
SKILL.md
Meeting Intelligence System
<quick_start> Trigger: "analyze this meeting" or "extract action items from this transcript" Output: Structured meeting summary with decisions, action items table, blockers, sentiment analysis, and follow-up email draft </quick_start>
<success_criteria>
- All decisions extracted with owners and rationale
- Action items listed with owner, deadline, and priority
- Blockers and risks identified with mitigation actions
- Follow-up email draft generated ready to send </success_criteria>
When to Use This Skill
Activate when the user:
- Provides a meeting transcript or recording
- Asks to "analyze this meeting"
- Needs action items extracted from notes
- Wants to generate meeting minutes
- Asks for decisions made in a meeting
- Needs a follow-up email created
- Mentions meeting notes or transcripts
Instructions
-
Extract Meeting Metadata
- Identify meeting title/topic
- Note participants (if mentioned)
- Determine meeting date/time (if available)
- Identify meeting type (standup, planning, retrospective, etc.)
-
Identify Decisions Made
- Extract all explicit decisions
- Note who made each decision (if clear)
- Include rationale for decisions (if stated)
- Flag tentative decisions vs. final decisions
- Note decisions that need follow-up approval
-
Extract Action Items
- List all tasks assigned or volunteered
- Identify owner for each action item
- Note deadlines or timeframes mentioned
- Flag action items without clear owners
- Prioritize action items (if priority discussed)
- Note dependencies between action items
-
Identify Blockers and Risks
- Extract mentioned blockers
- Note risks or concerns raised
- Identify unresolved issues
- Flag items needing escalation
- Note resource constraints mentioned
-
Analyze Discussion Sentiment
- Gauge overall meeting tone (productive, tense, confused, aligned)
- Identify areas of agreement and disagreement
- Note team morale indicators
- Flag conflict or tension points
-
Extract Key Topics Discussed
- Summarize main discussion points
- Note questions raised
- Identify topics needing follow-up
- Highlight important context or background
-
Generate Follow-Up Communications
- Create meeting minutes/summary
- Draft action item tracking email
- Suggest calendar invites for follow-ups
- Recommend next steps
Output Format
# Meeting Summary: [Title]
**Date**: [Date] | **Participants**: [Names]
## 📋 Executive Summary
[2-3 sentence overview of meeting purpose and outcome]
## ✅ Decisions Made
1. **[Decision]**
- Owner: [Name]
- Rationale: [Why]
- Status: Final / Needs approval
## 🎯 Action Items
| Priority | Action | Owner | Deadline | Status |
|----------|--------|-------|----------|--------|
| High | [Task] | [Name] | [Date] | Not started |
| Medium | [Task] | [Name] | [Date] | Not started |
## 🚧 Blockers & Risks
1. **[Blocker]** - [Impact] - Needs: [Action]
2. **[Risk]** - [Mitigation plan]
## 💬 Key Discussion Points
- [Topic 1]: [Summary]
- [Topic 2]: [Summary]
## ❓ Open Questions
1. [Question] - Owner: [Who will answer]
## 📊 Sentiment Analysis
- **Overall Tone**: [productive/tense/etc.]
- **Team Alignment**: [high/medium/low]
- **Concerns Raised**: [Summary]
## 📧 Follow-Up Email Draft
Subject: Action Items from [Meeting Title] - [Date]
Hi team,
Thanks for joining today's [meeting type]. Here are our key outcomes:
**Decisions:**
- [Decision 1]
**Your Action Items:**
[Name]: [Task] by [Date]
**Blockers:**
- [Blocker] - please [action]
Next meeting: [Date/Time]
Best,
[Your name]
Examples
User: "Analyze this standup transcript" Response: Extract blockers mentioned → List action items per person → Flag impediments → Note team velocity concerns → Generate summary with focus on blockers
User: "Create action items from this product planning meeting" Response: Identify all decisions (feature prioritization) → Extract action items (design mockups, tech spec) → Assign owners → Set deadlines → Create tracking table → Draft follow-up email
Best Practices
- Be specific with action items (not vague "look into X")
- Always try to identify owners (flag if unclear)
- Differentiate between decisions and proposals
- Preserve important context for decisions
- Flag action items without deadlines
- Note commitments made by each participant
- Include relevant quotes for controversial decisions
- Use clear, scannable formatting
- Prioritize action items by urgency
- Flag dependencies between tasks
- Generate professional, actionable follow-up emails
Emit Outcome Sidecar
As the final step, write to ~/.claude/skill-analytics/last-outcome-meeting-intelligence-system.json:
{"ts":"[UTC ISO8601]","skill":"meeting-intelligence-system","version":"1.0.0","variant":"default",
"status":"[success|partial|error]","runtime_ms":[estimated ms from start],
"metrics":{"meetings_analyzed":[n],"action_items_extracted":[n],"decisions_captured":[n]},
"error":null,"session_id":"[YYYY-MM-DD]"}
Use status "partial" if some stages failed but results were produced. Use "error" only if no output was generated.
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
project-context
Maintains project context and progress tracking across Claude sessions. Use at session start to load context, on session end to save progress. Triggers: load project context, save context, end session, what was I working on, switch to project, done for today.
workflow-enforcer-skill
Enforces workflow discipline across ALL projects. Ensures Claude checks for specialized agents before responding, announces skill/agent usage, and creates TodoWrite todos for multi-step tasks. Triggers: automatic on all sessions, use the right agent, follow workflow.
gtm-pricing
B2B go-to-market strategy, pricing models, ICP development, positioning, and competitive intelligence. Use when planning GTM strategy, setting pricing, defining ICP, or evaluating opportunities.
subagent-teams
Orchestrate in-session Task tool teams for parallel work. Fan-out research, implementation, review, and documentation across subagents. Use when: parallel tasks, fan-out, subagent team, Task tool, in-session agents.
planning-prompts
Comprehensive skill for project planning and prompt engineering. Covers hierarchical plans (briefs, roadmaps, phases), Claude-to-Claude meta-prompts, and multi-stage workflows. Use when: planning, prompt creation, agentic pipeline work, project roadmap, meta-prompts, research to implement workflow.
linkedin-sales-navigator-alt-skill
Build targeted prospect lists by analyzing LinkedIn profiles, extracting job titles, companies, locations, and recent activity. Identifies decision-makers, tracks job changes for warm outreach, and enriches contact data. Use when users need to find prospects, build lead lists, or track decision-maker movements.
Didn't find tool you were looking for?