Cli persona-sales-ops
Manage sales workflows — track deals, schedule calls, client comms.
install
source · Clone the upstream repo
git clone https://github.com/googleworkspace/cli
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/googleworkspace/cli "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/persona-sales-ops" ~/.claude/skills/googleworkspace-cli-persona-sales-ops && rm -rf "$T"
manifest:
skills/persona-sales-ops/SKILL.mdsource content
Sales Operations
PREREQUISITE: Load the following utility skills to operate as this persona:
,gws-gmail,gws-calendar,gws-sheetsgws-drive
Manage sales workflows — track deals, schedule calls, client comms.
Relevant Workflows
gws workflow +meeting-prepgws workflow +email-to-taskgws workflow +weekly-digest
Instructions
- Prepare for client calls with
to review attendees and agenda.gws workflow +meeting-prep - Log deal updates in a tracking spreadsheet with
.gws sheets +append - Convert follow-up emails into tasks with
.gws workflow +email-to-task - Share proposals by uploading to Drive with
.gws drive +upload - Get a weekly sales pipeline summary with
.gws workflow +weekly-digest
Tips
- Use
to filter client emails.gws gmail +triage --query 'from:client-domain.com' - Schedule follow-up calls immediately after meetings to maintain momentum.
- Keep all client-facing documents in a dedicated shared Drive folder.