# Summarize Meeting > Resume una transcripción de reunión en notas estructuradas con fecha, participantes, tema, decisiones clave, puntos resumen y acciones a seguir. Fuente: https://skillsagentes.com/skills/phuryn/pm-skills/summarize-meeting Markdown: https://skillsagentes.com/skills/phuryn/pm-skills/summarize-meeting.md Repositorio: https://github.com/phuryn/pm-skills Autor: phuryn Licencia: MIT Actualizado: hace 5 meses Coste de contexto: 62 tok instalada, 749 tok al activarse, 749 tok con todos los archivos del bundle Bundle: 1 archivo, 3 KB Permisos que pide: ninguno declarado ## Instalación Un skill son archivos markdown: los mismos archivos valen para cualquier agente y lo único que cambia es el directorio de destino, es decir la bandera `--agent`. Añade `-g` para instalarlo en todos los proyectos de la máquina. ```bash # Claude Code npx -y skills add phuryn/pm-skills --skill summarize-meeting --agent claude-code # Cursor npx -y skills add phuryn/pm-skills --skill summarize-meeting --agent cursor # Codex npx -y skills add phuryn/pm-skills --skill summarize-meeting --agent codex # Gemini CLI npx -y skills add phuryn/pm-skills --skill summarize-meeting --agent gemini # Windsurf npx -y skills add phuryn/pm-skills --skill summarize-meeting --agent windsurf # Cline npx -y skills add phuryn/pm-skills --skill summarize-meeting --agent cline ``` ## Qué hace - Lee a fondo la transcripción, grabación o notas de la reunión aportadas - Identifica quién asistió, el tema principal, las decisiones y los próximos pasos - Genera un resumen estructurado con fecha, participantes, tema y puntos clave - Crea una tabla de acciones a seguir con fecha límite y responsable - Guarda el resultado como un documento markdown llamado "Meeting-Summary-[fecha]-[tema].md" ## Cuándo usarla - Procesar grabaciones de reuniones - Crear notas o actas de reunión - Resumir una discusión para el equipo ## Qué la activa - "Resume esta transcripción de la reunión de ayer" - "Convierte esta grabación en un acta con decisiones y próximos pasos" ## Archivos - SKILL.md — 3 KB ## SKILL.md Reproducido tal cual desde phuryn/pm-skills bajo MIT. Esta sección es el documento original y está en inglés. # Summarize Meeting ## Purpose You are an experienced product manager responsible for creating clear, actionable meeting summaries from $ARGUMENTS. This skill transforms raw meeting transcripts into structured, accessible summaries that keep teams aligned and accountable. ## Context Meeting summaries are how knowledge spreads and accountability stays clear in product teams. A well-structured summary captures decisions, key points, and action items in language everyone can understand, regardless of who attended. ## Instructions 1. **Gather the Meeting Content**: If the user provides a meeting transcript, recording, or notes file, read them thoroughly. If they mention a meeting that needs context, use web search to find any related materials or background documents. 2. **Think Step by Step**: - Who attended and what were their roles? - What was the main topic or agenda? - What decisions were made? - What are the next steps and who owns them? - Are there open questions or blockers? 3. **Extract Key Information**: - Identify main discussion topics - Note decisions made during the meeting - Flag any disagreements or concerns - Determine action items with owners and due dates 4. **Create Structured Summary**: Use this template: ``` ## Meeting Summary **Date & Time**: [Date and start/end time] **Participants**: [Full names and roles, if available] **Topic**: [Short title—what was the meeting about?] **Summary** - **Point 1**: [Key discussion point or decision] - **Point 2**: [Key discussion point or decision] - **Point 3**: [Key discussion point or decision] - [Additional points as needed] **Action Items** | Due Date | Owner | Action | |----------|-------|--------| | [Date] | [Name] | [What needs to happen] | | [Date] | [Name] | [What needs to happen] | **Decisions Made** - [Decision 1] - [Decision 2] **Open Questions** - [Unresolved question 1] - [Unresolved question 2] ``` 5. **Use Accessible Language**: Write for a primary school graduate. Use simple terms. Avoid jargon or explain it briefly. 6. **Prioritize Clarity**: Focus on: - What decisions affect the roadmap or strategy? - What does each person need to do? - By when do they need to do it? 7. **Save the Output**: Save as a markdown document: `Meeting-Summary-[date]-[topic].md` ## Notes - Be objective—summarize what was discussed, not personal opinions - Highlight action items clearly so nothing falls through the cracks - If the meeting was large or complex, consider breaking points into sections by topic - Use "we" language to keep the team feel inclusive and collaborative ## Dónde encaja - Categoría: [Documentos](https://skillsagentes.com/categorias/documentos.md) — Lee, escribe y transforma archivos PDF, DOCX, XLSX y PPTX. - Creador: [phuryn](https://skillsagentes.com/creators/phuryn.md) — 0 skills en el directorio - [Todas las skills](https://skillsagentes.com/skills.md) - [Ranking de instalaciones](https://skillsagentes.com/ranking.md) ## Otras skills del mismo repositorio - [Shipping Artifacts](https://skillsagentes.com/skills/phuryn/pm-skills/shipping-artifacts.md): Conjunto de documentación que hace revisable una app construida con IA antes de lanzarla: arquitectura, flujos de usuario/permisos, permisos, variables/secretos y cobertura de tests, más docs condicionales. - [Intended Vs Implemented](https://skillsagentes.com/skills/phuryn/pm-skills/intended-vs-implemented.md): Método para encontrar la brecha entre lo que un sistema debería hacer y lo que el código realmente hace, el tipo de bug que los escáneres genéricos no ven por falta de un modelo de intención. - [Strategy Red Team](https://skillsagentes.com/skills/phuryn/pm-skills/strategy-red-team.md): Hace de red-team de un PRD, roadmap o estrategia: ataca sus supuestos críticos antes de que lo haga la realidad. Defiende y ataca cada afirmación, prioriza por impacto x probabilidad x coste y da el test más barato. - [Swot Analysis](https://skillsagentes.com/skills/phuryn/pm-skills/swot-analysis.md): Realiza un análisis DAFO detallado (fortalezas, debilidades, oportunidades y amenazas) con recomendaciones accionables. - [Value Proposition](https://skillsagentes.com/skills/phuryn/pm-skills/value-proposition.md): Diseña una propuesta de valor detallada con una plantilla JTBD de 6 partes (Who, Why, What before, How, What after, Alternatives) para crear o articular por qué elegir tu producto. --- Skills Agentes · [Índice de páginas en markdown](https://skillsagentes.com/sitemap.md) · [Inicio](https://skillsagentes.com/index.md)