# Recipe Post Mortem Setup

> Create a Google Docs post-mortem, schedule a Google Calendar review, and notify via Chat.

- Skill: `wadewarren/recipe-post-mortem-setup` (Agent Skill)
- Install (CLI): `npx skillmds@latest add wadewarren/recipe-post-mortem-setup`
- Raw SKILL.md: https://api.skillmd.com/api/skills/wadewarren/recipe-post-mortem-setup/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Productivity
- Author: wadewarren (https://skillmd.com/u/wadewarren)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/wadewarren/recipe-post-mortem-setup

---


# Set Up Post-Mortem

> **PREREQUISITE:** Load the following skills to execute this recipe: `gws-docs`, `gws-calendar`, `gws-chat`

Create a Google Docs post-mortem, schedule a Google Calendar review, and notify via Chat.

## Steps

1. Create post-mortem doc: `gws docs documents create --json '{"title": "Post-Mortem: [Incident]"}'`
2. Write the template (use DOC_ID from step 1): `gws docs +write --document DOC_ID --text '## Summary

## Timeline

## Root Cause

## Action Items'`
3. Schedule review meeting: `gws calendar +insert --summary 'Post-Mortem Review: [Incident]' --attendee team@company.com --start '2026-03-16T14:00:00' --end '2026-03-16T15:00:00'`
4. Notify in Chat: `gws chat +send --space spaces/ENG_SPACE --text '🔍 Post-mortem scheduled for [Incident].'`


