--- id: googleworkspace/cli/recipe-post-mortem-setup version: "ad3d0386" license: Apache-2.0 install: manual updated: 2026-07-22 --- # recipe-post-mortem-setup — This recipe orchestrates the full post-mortem workflow across Google Workspace: it creates a structured document in Docs, schedules a review meeting in Calendar, and sends a notification through Chat. Perfect for incident response teams needing to standardize their retrospective process. Publisher: googleworkspace · Stars: 30031 · Updated: 2026-07-22 Install (manual): `git clone https://github.com/googleworkspace/cli` ## SKILL.md # 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 +write --title 'Post-Mortem: [Incident]' --body '## Summary\n\n## Timeline\n\n## Root Cause\n\n## Action Items'` 2. 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'` 3. Notify in Chat: `gws chat +send --space spaces/ENG_SPACE --text '🔍 Post-mortem scheduled for [Incident].'` [View on SkillFed](https://skillfed.io/googleworkspace/cli/recipe-post-mortem-setup) · [View on GitHub](https://github.com/googleworkspace/cli)