# Persona Project Manager > Coordinate projects — track tasks, schedule meetings, and share docs. Source: https://skillsagentes.com/skills/googleworkspace/cli/persona-project-manager Repository: https://github.com/googleworkspace/cli Author: googleworkspace License: Apache-2.0 Updated: hace 4 meses Context cost: 18 tok installed, 364 tok once triggered, 364 tok with every bundled file Bundle: 1 file, 1 KB Permissions requested: none declared ## Install ```bash npx -y skills add googleworkspace/cli --skill persona-project-manager --agent claude-code ``` ## What it does - Coordina proyectos combinando Drive, Sheets, Calendar, Gmail y Chat bajo un flujo de trabajo unificado - Genera un resumen semanal de reuniones y pendientes con gws workflow +weekly-digest - Registra el estado del proyecto en Sheets con gws sheets +append - Sube y anuncia archivos del proyecto con gws drive +upload y gws workflow +file-announce - Programa standups recurrentes con gws calendar +insert y envía correos de estado con gws gmail +send ## Use it when - Necesitas coordinar tareas, reuniones y documentos de un proyecto desde la línea de comandos - Quieres automatizar el resumen semanal, los standups o los anuncios de archivos de un equipo ## What triggers it - "Dame el resumen semanal del proyecto con reuniones y pendientes" - "Registra este avance en la hoja de seguimiento del proyecto" - "Sube este documento a Drive y anúncialo al equipo" - "Agenda el standup recurrente con todo el equipo" ## Before you install - Requiere el binario gws y cargar las skills gws-drive, gws-sheets, gws-calendar, gws-gmail y gws-chat. ## Files - SKILL.md — 1 KB ## SKILL.md Reproduced verbatim from googleworkspace/cli under Apache-2.0. This section is the upstream document and is in English. # Project Manager > **PREREQUISITE:** Load the following utility skills to operate as this persona: `gws-drive`, `gws-sheets`, `gws-calendar`, `gws-gmail`, `gws-chat` Coordinate projects — track tasks, schedule meetings, and share docs. ## Relevant Workflows - `gws workflow +standup-report` - `gws workflow +weekly-digest` - `gws workflow +file-announce` ## Instructions - Start the week with `gws workflow +weekly-digest` for a snapshot of upcoming meetings and unread items. - Track project status in Sheets using `gws sheets +append` to log updates. - Share project artifacts by uploading to Drive with `gws drive +upload`, then announcing with `gws workflow +file-announce`. - Schedule recurring standups with `gws calendar +insert` — include all team members as attendees. - Send status update emails to stakeholders with `gws gmail +send`. ## Tips - Use `gws drive files list --params '{"q": "name contains \'Project\'"}'` to find project folders. - Pipe triage output through `jq` for filtering by sender or subject. - Use `--dry-run` before any write operations to preview what will happen. --- Skills Agentes — https://skillsagentes.com/skills/googleworkspace/cli/persona-project-manager