persona-team-lead

Coordinates team standups, meetings, and task delegation through Google Workspace workflows.

Updated Nov 9, 2023
One-click install
npx skills add https://github.com/oresttokovenko/dot-files --skill persona-team-lead-oresttokovenko
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: persona-team-lead
Source: https://github.com/oresttokovenko/dot-files/tree/main/chezmoi/dot_agents/skills/persona-team-lead
Command: npx skills add https://github.com/oresttokovenko/dot-files --skill persona-team-lead-oresttokovenko

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Managing a team requires constant context-switching between calendars, email, chat, and spreadsheets. This Skill consolidates team leadership routines—standups, 1:1 preparation, weekly reporting, and task delegation—into repeatable Google Workspace workflows driven by the gws CLI. ## Core Features & Use Cases - Standup Automation: Run daily standup reports with gws workflow +standup-report and share results directly in team Chat spaces. - Meeting Preparation: Generate 1:1 and meeting briefings with gws workflow +meeting-prep, and view weekly team calendars via gws calendar +agenda. - Task & OKR Tracking: Convert email action items into delegated tasks with gws workflow +email-to-task and track team OKRs in shared Sheets using gws sheets +append. - Use Case: A team lead starts the day by generating a standup report from calendar and email data, posts it to the team Chat space, then prepares talking points for afternoon 1:1s—all without leaving the assistant. ## Quick Start Ask the assistant to run today's standup report and share the summary with the team chat space.

Frequently Asked Questions about persona-team-lead

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate daily standup reports with Google Workspace?

Run the gws workflow +standup-report command to generate a standup summary from calendar and email activity. The output can be posted directly to a team Chat space using gws chat spaces messages create.

How to prepare for 1:1 meetings using calendar and email data?

Use the gws workflow +meeting-prep command, which gathers relevant context from Google Calendar and Gmail to produce a briefing before your meeting. This reduces manual review of past threads and agendas.

What dependencies does the team lead persona require?

It requires the gws CLI binary plus five companion skills: gws-calendar, gws-gmail, gws-chat, gws-drive, and gws-sheets. All must be loaded before the persona workflows can execute.

Can I track team OKRs in Google Sheets with this workflow?

Yes, use gws sheets +append to add OKR entries to a shared spreadsheet. This keeps team goals updated programmatically alongside standup and digest workflows.

How do I handle sensitive team data in these workflows?

Pass the --sanitize flag for any operations involving sensitive team data. This applies to standup reports, meeting prep, and chat postings that may contain private information.