From gws
Create a Google Docs post-mortem, schedule a Google Calendar review, and notify via Chat.
npx claudepluginhub fakoli/fakoli-plugins --plugin gwsThis skill uses the workspace's default tool permissions.
Create a post-mortem document, schedule a review meeting, and notify the team — all in one workflow.
Compares coding agents like Claude Code and Aider on custom YAML-defined codebase tasks using git worktrees, measuring pass rate, cost, time, and consistency.
Designs and optimizes AI agent action spaces, tool definitions, observation formats, error recovery, and context for higher task completion rates.
Designs, implements, and audits WCAG 2.2 AA accessible UIs for Web (ARIA/HTML5), iOS (SwiftUI traits), and Android (Compose semantics). Audits code for compliance gaps.
Create a post-mortem document, schedule a review meeting, and notify the team — all in one workflow.
Use this workflow after an incident when the user needs to set up the post-mortem process: create a structured document, schedule a review meeting, and notify the team.
Ask the user for:
gws docs +write \
--title 'Post-Mortem: INCIDENT_NAME' \
--body '## Summary\n\n## Timeline\n\n## Root Cause\n\n## Impact\n\n## Action Items\n\n## Lessons Learned'
Capture the document ID.
gws calendar +insert \
--summary 'Post-Mortem Review: INCIDENT_NAME' \
--attendee team@company.com \
--start 'REVIEW_TIME' \
--end 'REVIEW_END_TIME' \
--dry-run
Confirm, then execute.
gws chat +send \
--space spaces/SPACE_ID \
--text 'Post-mortem scheduled for INCIDENT_NAME. Doc: DOC_LINK | Review: MEETING_TIME'
gws drive permissions create \
--params '{"fileId": "DOC_ID"}' \
--json '{"role": "writer", "type": "user", "emailAddress": "team@company.com"}'
--dry-run on the calendar event and chat message before executingwriter access so the team can contribute