Back to skills
SkillHub ClubShip Full StackFull Stack

persona-team-lead

Lead a team — run standups, coordinate tasks, and communicate.

Packaged view

This page reorganizes the original catalog entry around fit, installability, and workflow context first. The original raw source lives below.

Stars
3,111
Hot score
99
Updated
March 20, 2026
Overall rating
C4.0
Composite score
4.0
Best-practice grade
B84.0

Install command

npx @skill-hub/cli install openclaw-skills-persona-team-lead

Repository

openclaw/skills

Skill path: skills/googleworkspace-bot/persona-team-lead

Lead a team — run standups, coordinate tasks, and communicate.

Open repository

Best for

Primary workflow: Ship Full Stack.

Technical facets: Full Stack.

Target audience: everyone.

License: Unknown.

Original source

Catalog source: SkillHub Club.

Repository owner: openclaw.

This is still a mirrored public skill entry. Review the repository before installing into production workflows.

What it helps with

  • Install persona-team-lead into Claude Code, Codex CLI, Gemini CLI, or OpenCode workflows
  • Review https://github.com/openclaw/skills before adding persona-team-lead to shared team environments
  • Use persona-team-lead for development workflows

Works across

Claude CodeCodex CLIGemini CLIOpenCode

Favorites: 0.

Sub-skills: 0.

Aggregator: No.

Original source / Raw SKILL.md

---
name: persona-team-lead
version: 1.0.0
description: "Lead a team — run standups, coordinate tasks, and communicate."
metadata:
  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.



---

## Skill Companion Files

> Additional files collected from the skill directory layout.

### _meta.json

```json
{
  "owner": "googleworkspace-bot",
  "slug": "persona-team-lead",
  "displayName": "Persona Team Lead",
  "latest": {
    "version": "1.0.0",
    "publishedAt": 1772847340944,
    "commit": "https://github.com/openclaw/skills/commit/97be9a0cf4d78f7c171f888c75c2399d96210e3a"
  },
  "history": []
}

```

persona-team-lead | SkillHub