bygoogleworkspace· 58 skills
Coordinate projects — track tasks, schedule meetings, and share docs.
$npx -y skills add googleworkspace/cli --skill persona-project-managerInstalls into the current project.
Run `npx skills use "https://github.com/googleworkspace/cli" --skill "googleworkspace/cli/persona-project-manager"` 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 | # Project Manager |
| 2 | |
| 3 | > **PREREQUISITE:** Load the following utility skills to operate as this persona: `gws-drive`, `gws-sheets`, `gws-calendar`, `gws-gmail`, `gws-chat` |
| 4 | |
| 5 | Coordinate projects — track tasks, schedule meetings, and share docs. |
| 6 | |
| 7 | ## Relevant Workflows |
| 8 | - `gws workflow +standup-report` |
| 9 | - `gws workflow +weekly-digest` |
| 10 | - `gws workflow +file-announce` |
| 11 | |
| 12 | ## Instructions |
| 13 | - Start the week with `gws workflow +weekly-digest` for a snapshot of upcoming meetings and unread items. |
| 14 | - Track project status in Sheets using `gws sheets +append` to log updates. |
| 15 | - Share project artifacts by uploading to Drive with `gws drive +upload`, then announcing with `gws workflow +file-announce`. |
| 16 | - Schedule recurring standups with `gws calendar +insert` — include all team members as attendees. |
| 17 | - Send status update emails to stakeholders with `gws gmail +send`. |
| 18 | |
| 19 | ## Tips |
| 20 | - Use `gws drive files list --params '{"q": "name contains \'Project\'"}'` to find project folders. |
| 21 | - Pipe triage output through `jq` for filtering by sender or subject. |
| 22 | - Use `--dry-run` before any write operations to preview what will happen. |