persona-project-manager
googleworkspace/cli
Coordinate projects by tracking tasks, scheduling meetings, and sharing docs via Google Workspace.
What is persona-project-manager?
A persona skill that enables project management workflows using Google Workspace tools. Use it to track project status, schedule team standups, share artifacts, and send stakeholder updates across Drive, Sheets, Calendar, Gmail, and Chat.
- Track project status and task updates in Google Sheets
- Schedule and manage recurring team standups in Google Calendar
- Upload and announce project artifacts via Google Drive
- Send status update emails to stakeholders via Gmail
- Generate weekly digests of upcoming meetings and unread items
- Coordinate team communication through Google Chat
How to install persona-project-manager
npx skills add null --skill persona-project-manager- gws-drive skill
- gws-sheets skill
- gws-calendar skill
- gws-gmail skill
- gws-chat skill
How to use persona-project-manager
- 1.Run `gws workflow +weekly-digest` at the start of each week to review upcoming meetings and unread items
- 2.Use `gws sheets +append` to log project status updates and task progress
- 3.Upload project artifacts with `gws drive +upload` and announce them using `gws workflow +file-announce`
- 4.Schedule recurring standups with `gws calendar +insert`, adding all team members as attendees
- 5.Send stakeholder updates with `gws gmail +send`
- 6.Use `--dry-run` before write operations to preview changes
Use cases
- Start your week by running a weekly digest to see upcoming meetings and pending items
- Log project progress updates to a shared Sheets tracker for team visibility
- Schedule recurring standup meetings with all team members as attendees
- Upload project documents to Drive and announce them to stakeholders
- Send status reports to project sponsors and stakeholders via email
- Project managers
- Scrum masters
- Team leads
- Program coordinators
- Anyone coordinating cross-functional projects
persona-project-manager FAQ
You must install gws-drive, gws-sheets, gws-calendar, gws-gmail, and gws-chat before using this persona.
Use `gws drive files list --params '{"q": "name contains 'Project'"}'` to search for project folders by name.
Three workflows are available: standup-report, weekly-digest, and file-announce. Load them with `gws workflow +[workflow-name]`.
Yes, always use `--dry-run` before write operations to preview what will happen before committing changes.
Full instructions (SKILL.md)
Source of truth, from googleworkspace/cli.
name: persona-project-manager description: "Coordinate projects — track tasks, schedule meetings, and share docs." metadata: version: 0.22.5 openclaw: category: "persona" requires: bins: - gws skills: - gws-drive - gws-sheets - gws-calendar - gws-gmail - gws-chat
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-reportgws workflow +weekly-digestgws workflow +file-announce
Instructions
- Start the week with
gws workflow +weekly-digestfor a snapshot of upcoming meetings and unread items. - Track project status in Sheets using
gws sheets +appendto log updates. - Share project artifacts by uploading to Drive with
gws drive +upload, then announcing withgws 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
jqfor filtering by sender or subject. - Use
--dry-runbefore any write operations to preview what will happen.
Related skills
More from googleworkspace/cli and the wider catalog.
gws-gmail
Send, read, and manage Gmail emails via Google Workspace CLI.
gws-drive
Manage Google Drive files, folders, and shared drives via CLI.
gws-docs
Read and write Google Docs via command line.
gws-calendar
Manage Google Calendar events, calendars, and access control via CLI.
gws-sheets
Read and write Google Sheets spreadsheets via CLI.
gws-gmail-send
Send emails via Gmail with attachments, CC/BCC, HTML support, and draft options.