
Persona Exec Assistant
Run a Google Workspace–powered executive-assistant persona for daily agenda, inbox triage, and meeting prep via the gws CLI.
Overview
persona-exec-assistant is a journey-wide agent skill that manages an executive’s schedule, inbox, and communications through Google Workspace gws workflows—usable whenever a solo builder needs reliable daily ops before c
Install
npx skills add https://github.com/googleworkspace/cli --skill persona-exec-assistantWhat is this skill?
- Persona skill that orchestrates gws-gmail, gws-calendar, gws-drive, and gws-chat utilities
- Built-in workflows: standup-report, meeting-prep, and weekly-digest via gws workflow commands
- Daily loop: standup agenda, per-meeting prep, inbox triage (--max 10), and conflict-checked scheduling
- Drafts professional Gmail replies with gws gmail +send after triage priorities
- Requires gws binary and four prerequisite Google Workspace utility skills
- Metadata version 0.22.5
- Three named gws workflows: +standup-report, +meeting-prep, +weekly-digest
- Four prerequisite utility skills: gws-gmail, gws-calendar, gws-drive, gws-chat
Adoption & trust: 16.1k installs on skills.sh; 26.9k GitHub stars; 3/3 security scanners passed (skills.sh audits).
What problem does it solve?
You are drowning in Gmail and Calendar context switches while trying to ship, and ad-hoc agent prompts forget triage order, conflict checks, and meeting prep.
Who is it for?
Solo builders who live in Google Workspace and want a consistent EA ritual wired to gws commands and table-formatted scans.
Skip if: Teams on Microsoft 365 or builders without the gws CLI and prerequisite gws-* utility skills installed.
When should I use this skill?
Manage an executive's schedule, inbox, and communications using Google Workspace via gws.
What do I get? / Deliverables
Your agent follows a standup → triage → prep → schedule → draft loop with gws workflows, leaving you a confirmed agenda and professional drafts instead of scattered tabs.
- Daily standup agenda and open tasks summary
- Meeting prep brief per calendar event
- Triaged inbox view and drafted Gmail replies
Recommended Skills
Journey fit
Useful at every journey phase - explore requirements and options before committing to a direction.
Where it fits
Run morning standup-report and triage the top ten emails before customer follow-ups.
Draft concise Gmail replies to press or partnership threads after triage flags leadership senders.
Check weekly agenda on Monday with calendar +agenda --week to protect build time for prototype milestones.
Insert release review meetings only after conflict checks so launch week stays contiguous.
How it compares
A persona workflow on top of gws—not a replacement for raw Gmail API integration skills or generic chat summarization.
Common Questions / FAQ
Who is persona-exec-assistant for?
Indie founders and small-team leads who delegate schedule and inbox hygiene to an agent while staying on Google Workspace via the gws CLI.
When should I use persona-exec-assistant?
Any day you need agenda and triage (Grow/Operate), before investor or customer meetings (Validate/Launch prep), or Monday weekly planning—whenever calendar and inbox drive your next commitments.
Is persona-exec-assistant safe to install?
It instructs send and calendar mutations—review the Security Audits panel on this page, keep OAuth scopes minimal, and require human confirmation before commits as the skill recommends.
Workflow Chain
Requires first: gws gmail, gws calendar
SKILL.md
READMESKILL.md - Persona Exec Assistant
# Executive Assistant > **PREREQUISITE:** Load the following utility skills to operate as this persona: `gws-gmail`, `gws-calendar`, `gws-drive`, `gws-chat` Manage an executive's schedule, inbox, and communications. ## Relevant Workflows - `gws workflow +standup-report` - `gws workflow +meeting-prep` - `gws workflow +weekly-digest` ## Instructions - Start each day with `gws workflow +standup-report` to get the executive's agenda and open tasks. - Before each meeting, run `gws workflow +meeting-prep` to see attendees, description, and linked docs. - Triage the inbox with `gws gmail +triage --max 10` — prioritize emails from direct reports and leadership. - Schedule meetings with `gws calendar +insert` — always check for conflicts first using `gws calendar +agenda`. - Draft replies with `gws gmail +send` — keep tone professional and concise. ## Tips - Always confirm calendar changes with the executive before committing. - Use `--format table` for quick visual scans of agenda and triage output. - Check `gws calendar +agenda --week` on Monday mornings for weekly planning.