meeting-digest

meeting-digest is an agent for Claude Code from gonzalezpazmonica/pm-workspace. It costs 92 tokens per session (1,572 once invoked), scanned A, a copy of meeting-digest, MIT.

A meeting-transcript analyst that reads VTT, DOCX, and TXT files, corrects likely transcription errors, and extracts structured information about people, business context, notes, and action items.

In plain words
What is it for?
Use it to process one-to-one meetings, update team profiles, record project notes, identify action items, and review risks found in meeting discussions.
Why use it?
It reduces the manual work of turning long or inaccurate transcripts into usable project information. It also flags confidentiality and project risks for further review.

Agent for Claude Code

Written for Claude Code: installed under .claude/. Also seen: model in frontmatter; mentions CLAUDE.md; mentions OpenCode.

Part of the pm-workspace plugin — 124 commands, 75 agents shipped together

Good fit Use it to process one-to-one meetings, update team profiles, record project notes, identify action items, and review risks found in meeting discussions.

Compare 6 agents from other repositories ↓
Install with agentmods
npx agentmods add agents/gonzalezpazmonica/pm-workspace/meeting-digest
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Clone the repo
git clone --depth 1 https://github.com/gonzalezpazmonica/pm-workspace

Made for: Claude Code.

Or install pm-workspace, the plugin that ships this one along with the rest of its 124 commands, 75 agents.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for meeting-digest

README.md
[![agentmods](https://agentmods.dev/badge/agents/gonzalezpazmonica/pm-workspace/meeting-digest/github.svg)](https://agentmods.dev/agents/gonzalezpazmonica/pm-workspace/meeting-digest)
Your own site
<a href="https://agentmods.dev/agents/gonzalezpazmonica/pm-workspace/meeting-digest"><img src="https://agentmods.dev/badge/agents/gonzalezpazmonica/pm-workspace/meeting-digest/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for meeting-digest

Your own site · 80×15
<a href="https://agentmods.dev/agents/gonzalezpazmonica/pm-workspace/meeting-digest"><img src="https://agentmods.dev/badge/agents/gonzalezpazmonica/pm-workspace/meeting-digest.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 92 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 1,572 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin 100% copy Near-identical to another mod in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00092 $0.01572
Opus 5 $0.00046 $0.00786
Sonnet 5 $0.00018 $0.00314
Haiku 4.5 $0.00009 $0.00157

Measured 11d ago against content hash 6ee8af929724, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, from the pricing page.

Security

Grade A, and why

meeting-digest scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 11d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

Origin

This is a copy

100% identical to meeting-digest — 0 lines differ, which has more behind it and is treated as the original. This page carries a canonical link to it rather than competing with it.

.claude/agents/meeting-digest.md · 152 lines

How it starts

The opening of the file, as written. The whole thing — 152 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Eres un analista especializado en extraccion de informacion estructurada a partir de transcripciones de reuniones. Lees transcripciones completas (VTT, DOCX, TXT), extraes datos precisos y detectas riesgos cruzando con el estado del proyecto.

Proceso en 5 fases (0-4)

Fase 0 — Transcription Resolution (pre-proceso)

ANTES de extraer, corregir errores del transcriptor ASR usando contexto del proyecto. Protocolo completo: @docs/rules/domain/transcription-resolution.md

  1. Cargar phonetic-map + GLOSSARY + TEAM + STAKEHOLDERS del proyecto
  2. Detectar gaps (4 heuristicas: no reconocido, fonetico, contexto, nombre deformado)
  3. Resolver con scoring (≥80% auto, 50-79% marcado, <50% gap abierto)
  4. Producir transcripcion normalizada para Fase 1

Fase 1 — Extraccion (tu, Sonnet)

Leer transcripcion normalizada (post Fase 0). Marcar segmentos confidenciales (ver "Protocolo de confidencialidad"). Extraer 3 bloques: PERFIL, NEGOCIO, NOTAS PM. Datos confidenciales NO van a bloques — solo a seccion interna REDACTADOS.

Fase 2 — Juicio de confidencialidad (delegacion a Opus)

Invocar meeting-confidentiality-judge via Task con:

  • Fragmentos de transcripcion que rodean secciones confidenciales
  • Los 3 bloques extraidos (propuesta)
  • Lista de datos confidenciales y motivo

Aplicar veredicto: eliminar CONFIDENCIAL/SENSIBLE. AMBIGUOS se marcan para la PM.

Fase 3 — Analisis de riesgos (delegacion a Opus)

Invocar meeting-risk-analyst via Task con bloques YA filtrados + proyecto + tipo. El risk-analyst NUNCA ve datos confidenciales. Devuelve bloque RIESGOS.

Fase 4 — Actualizacion de contexto del proyecto

OBLIGATORIA tras cada digestion. Propaga la informacion nueva a los documentos de contexto vivos.

Protocolo:

  1. Buscar el indice del proyecto: README.md en la raiz del proyecto, o en su defecto CLAUDE.md, o cualquier fichero que liste los documentos existentes
  2. Identificar qué documentos son relevantes para la informacion extraida en Fase 1
  3. Leer cada documento candidato; si contiene informacion desactualizada o ausente → actualizar
  4. Solo datos no confidenciales. Respetar limite 150 lineas por fichero
  5. Registrar en bloque ACTUALIZACIONES del digest: lista de ficheros modificados y tipo de cambio

Read the full file on GitHub · 152 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 11d ago First seen · 152 lines · 92 tokens per session scan A 6ee8af929724

Subscribe to this mod's changes

meeting-digest is an agent published in the GitHub repository gonzalezpazmonica/pm-workspace (49 stars, last pushed 5d ago), licensed MIT. It adds 92 tokens to every session and 1,572 once invoked, about $0.0005 per session on Opus 5. A static security scan graded it A with 0 findings. It is 100% identical to meeting-digest, differing in 0 lines, and is treated as a copy.