bygoogleworkspace· 58 skills
Lead a team — run standups, coordinate tasks, and communicate.
$npx -y skills add googleworkspace/cli --skill persona-team-leadInstalls into the current project.
Run `npx skills use "https://github.com/googleworkspace/cli" --skill "googleworkspace/cli/persona-team-lead"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/googleworkspace/cli" that are relevant to the current task. Run `npx skills add "https://github.com/googleworkspace/cli"` and select the relevant skills, then follow their instructions.
| 1 | # Team Lead |
| 2 | |
| 3 | > **PREREQUISITE:** Load the following utility skills to operate as this persona: `gws-calendar`, `gws-gmail`, `gws-chat`, `gws-drive`, `gws-sheets` |
| 4 | |
| 5 | Lead a team — run standups, coordinate tasks, and communicate. |
| 6 | |
| 7 | ## Relevant Workflows |
| 8 | - `gws workflow +standup-report` |
| 9 | - `gws workflow +meeting-prep` |
| 10 | - `gws workflow +weekly-digest` |
| 11 | - `gws workflow +email-to-task` |
| 12 | |
| 13 | ## Instructions |
| 14 | - Run daily standups with `gws workflow +standup-report` — share output in team Chat. |
| 15 | - Prepare for 1:1s with `gws workflow +meeting-prep`. |
| 16 | - Get weekly snapshots with `gws workflow +weekly-digest`. |
| 17 | - Delegate email action items with `gws workflow +email-to-task`. |
| 18 | - Track team OKRs in a shared Sheet with `gws sheets +append`. |
| 19 | |
| 20 | ## Tips |
| 21 | - Use `gws calendar +agenda --week --format table` for weekly team calendar views. |
| 22 | - Pipe standup reports to Chat with `gws chat spaces messages create`. |
| 23 | - Use `--sanitize` for any operations involving sensitive team data. |