Gws Workflow Rapid
All-in-one command covering google, workflow, announce, drive. Includes structured workflows, validation checks, and reusable patterns for google workspace.
GWS Workflow Rapid
Rapid access to cross-service Google Workspace workflows including standup reports, meeting prep, email-to-task conversion, weekly digests, and file announcements.
When to Use This Command
Run this command when you need to execute productivity workflows that span multiple Google Workspace services in a single operation.
- You want to generate a standup report combining today's calendar events and open tasks
- You need to prepare for your next meeting with agenda, attendees, and linked documents
- You want to convert a Gmail message into a Google Tasks entry
- You need a weekly digest summarizing meetings and unread email counts
Use it also when:
- You want to announce a Drive file in a Google Chat space
- You need to quickly discover what cross-service workflows are available
Quick Start
# .claude/commands/gws-workflow-rapid.md name: gws-workflow-rapid description: Rapid cross-service GWS workflows arguments: workflow: The workflow command to execute
# Generate a standup report claude gws-workflow-rapid "+standup-report --format table"
Expected output:
āāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāā
ā Today's Standup - March 15, 2026 ā
āāāāāāāāāāāāāāā¬āāāāāāāāāāāāāāāāāāāāāāāāāāāāāāā¤
ā 09:00-09:30 ā Team Standup ā
ā 11:00-12:00 ā Sprint Review ā
ā 14:00-14:30 ā 1:1 with Manager ā
āāāāāāāāāāāāāāā“āāāāāāāāāāāāāāāāāāāāāāāāāāāāāāā¤
ā Open Tasks: ā
ā - Review PR #42 (due today) ā
ā - Deploy staging build ā
ā - Update documentation ā
āāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāā
Core Concepts
| Concept | Description |
|---|---|
| Workflow | A multi-service operation combining Calendar, Tasks, Gmail, etc. |
| Standup Report | Today's meetings + open tasks in a single view |
| Meeting Prep | Next meeting details with attendees and linked documents |
| Email-to-Task | Convert a Gmail message into a Google Tasks entry |
| Weekly Digest | Weekly summary of meetings and unread email counts |
Available Workflows:
+standup-report āā> Calendar + Tasks
+meeting-prep āā> Calendar + Drive
+email-to-task āā> Gmail + Tasks
+weekly-digest āā> Calendar + Gmail
+file-announce āā> Drive + Chat
Configuration
| Parameter | Default | Description |
|---|---|---|
workflow | required | The workflow helper command (e.g., +standup-report) |
format | json | Output format: json, table, yaml, csv |
calendar | primary | Calendar ID for calendar-based workflows |
message-id | none | Gmail message ID for email-to-task workflow |
dry-run | false | Preview workflow output without write operations |
Best Practices
-
Use table format for daily workflows -- Standup reports and meeting prep are more readable in table format. Use
--format tablefor interactive use. -
Run standup-report at the start of each day -- Make this part of your morning routine to get a consolidated view of today's commitments and outstanding tasks.
-
Chain workflows in automation scripts -- Combine multiple workflows sequentially: standup report, then meeting prep for the next event, then weekly digest on Fridays.
-
All workflows are read-only by default -- Except for
+email-to-taskand+file-announce, workflows only read data. No confirmation needed for read-only operations. -
Specify calendar ID for non-primary calendars -- If you use separate calendars for work and personal events, pass
--calendar Workto target the correct calendar.
Common Issues
-
Empty standup report -- If no calendar events exist for today and no tasks are in the default task list, the report will be empty. Verify data exists in Calendar and Tasks.
-
Meeting prep shows wrong event -- The command shows the next upcoming event. If a past event has not ended according to Calendar, it may be returned instead.
-
File announce requires Chat space access -- The
+file-announceworkflow posts to Google Chat, requiring Chat API access and membership in the target space.
Reviews
No reviews yet. Be the first to review this template!
Similar Templates
Git Commit Message Generator
Generates well-structured conventional commit messages by analyzing staged changes. Follows Conventional Commits spec with scope detection.
React Component Scaffolder
Scaffolds a complete React component with TypeScript types, Tailwind styles, Storybook stories, and unit tests. Follows project conventions automatically.
CI/CD Pipeline Generator
Generates GitHub Actions workflows for CI/CD including linting, testing, building, and deploying. Detects project stack automatically.