daily-minutes

Parse Microsoft Teams VTT transcripts into structured Markdown meeting minutes.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/vitalwarley/hyprdots --skill daily-minutes
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: daily-minutes
Source: https://github.com/vitalwarley/hyprdots/tree/main/claude-global/skills/daily-minutes
Command: npx skills add https://github.com/vitalwarley/hyprdots --skill daily-minutes

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Converts raw Microsoft Teams VTT transcripts into a readable, structured daily meeting minutes (ATA) document so teams can quickly review attendance, decisions, action items, and blockers without manual transcription or manual collation.

Core Features & Use Cases

  • Speaker attribution and ASR correction: Applies project-specific ASR correction maps and roster data to identify speakers and fix common transcription errors.
  • Contextual cross-referencing: Cross-references recent atas, sprint planning docs, and open issues to surface recurring follow-ups, link discussion items to issues, and note status progression.
  • Deliverable output and workflow integration: Generates a formatted Portuguese Markdown ata, writes it to the configured output path, optionally commits the file, and can post condensed summaries to configured repos/issues.
  • Use Case: Automatically produce daily standup minutes for a development sprint by ingesting the day's Teams VTT, resolving speaker attributions, extracting action items, and updating sprint follow-up dashboards.

Quick Start

Parse the file docs/meetings/transcript.vtt for 2026-03-28 sprint-4 week-2 and produce the daily ATA in the configured output path for review.

Frequently Asked Questions about daily-minutes

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I convert Microsoft Teams VTT transcripts into structured meeting minutes?

To convert Microsoft Teams VTT transcripts into structured meeting minutes, apply automated transcript parsing that reads the VTT file, corrects ASR errors, attributes speakers via team rosters, and extracts action items, blockers, and decisions into a formatted Markdown document.

How does VTT transcript parsing handle speaker attribution and speech recognition errors?

VTT transcript parsing handles speaker attribution and speech recognition errors by cross-referencing team roster data and applying project-specific ASR correction maps to identify speakers and fix common transcription inaccuracies automatically.

Can I automatically extract action items and blockers from daily standup transcripts?

Yes, you can automatically extract action items and blockers from daily standup transcripts by parsing the VTT file and cross-referencing recent ATAs, sprint planning docs, and open issues to surface recurring follow-ups and status progression.

What is the best way to generate daily standup minutes from a VTT file?

The best way to generate daily standup minutes from a VTT file is using automated transcript parsing that resolves speaker attributions, links discussion items to open issues, and outputs a structured Markdown ATA document for quick review.

Do I need sprint artifacts and team rosters to parse VTT meeting transcripts?

Yes, you need sprint artifacts, team rosters, and ASR correction maps to accurately parse VTT meeting transcripts, as these files provide the context required for speaker attribution and cross-referencing project issues.

Can parsed daily meeting minutes be automatically committed to a repository?

Yes, parsed daily meeting minutes can be automatically committed to a repository, as the parsing process writes the formatted Markdown ATA to a configured output path and optionally commits the file while posting condensed summaries to tracked repositories.