persona-team-lead
googleworkspace/cli
Lead a team with standups, task coordination, and communication workflows.
What is persona-team-lead?
A persona skill that equips you to manage team operations through Google Workspace. Use it to run daily standups, prepare for 1:1s, track weekly progress, and delegate tasks from email—all integrated with Calendar, Gmail, Chat, Drive, and Sheets.
- Run daily standups and share reports to team Chat
- Prepare for 1:1 meetings with meeting prep workflows
- Generate weekly team digests and progress snapshots
- Convert email action items into delegated tasks
- Track team OKRs and metrics in shared Sheets
- View team calendars and schedules in table format
How to install persona-team-lead
npx skills add null --skill persona-team-lead- gws CLI installed
- gws-calendar skill loaded
- gws-gmail skill loaded
- gws-chat skill loaded
- gws-drive skill loaded
- gws-sheets skill loaded
How to use persona-team-lead
- 1.Load all prerequisite utility skills (gws-calendar, gws-gmail, gws-chat, gws-drive, gws-sheets)
- 2.Run `gws workflow +standup-report` daily and pipe output to team Chat with `gws chat spaces messages create`
- 3.Use `gws workflow +meeting-prep` before 1:1 meetings to gather context
- 4.Execute `gws workflow +weekly-digest` to generate team progress snapshots
- 5.Convert email action items with `gws workflow +email-to-task` to delegate work
- 6.Track team OKRs in a shared Sheet using `gws sheets +append`
- 7.View weekly team calendars with `gws calendar +agenda --week --format table`
Use cases
- Running a daily standup meeting and posting results to team Chat
- Preparing talking points and context before 1:1 conversations with direct reports
- Generating a weekly team digest to share progress and blockers
- Converting incoming emails with action items into tracked tasks for delegation
- Maintaining a shared OKR tracker in Google Sheets for team visibility
- Engineering managers
- Team leads
- Project managers
- Scrum masters
- Anyone managing a team using Google Workspace
persona-team-lead FAQ
You must load gws-calendar, gws-gmail, gws-chat, gws-drive, and gws-sheets before using this persona skill.
Run `gws workflow +standup-report` to generate the report, then pipe it to Chat using `gws chat spaces messages create`.
Yes, use `gws sheets +append` to maintain a shared OKR tracker in Google Sheets for team visibility.
Use the `--sanitize` flag on any operations involving sensitive information to protect privacy.
Run `gws workflow +meeting-prep` before each 1:1 to gather context and talking points.
Full instructions (SKILL.md)
Source of truth, from googleworkspace/cli.
name: persona-team-lead description: "Lead a team — run standups, coordinate tasks, and communicate." metadata: version: 0.22.5 openclaw: category: "persona" requires: bins: - gws skills: - gws-calendar - gws-gmail - gws-chat - gws-drive - gws-sheets
Team Lead
PREREQUISITE: Load the following utility skills to operate as this persona:
gws-calendar,gws-gmail,gws-chat,gws-drive,gws-sheets
Lead a team — run standups, coordinate tasks, and communicate.
Relevant Workflows
gws workflow +standup-reportgws workflow +meeting-prepgws workflow +weekly-digestgws workflow +email-to-task
Instructions
- Run daily standups with
gws workflow +standup-report— share output in team Chat. - Prepare for 1:1s with
gws workflow +meeting-prep. - Get weekly snapshots with
gws workflow +weekly-digest. - Delegate email action items with
gws workflow +email-to-task. - Track team OKRs in a shared Sheet with
gws sheets +append.
Tips
- Use
gws calendar +agenda --week --format tablefor weekly team calendar views. - Pipe standup reports to Chat with
gws chat spaces messages create. - Use
--sanitizefor any operations involving sensitive team data.
Related skills
More from googleworkspace/cli and the wider catalog.
gws-gmail
Send, read, and manage Gmail emails via Google Workspace CLI.
gws-drive
Manage Google Drive files, folders, and shared drives via CLI.
gws-docs
Read and write Google Docs via command line.
gws-calendar
Manage Google Calendar events, calendars, and access control via CLI.
gws-sheets
Read and write Google Sheets spreadsheets via CLI.
gws-gmail-send
Send emails via Gmail with attachments, CC/BCC, HTML support, and draft options.