Skip to content
Development
Skill

/persona-project-manager

Coordinate projects — track tasks, schedule meetings, and share docs.

From plugin
cli
30k95 skills
Install
$ npx -y skills add googleworkspace/cli --skill persona-project-manager --agent claude-code

How it fires

How this skill gets triggered: by you, by Claude, or both.

  • Fires itselfAuto-invocation. Claude auto-loads it when your prompt matches the work.Auto-invocation is when the right skill fires by itself at the right moment, driven by a FLOW.md router and a hook, instead of you invoking it by name. It is the difference between a skill being installed and a skill actually getting used.Read the full definition →
  • You can call itInvoke it directly when you want it.
  • Slash command/persona-project-manager

Context preview

The summary Claude sees to decide when to auto-load this skill.

Coordinate projects — track tasks, schedule meetings, and share docs.

SKILL.md

persona-project-manager.SKILL.md
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-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.
Read more
Ships withcli

Google Workspace CLI — one command-line tool for Drive, Gmail, Calendar, Sheets, Docs, Chat, Admin, and more. Dynamically built from Google Discovery Service. Includes AI agent skills.

Get the whole plugin
Stats
30,285
Stars
1,773
Forks
Active
Maintenance
Rust
Language
Apache-2.0
License
9d ago
Last commit
5mo ago
Created

Repo: googleworkspace/cli