From google-workspace
Creates Google Docs post-mortem template, schedules Calendar review meeting, and notifies team via Chat. For engineering incident analysis and reviews.
npx claudepluginhub tuannvm/plugins --plugin google-workspaceThis skill uses the workspace's default tool permissions.
> **PREREQUISITE:** Load the following skills to execute this recipe: `gws-docs`, `gws-calendar`, `gws-chat`
Creates isolated Git worktrees for feature branches with prioritized directory selection, gitignore safety checks, auto project setup for Node/Python/Rust/Go, and baseline verification.
Executes implementation plans in current session by dispatching fresh subagents per independent task, with two-stage reviews: spec compliance then code quality.
Dispatches parallel agents to independently tackle 2+ tasks like separate test failures or subsystems without shared state or dependencies.
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]' --attendees team@company.com --start 'next monday 14:00' --duration 60gws chat +send --space spaces/ENG_SPACE --text '๐ Post-mortem scheduled for [Incident].'