The incident name is sent to fixed group and Chat destinations
Source references: 3Both the calendar title and Chat message contain `[Incident]`, while the destinations are preset to `team@company.com` and `spaces/ENG_SPACE`. The recipe does not require confirmation that those recipients are authorized to know about the incident.
If the placeholder destinations are not replaced correctly or the space has broad membership, the existence and name of the incident could be disclosed to unintended recipients. Those recipients would also receive a real invitation or notification.
These are execution steps, not warnings or tests. The calendar invitation and Chat message send the incident name to preset destinations. Although `team@company.com`, `spaces/ENG_SPACE`, and `[Incident]` appear to be template placeholders, the recipe does not require verifying that the recipients are authorized. If an agent executes it directly or replaces only the incident name, incident information could reach the wrong people or space. A user can require recipient and authorization confirmation before sending.
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].'`Show 2 other places
Create a Google Docs post-mortem, schedule a Google Calendar review, and notify via Chat.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].'`