skillfed

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.

recipe-post-mortem-setup automates post-mortem document creation, review scheduling, and team notification in Google Workspace.

AI-generated summary based on this skill's SKILL.md

30,031 1,753 Apache-2.0 updated by googleworkspace

Install

googleworkspace/cli/recipe-post-mortem-setup · repository language: Rust

CLI (skillfed)coming soon
git clone https://github.com/googleworkspace/cli
cp -r cli/skills/recipe-post-mortem-setup ~/.claude/skills/recipe-post-mortem-setup

Frequently asked questions

AI-generated answers based on this skill's SKILL.md and metadata

What does recipe-post-mortem-setup automate?

recipe-post-mortem-setup automates the complete post-mortem workflow across Google Workspace. It creates a structured document in Google Docs, schedules a review meeting in Google Calendar, and sends team notifications through Google Chat—eliminating manual steps in incident retrospectives.

Can recipe-post-mortem-setup create a post-mortem document in Google Docs?

Yes. recipe-post-mortem-setup generates a post-mortem document directly in Google Docs using a built-in template, so your incident review has a consistent structure from the start. The document is ready for collaborative editing by your team.

How does recipe-post-mortem-setup schedule post-mortem review meetings?

recipe-post-mortem-setup integrates with Google Calendar to automatically schedule your post-mortem review meeting. It creates the calendar event and can include attendees, so your team receives invitations without manual coordination.

Does recipe-post-mortem-setup notify the team through Chat?

Yes. recipe-post-mortem-setup sends notifications to your team via Google Chat when the post-mortem is created and scheduled. This ensures everyone knows about the incident review without requiring separate announcements.

What is the incident post-mortem automation workflow in this recipe?

recipe-post-mortem-setup orchestrates incident post-mortem automation by linking Google Docs, Calendar, and Chat. It creates the documentation, schedules the meeting, and notifies stakeholders—streamlining your entire incident response retrospective process in one workflow.

Is recipe-post-mortem-setup suitable for incident response teams?

Absolutely. recipe-post-mortem-setup is designed for incident response teams that need to standardize their post-mortem process. It reduces manual work, ensures consistent documentation, and keeps teams aligned through automated scheduling and notifications.

SKILL.md

rendered from the published skill — quoted content, verbatim

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].'

Read as markdown · JSON record · Browse the source repository

File tree — 1 file
skills/recipe-post-mortem-setup/SKILL.md

Related skills

Tags

incident-management workflow-automation team-collaboration documentation-templates meeting-coordination multi-tool-integration incident-response process-automation