
Gws Workflow Standup Report
Generate today’s meetings plus open Google Tasks as a standup summary in json, table, yaml, or csv via one gws workflow command.
Overview
gws-workflow-standup-report is an agent skill most often used in Operate (also Build pm, Grow lifecycle) that runs gws workflow +standup-report to combine today’s calendar agenda with open tasks.
Install
npx skills add https://github.com/googleworkspace/cli --skill gws-workflow-standup-reportWhat is this skill?
- Single command: gws workflow +standup-report with optional --format json|table|yaml|csv
- Read-only workflow—never modifies Calendar or Tasks data
- Combines today’s calendar agenda with the open tasks list in one summary
- Requires gws binary and gws-shared SKILL.md for auth, flags, and security rules
- Cross-service productivity workflow in the gws-workflow family (metadata 0.22.5)
- 4 output formats: json, table, yaml, csv
Adoption & trust: 16.4k installs on skills.sh; 26.9k GitHub stars; 3/3 security scanners passed (skills.sh audits).
What problem does it solve?
You waste morning time switching between Google Calendar and Tasks instead of one consolidated standup view your agent can format and share.
Who is it for?
Solo builders already on gws who want a zero-setup daily status command with multiple output formats.
Skip if: Builders without Google Workspace gws auth or who need to edit tasks/meetings—this workflow only reads data.
When should I use this skill?
Google Workflow: Today's meetings + open tasks as a standup summary.
What do I get? / Deliverables
You get a formatted standup summary of today’s meetings and open tasks without write operations, ready to paste into your daily plan or retrospective notes.
- Standup summary in chosen --format
- Combined calendar agenda and tasks listing
Recommended Skills
Journey fit
Spans multiple journey phases - primary shelf plus alternate fits below.
Operate/iterate is the natural daily standup rhythm for solo builders shipping alone; the command is read-only status aggregation, not net-new product build. Iterate covers recurring check-ins, planning what to tackle today, and syncing calendar reality with task backlog without mutating workspace data.
Where it fits
Run +standup-report --format table before picking today’s coding focus so calendar conflicts surface early.
Paste JSON standup output into an implementation plan to align open Tasks with afternoon deep-work blocks.
Archive CSV standup summaries weekly to spot recurring meeting load eating shipping time.
How it compares
Prefer this bundled gws workflow over hand-rolling separate Calendar and Tasks API calls in chat.
Common Questions / FAQ
Who is gws-workflow-standup-report for?
Indie developers and tiny teams using Google Calendar and Tasks who want their coding agent to produce a daily standup digest via the gws CLI.
When should I use gws-workflow-standup-report?
Use it each morning in Operate iterate for standup prep; during Build pm when reconciling sprint tasks with today’s meetings; and during Grow lifecycle when documenting what shipped versus what blocked.
Is gws-workflow-standup-report safe to install?
It is documented as read-only, but it still reads calendar and task data through gws; check the Security Audits panel on this page and confirm OAuth scopes match your comfort level.
SKILL.md
READMESKILL.md - Gws Workflow Standup Report
# workflow +standup-report > **PREREQUISITE:** Read `../gws-shared/SKILL.md` for auth, global flags, and security rules. If missing, run `gws generate-skills` to create it. Today's meetings + open tasks as a standup summary ## Usage ```bash gws workflow +standup-report ``` ## Flags | Flag | Required | Default | Description | |------|----------|---------|-------------| | `--format` | — | — | Output format: json (default), table, yaml, csv | ## Examples ```bash gws workflow +standup-report gws workflow +standup-report --format table ``` ## Tips - Read-only — never modifies data. - Combines calendar agenda (today) with tasks list. ## See Also - [gws-shared](../gws-shared/SKILL.md) — Global flags and auth - [gws-workflow](../gws-workflow/SKILL.md) — All cross-service productivity workflows commands