
Persona Project Manager
Run week-start digests, standups, Drive artifacts, Calendar meetings, and stakeholder Gmail updates through the gws Google Workspace CLI persona.
Install
npx skills add https://github.com/googleworkspace/cli --skill persona-project-managerWhat is this skill?
- Bundles five prerequisite skills: gws-drive, gws-sheets, gws-calendar, gws-gmail, gws-chat
- Ships three named workflows: standup-report, weekly-digest, and file-announce
- Logs status with Sheets append, uploads to Drive, and announces files via workflow
- Schedules recurring standups with Calendar insert including all attendees
- Recommends --dry-run before writes and jq filtering on triage output
Adoption & trust: 16.2k installs on skills.sh; 26.9k GitHub stars; 3/3 security scanners passed (skills.sh audits).
Recommended Skills
Journey fit
Build / pm is the canonical shelf because coordinating tasks, docs, and meetings is how most solo builders manage delivery while shipping product. Project coordination—status sheets, recurring standups, and artifact sharing—maps directly to the pm subphase rather than pure backend or frontend work.
Common Questions / FAQ
Is Persona Project Manager safe to install?
skills.sh reports 3 of 3 security scanners passed. Review the Security Audits panel on this page before installing in production.
SKILL.md
READMESKILL.md - Persona Project Manager
# 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.