PluginBench
Skill
Pass
Audit score 90

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
Prerequisites
  • gws CLI installed
  • gws-calendar skill loaded
  • gws-gmail skill loaded
  • gws-chat skill loaded
  • gws-drive skill loaded
  • gws-sheets skill loaded
Claude Code
Cursor
Windsurf
Cline

How to use persona-team-lead

  1. 1.Load all prerequisite utility skills (gws-calendar, gws-gmail, gws-chat, gws-drive, gws-sheets)
  2. 2.Run `gws workflow +standup-report` daily and pipe output to team Chat with `gws chat spaces messages create`
  3. 3.Use `gws workflow +meeting-prep` before 1:1 meetings to gather context
  4. 4.Execute `gws workflow +weekly-digest` to generate team progress snapshots
  5. 5.Convert email action items with `gws workflow +email-to-task` to delegate work
  6. 6.Track team OKRs in a shared Sheet using `gws sheets +append`
  7. 7.View weekly team calendars with `gws calendar +agenda --week --format table`

Use cases

Good for
  • 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
Who it's for
  • Engineering managers
  • Team leads
  • Project managers
  • Scrum masters
  • Anyone managing a team using Google Workspace

persona-team-lead FAQ

What Google Workspace skills do I need to install first?

You must load gws-calendar, gws-gmail, gws-chat, gws-drive, and gws-sheets before using this persona skill.

How do I share standup reports with my team?

Run `gws workflow +standup-report` to generate the report, then pipe it to Chat using `gws chat spaces messages create`.

Can I use this to track team OKRs?

Yes, use `gws sheets +append` to maintain a shared OKR tracker in Google Sheets for team visibility.

What should I do with sensitive team data?

Use the `--sanitize` flag on any operations involving sensitive information to protect privacy.

How do I prepare for 1:1 meetings?

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-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.