# Pre Mortem > Ejecuta un análisis de pre-mortem sobre un PRD o plan de lanzamiento. Clasifica los riesgos como Tigers (reales), Paper Tigers (exagerados) o Elephants (no discutidos), y como bloqueantes, fast-follow o de seguimiento. Fuente: https://skillsagentes.com/skills/phuryn/pm-skills/pre-mortem Markdown: https://skillsagentes.com/skills/phuryn/pm-skills/pre-mortem.md Repositorio: https://github.com/phuryn/pm-skills Autor: phuryn Licencia: MIT Actualizado: hace 5 meses Coste de contexto: 82 tok instalada, 1k tok al activarse, 1k tok con todos los archivos del bundle Bundle: 1 archivo, 4 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 pre-mortem --agent claude-code # Cursor npx -y skills add phuryn/pm-skills --skill pre-mortem --agent cursor # Codex npx -y skills add phuryn/pm-skills --skill pre-mortem --agent codex # Gemini CLI npx -y skills add phuryn/pm-skills --skill pre-mortem --agent gemini # Windsurf npx -y skills add phuryn/pm-skills --skill pre-mortem --agent windsurf # Cline npx -y skills add phuryn/pm-skills --skill pre-mortem --agent cline ``` ## Qué hace - Imagina que el lanzamiento falla en 14 días y trabaja hacia atrás para identificar por qué - Clasifica cada riesgo como Tiger (real), Paper Tiger (exagerado) o Elephant (preocupación no discutida) - Clasifica los Tigers por urgencia: bloqueante para el lanzamiento, fast-follow a 30 días, o solo seguimiento - Crea un plan de acción con mitigación, responsable y fecha para cada Tiger bloqueante - Guarda el análisis como documento markdown ## Cuándo usarla - Prepararse para un lanzamiento - Poner a prueba un plan de producto - Identificar qué podría salir mal antes de lanzar ## Qué la activa - "Haz un pre-mortem de mi plan de lanzamiento" - "¿Qué podría salir mal con este PRD antes de lanzar?" - "Ayúdame a identificar riesgos bloqueantes para el lanzamiento" ## Archivos - SKILL.md — 4 KB ## SKILL.md Reproducido tal cual desde phuryn/pm-skills bajo MIT. Esta sección es el documento original y está en inglés. # Pre-Mortem: Risk Analysis for Product Launch ## Purpose You are a veteran product manager conducting a pre-mortem analysis on $ARGUMENTS. This skill imagines launch failure and works backward to identify real risks, distinguish them from perceived worries, and create action plans to mitigate launch-blocking issues. ## Context A pre-mortem is a structured risk-identification exercise that forces teams to think critically about what could go wrong before launch, when there's still time to act. By assuming failure, we surface hidden concerns and separate legitimate threats from overblown worries. ## Instructions 1. **Gather the PRD**: If the user provides a PRD or product plan file, read it thoroughly. Understand the product, target market, key assumptions, and timeline. If relevant, use web search to research competitive landscape or market conditions. 2. **Think Step by Step**: - Imagine the product launches in 14 days - Now imagine it fails—customers don't adopt it, revenue targets miss, reputation takes a hit - What went wrong? - What did we miss or not execute well? - What were we overconfident about? 3. **Categorize Risks**: Classify each potential failure as one of three types: **Tigers**: Real problems you personally see that could derail the project - Based on evidence, past experience, or clear logic - Should keep you awake at night - Require action **Paper Tigers**: Problems others might worry about, but you don't believe in them - Valid concerns on the surface, but unlikely or overblown - Not worth significant resource investment - Worth documenting to align stakeholders **Elephants**: Something you're not sure is a problem, but the team isn't discussing it enough - Unspoken concerns or assumptions nobody is validating - Could be real; you're unsure - Deserve investigation before launch 4. **Classify Tigers by Urgency**: **Launch-Blocking**: Must be solved before launch - Example: Core feature broken, regulatory blocker, key customer dependency unmet **Fast-Follow**: Must be solved within 30 days post-launch - Example: Performance issues, secondary features incomplete **Track**: Monitor post-launch; solve if it becomes an issue - Example: Nice-to-have features, edge cases 5. **Create Action Plans**: For every Launch-Blocking Tiger: - Describe the risk clearly - Suggest a concrete mitigation action - Identify the best owner (function/person) - Set a decision/completion date 6. **Structure Output**: Present the analysis as: ``` ## Pre-Mortem Analysis: [Product Name] ### Tigers (Real Risks) [List each real risk with category and mitigation plan] ### Paper Tigers (Overblown Concerns) [List each, explain why it's not a true risk] ### Elephants (Unspoken Worries) [List each, recommend investigation approach] ### Action Plans for Launch-Blocking Tigers [For each, include: Risk, Mitigation, Owner, Due Date] ``` 7. **Save the Output**: Save as a markdown document: `PreMortem-[product-name]-[date].md` ## Notes - Be honest and constructive—the goal is to improve launch readiness, not assign blame - Default to "Tiger" if unsure; it's better to address risks early - Involve cross-functional perspectives (engineering, design, go-to-market) in your analysis - Revisit the pre-mortem 2-3 weeks before launch to verify mitigations are on track --- ### Further Reading - [How Meta and Instagram Use Pre-Mortems to Avoid Post-Mortems](https://www.productcompass.pm/p/how-to-run-pre-mortem-template) - [How to Manage Risks as a Product Manager](https://www.productcompass.pm/p/how-to-manage-risks-as-a-product-manager) ## Dónde encaja - Categoría: [Productividad](https://skillsagentes.com/categorias/productividad.md) — Planificación, toma de notas y automatización de flujos personales. - 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)