Takes .vtt transcript files from Microsoft Teams meetings and generates comprehensive multi-tab HTML dashboards with:
- 📋 Executive summaries and action items
- ⏱️ Timeline analysis with time waste identification
- 👥 Participant analysis with honest feedback
- 💡 Hidden insights and elephants in the room
- 📊 Forensic analytics with meeting cost calculations
- 📈 Longitudinal trends and accountability tracking
This isn't a feel-good summarizer. The analysis agents are designed to:
- Find what's NOT being said (avoidance patterns)
- Quantify waste (time and money)
- Expose dysfunction (recurring issues, accountability failures)
- Make predictions (where problems are heading)
- Deliver uncomfortable truths (that people need to hear)
| Agent | Purpose |
|---|---|
timeline-analyzer |
Forensic time analysis, identifies waste and what was avoided |
people-analyzer |
Value-per-minute scoring, power dynamics, honest feedback |
insights-generator |
Elephants in the room, risk radar, buried opportunities |
analytics-generator |
Meeting cost in $, dysfunction metrics, A-F grading |
longitudinal-analyzer |
Accountability audit, recurring issue tracking, predictions |
consolidator |
Harmonizes all outputs with consistent naming |
Transcript (.vtt)
↓
┌──────────────────────────────────────────────────┐
│ PARALLEL ANALYSIS (5 specialized agents) │
└──────────────────────────────────────────────────┘
↓
┌──────────────────────────────────────────────────┐
│ CONSOLIDATION │
│ • Name normalization │
│ • Cross-reference validation │
│ • Insight amplification │
└──────────────────────────────────────────────────┘
↓
┌──────────────────────────────────────────────────┐
│ DASHBOARD GENERATION (SSW branded) │
└──────────────────────────────────────────────────┘
↓
Deploy to surge.sh
MeetingSummary/
├── .claude/
│ ├── agents/ # Analysis agents (Critical Edition)
│ │ ├── timeline-analyzer.md
│ │ ├── people-analyzer.md
│ │ ├── insights-generator.md
│ │ ├── analytics-generator.md
│ │ ├── longitudinal-analyzer.md
│ │ └── consolidator.md
│ └── skills/ # Claude skills (auto-triggered)
│ ├── organize-transcript/
│ ├── analyze-meeting/
│ ├── generate-dashboard/
│ ├── deploy-dashboard/
│ └── list-projects/
├── templates/
│ └── dashboard.html # SSW-branded dashboard template
├── projects/ # .gitignored - contains sensitive data
│ └── {project-name}/
│ ├── transcripts/ # .vtt files
│ ├── analysis/ # Agent outputs (JSON)
│ └── dashboards/ # Generated HTML
├── CLAUDE.md # Claude instructions
└── README.md
- Claude Code CLI
- Node.js + surge.sh:
npm install -g surge
cd c:\DataCalumSimpson\MeetingSummary
claudeThen talk naturally:
"Here's the weekly standup for project-alpha" + attach your .vtt file
Or process an existing transcript:
"Process the yakshaver transcript from today"
- Open Teams Calendar → select the meeting
- Go to Recordings & Transcripts tab
- Download as
.vtt - Place in
projects/{project}/transcripts/
Transcripts are stored in:
- Private meetings: OneDrive →
Recordingsfolder - Channel meetings: SharePoint → Team site →
Recordingsfolder
| Tab | Content |
|---|---|
| Overview | Summary, decisions, action items, hard truths |
| Timeline | Segments, time waste analysis, flow analysis |
| People | Participant cards, team dynamics, power dynamics |
| Insights | Team health, elephants, risk radar, notable moments |
| Analytics | Cost analysis, charts, metrics, dysfunction metrics |
| Trends | Trajectory, accountability audit, recurring issues, predictions |
The dashboard follows SSW design guidelines:
- Primary Red:
#CC4141 - Charcoal:
#333333 - Font: Inter (web) / Helvetica Neue (print)
- Logo motif: Four colored squares
- Meeting summary and key decisions
- Action items with owners
- Timeline segments with energy levels
- Time waste quantification (minutes + dollars)
- Participation inequality (Gini coefficient)
- Value-per-minute scoring (not just airtime)
- Power dynamics (interruptions, who talks over whom)
- Elephants in the room (what's being avoided)
- Risk radar (technical, people, process risks)
- Recurring issues (the graveyard of unresolved problems)
- Predictions (where problems are heading)
- Meeting grades (A/B/C/D/F with justification)
Contains instructions for Claude on how to process transcripts and generate dashboards.
After processing a transcript, you'll get:
-
Analysis files in
projects/{project}/analysis/:timeline.jsonpeople.jsoninsights.jsonanalytics.jsonlongitudinal.jsonconsolidated.json← Used for dashboard
-
Dashboard in
projects/{project}/dashboards/{date}/index.html -
Deployment at
https://{project}-{date}.surge.sh
The agents are in .claude/agents/. Each agent has:
- A specific analysis focus
- Output format specification
- "Hard truths" philosophy
Feel free to tune the agents for your team's needs!
Internal SSW tool.
Built with Claude | Styled with SSW Brand Guidelines