recipe-post-mortem-setup▌
googleworkspace/cli · updated Apr 8, 2026
Orchestrate post-mortem workflows across Google Docs, Calendar, and Chat in one recipe.
- ›Combines three Google Workspace skills to create a structured post-mortem document, schedule a review meeting, and send a team notification
- ›Requires gws-docs , gws-calendar , and gws-chat skills to be loaded before execution
- ›Provides templated steps with customizable incident names, attendees, and meeting times for consistent incident response processes
1d:["$","div",null,{"className":"prose prose-invert max-w-none prose-headings:font-semibold prose-headings:tracking-tight prose-h1:text-4xl prose-h1:mb-2 prose-h2:text-2xl prose-h2:mb-2 prose-h3:text-lg prose-h3:mb-2 prose-p:text-muted-foreground prose-li:text-muted-foreground prose-code:bg-muted prose-code:text-foreground prose-code:px-1 prose-code:py-0.5 prose-code:rounded-sm prose-code:text-sm prose-code:before:content-none prose-code:after:content-none prose-pre:bg-muted prose-pre:text-foreground prose-pre:border prose-pre:border-border prose-pre:rounded-md [&_table]:!border-[color:var(--border)] [&_th]:!border-[color:var(--border)] [&_td]:!border-[color:var(--border)]","dangerouslySetInnerHTML":{"__html":"<h1>Set Up Post-Mortem</h1>\n<blockquote>\n<p><strong>PREREQUISITE:</strong> Load the following skills to execute this recipe: <code>gws-docs</code>, <code>gws-calendar</code>, <code>gws-chat</code></p>\n</blockquote>\n<p>Create a Google Docs post-mortem, schedule a Google Calendar review, and notify via Chat.</p>\n<h2>Steps</h2>\n<ol>\n<li>Create post-mortem doc: <code>gws docs +write --title 'Post-Mortem: [Incident]' --body '## Summary\n\n## Timeline\n\n## Root Cause\n\n## Action Items'</code></li>\n<li>Schedule review meeting: <code>gws calendar +insert --summary 'Post-Mortem Review: [Incident]' --attendee team@company.com --start '2026-03-16T14:00:00' --end '2026-03-16T15:00:00'</code></li>\n<li>Notify in Chat: <code>gws chat +send --space spaces/ENG_SPACE --text '🔍 Post-mortem scheduled for [Incident].'</code></li>\n</ol>"}}]