recipe-post-mortem-setup

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

5 stars

Best use case

recipe-post-mortem-setup is best used when you need a repeatable AI agent workflow instead of a one-off prompt.

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

Teams using recipe-post-mortem-setup should expect a more consistent output, faster repeated execution, less prompt rewriting.

When to use this skill

  • You want a reusable workflow that can be run more than once with consistent structure.

When not to use this skill

  • You only need a quick one-off answer and do not need a reusable workflow.
  • You cannot install or maintain the underlying files, dependencies, or repository context.

Installation

Claude Code / Cursor / Codex

$curl -o ~/.claude/skills/recipe-post-mortem-setup/SKILL.md --create-dirs "https://raw.githubusercontent.com/pleaseai/claude-code-plugins/main/plugins/google-workspace/skills/recipe-post-mortem-setup/SKILL.md"

Manual Installation

  1. Download SKILL.md from GitHub
  2. Place it in .claude/skills/recipe-post-mortem-setup/SKILL.md inside your project
  3. Restart your AI agent — it will auto-discover the skill

How recipe-post-mortem-setup Compares

Feature / Agentrecipe-post-mortem-setupStandard Approach
Platform SupportNot specifiedLimited / Varies
Context Awareness High Baseline
Installation ComplexityUnknownN/A

Frequently Asked Questions

What does this skill do?

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

Where can I find the source code?

You can find the source code on GitHub using the link provided at the top of the page.

Related Guides

SKILL.md Source

# 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]' --attendees team@company.com --start 'next monday 14:00' --duration 60`
3. Notify in Chat: `gws chat +send --space spaces/ENG_SPACE --text '🔍 Post-mortem scheduled for [Incident].'`

Related Skills

supabase-postgres-best-practices

5
from pleaseai/claude-code-plugins

Postgres performance optimization and best practices from Supabase. Use this skill when writing, reviewing, or optimizing Postgres queries, schema designs, or database configurations.

prisma-postgres

5
from pleaseai/claude-code-plugins

Prisma Postgres setup and operations guidance across Console, create-db CLI, Management API, and Management API SDK. Use when creating Prisma Postgres databases, working in Prisma Console, provisioning with create-db/create-pg/create-postgres, or integrating programmatic provisioning with service tokens or OAuth.

prisma-database-setup

5
from pleaseai/claude-code-plugins

Guides for configuring Prisma with different database providers (PostgreSQL, MySQL, SQLite, MongoDB, etc.). Use when setting up a new project, changing databases, or troubleshooting connection issues. Triggers on "configure postgres", "connect to mysql", "setup mongodb", "sqlite setup".

graphite-setup

5
from pleaseai/claude-code-plugins

Configure a GitHub repository for Graphite — branch protection, merge queue, CI triggers, and stack-aware CI optimizations. Use when the user is onboarding a repo to Graphite, mentions Graphite branch protection / required checks / signed commits / merge queue, sees CI failing on `graphite-base/*` branches, asks about merge-queue choice (Graphite vs GitHub vs external), or wants to reduce CI cost for stacked PRs (CI Optimizations, stack-aware CI, `needs.optimize_ci.outputs.skip`). Triggers on `.github/workflows/*.yml` changes for repos using Graphite, the phrases "stack CI", "stacking and CI", "graphite-base", and any branch-protection or merge-queue discussion in a Graphite repo.

recipe-watch-drive-changes

5
from pleaseai/claude-code-plugins

Subscribe to change notifications on a Google Drive file or folder.

recipe-sync-contacts-to-sheet

5
from pleaseai/claude-code-plugins

Export Google Contacts directory to a Google Sheets spreadsheet.

recipe-share-folder-with-team

5
from pleaseai/claude-code-plugins

Share a Google Drive folder and all its contents with a list of collaborators.

recipe-share-event-materials

5
from pleaseai/claude-code-plugins

Share Google Drive files with all attendees of a Google Calendar event.

recipe-share-doc-and-notify

5
from pleaseai/claude-code-plugins

Share a Google Docs document with edit access and email collaborators the link.

recipe-send-team-announcement

5
from pleaseai/claude-code-plugins

Send a team announcement via both Gmail and a Google Chat space.

recipe-send-personalized-emails

5
from pleaseai/claude-code-plugins

Read recipient data from Google Sheets and send personalized Gmail messages to each row.

recipe-search-and-export-emails

5
from pleaseai/claude-code-plugins

Find Gmail messages matching a query and export them for review.