pre-mortem

por phuryn

Realiza un análisis de riesgos pre-mortem sobre un PRD o plan de lanzamiento. Categoriza los riesgos como Tigers (problemas reales), Paper Tigers (preocupaciones exageradas) y Elephants (preocupaciones no expresadas), y luego los clasifica como bloqueantes de lanzamiento, fast-follow o track. Úsalo al preparar un lanzamiento, probar la solidez de un plan de producto o identificar qué podría salir mal.

npx skills add https://github.com/phuryn/pm-skills --skill pre-mortem

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

Más skills de phuryn

create-prd
phuryn
Crea un Documento de Requisitos de Producto utilizando una plantilla integral de 8 secciones que cubre problema, objetivos, segmentos, propuestas de valor, solución y planificación de lanzamiento. Úsalo al redactar un PRD, documentar requisitos de producto, preparar una especificación de funcionalidad o revisar un PRD existente.
prioritization-frameworks
phuryn
Guía de referencia de 9 marcos de priorización con fórmulas, orientación sobre cuándo usarlos y plantillas: RICE, ICE, Kano, MoSCoW, Opportunity Score y más. Úsala al seleccionar un método de priorización, comparar marcos como RICE vs ICE, o aprender cómo funcionan los diferentes enfoques de priorización.
outcome-roadmap
phuryn
Transforma una hoja de ruta centrada en resultados en una centrada en el impacto que comunique la intención estratégica. Reformula las iniciativas como declaraciones de impacto que reflejen los efectos para los usuarios y el negocio. Úsalo al pasar a hojas de ruta de impacto, al hacer una hoja de ruta más estratégica o al reescribir listas de funciones como impactos.
project-managementcommunication
strategy-red-team
phuryn
Haz red team a un PRD, hoja de ruta o estrategia atacando sus supuestos clave antes de que la realidad lo haga. Steelmans luego ataca cada afirmación, clasifica los modos de fallo por impacto × probabilidad × costo de prueba, y devuelve la prueba más barata y los criterios de eliminación para cada uno. Úsalo al someter a prueba de esfuerzo un plan, poner a prueba una estrategia, desafiar supuestos o preparar un documento para revisión ejecutiva.