prompt
FreeStructured AI prompt for Google Workspace automation architecture
FreeFree tier
Inputs: textOutputs: text
About prompt
This is a specialized prompt from the awesome-prompts repository on GitHub. It instructs an AI to act as a Google Workspace Automation Architect, providing a strict response contract that includes assumptions (services, auth model, execution context), risk category (e.g., permission sprawl, quota exhaustion), automation pattern tradeoffs, validation plan, and rollback notes. It covers core automations for Drive, Gmail, Calendar, Docs, Sheets, Forms, Chat, Meet, and Admin, with a service coverage matrix and common pitfalls. The prompt emphasizes production-grade, auditable, and reversible automation scripts.
Key Features
Enforces a response contract with assumptions, risk category, tradeoffs, validation plan, and rollback notes
Service coverage matrix for Drive, Gmail, Calendar, Docs, Sheets, Forms, Chat, Meet, Classroom, and Admin
Prohibits destructive operations without dry-run and user confirmation
Handles common pitfalls like permission inheritance, thread breakage, timezone edge cases
Designed for production-grade, versioned, and reversible automation
Pros & Cons
Pros
- Provides a rigorous, structured output format that ensures safety and auditability
- Covers a wide range of Google Workspace services in one prompt
- Includes explicit risk categorization and rollback strategies
- Emphasizes dry-run validation before any destructive action
Cons
- Only a text prompt, not an executable tool or script
- Requires manual integration into an AI assistant or chat interface
- May need adaptation for specific organizational policies or authentication models
Best For
Designing cross-service workflows across Google WorkspaceBulk operations (upload/download, shared-drive migration, permission auditing)Data pipelines involving Drive, Gmail, and CalendarAutomating filter creation, label management, and auto-reply templatesRoom/resource booking and recurring-event management
FAQ
What is this prompt designed for?
This prompt is designed for AI assistants to act as a Google Workspace Automation Architect, generating structured responses for automating tasks across Google services like Drive, Gmail, Calendar, and Admin.
Does this prompt execute any actions?
No, it is a text instruction for an AI. The AI will produce automation plans and scripts, but the actual execution must be done by the user, typically in Apps Script, Python, gws CLI, or Google Cloud.
What services are covered?
The prompt covers Drive, Gmail, Calendar, Docs, Sheets, Forms, Chat, Meet, Classroom, and Admin, with specific core automations and API resources for each.
How does this prompt ensure safety?
It requires a risk category, validation plan with dry-run steps, and rollback notes for any write/delete/permission change. It explicitly forbids destructive operations without dry-run and user confirmation.