
Persona Team Lead
Operate as a team lead from the terminal by running standups, 1:1 prep, weekly digests, and OKR tracking through Google Workspace via the gws CLI.
Overview
Persona Team Lead is an agent skill most often used in Build (also Operate, Grow) that leads a squad through gws workflows for standups, meeting prep, digests, email-to-task, and OKR sheets on Google Workspace.
Install
npx skills add https://github.com/googleworkspace/cli --skill persona-team-leadWhat is this skill?
- Four bundled gws workflows: standup-report, meeting-prep, weekly-digest, and email-to-task
- Prerequisite stack: gws-calendar, gws-gmail, gws-chat, gws-drive, and gws-sheets
- Posts standup output to team Chat and pipes reports with gws chat spaces messages create
- Weekly team calendar via gws calendar +agenda --week --format table
- Tracks team OKRs with gws sheets +append on a shared Sheet; --sanitize for sensitive team data
- 4 named gws workflows
- 5 prerequisite gws utility skills
Adoption & trust: 15.6k installs on skills.sh; 26.9k GitHub stars; 3/3 security scanners passed (skills.sh audits).
What problem does it solve?
You are the default coordinator for a tiny team but standups, 1:1 prep, and follow-ups live scattered across Calendar, Gmail, Chat, Drive, and Sheets.
Who is it for?
Solo or indie tech leads who already use gws and want agent-driven standups, weekly digests, and Chat-visible team updates.
Skip if: Builders without the gws binary, OAuth setup, or the five prerequisite gws utility skills loaded in the same session.
When should I use this skill?
You need to lead a team with standups, 1:1 prep, weekly digests, email-to-task delegation, or OKR sheet updates via gws.
What do I get? / Deliverables
After loading the prerequisite gws skills, you run named workflows and CLI posts so rituals and OKR updates stay documented and repeatable in Google Workspace.
- Standup report shared in Chat
- Meeting-prep brief for 1:1s
- Weekly digest snapshot
Recommended Skills
Journey fit
Spans multiple journey phases - primary shelf plus alternate fits below.
Canonical shelf is Build → PM because the persona’s core job is coordinating people, tasks, and rituals—not one-off infra or launch work. Subphase pm matches standups, delegation, meeting prep, and shared OKR sheets—the planning and coordination layer of delivery.
Where it fits
Run gws workflow +standup-report and post the summary to the team Chat space before the day’s build work.
Prepare a 1:1 with gws workflow +meeting-prep using the week’s calendar agenda table.
Append OKR progress rows with gws sheets +append after the weekly-digest snapshot.
How it compares
A persona playbook on top of gws workflows—not a standalone MCP server or a generic “manage my team” chat prompt.
Common Questions / FAQ
Who is persona-team-lead for?
It is for solo builders and small-team leads who run delivery on Google Workspace and want standups, 1:1 prep, digests, and OKR tracking driven through the gws CLI and bundled workflows.
When should I use persona-team-lead?
Use it during Build PM when you need daily standups and delegation; during Operate support when you keep async team comms in Chat; and during Grow lifecycle when you snapshot progress with weekly digests and sheet-based OKRs.
Is persona-team-lead safe to install?
It orchestrates live Google accounts via gws and can touch mail, chat, and files—use --sanitize for sensitive team data and review the Security Audits panel on this Prism page before granting production workspace access.
Workflow Chain
Requires first: gws calendar, gws gmail
SKILL.md
READMESKILL.md - Persona Team Lead
# 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-report` - `gws workflow +meeting-prep` - `gws workflow +weekly-digest` - `gws 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 table` for weekly team calendar views. - Pipe standup reports to Chat with `gws chat spaces messages create`. - Use `--sanitize` for any operations involving sensitive team data.