From gws
Automates incident post-mortem setup: creates Google Docs template, schedules review in Google Calendar, notifies team via Google Chat.
How this skill is triggered — by the user, by Claude, or both
Slash command
/gws:recipe-post-mortem-setupThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
> **PREREQUISITE:** Load the following skills to execute this recipe: `gws-docs`, `gws-calendar`, `gws-chat`
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.
gws docs +write --title 'Post-Mortem: [Incident]' --body '## Summary\n\n## Timeline\n\n## Root Cause\n\n## Action Items'gws calendar +insert --summary 'Post-Mortem Review: [Incident]' --attendee [email protected] --start '2026-03-16T14:00:00' --end '2026-03-16T15:00:00'gws chat +send --space spaces/ENG_SPACE --text '🔍 Post-mortem scheduled for [Incident].'npx claudepluginhub wadewarren/gws-claude-pluginGenerates a structured postmortem document from incident/outage context, guiding through timeline, action items, and drafting a Google Doc. Useful for SRE and incident management.
Generates an SRE-style incident postmortem markdown document from a cached timeline and source materials. Used in Phase 4 of the incident-postmortem workflow.
Runs incident response workflow: triage severity and roles, draft communications, track mitigation, generate blameless postmortem from alerts or status updates.