Google Workspace Ops
This skill is for operating shared docs, spreadsheets, and decks as working systems, not just editing one file in isolation.
When to Use
- User needs to find a doc, sheet, or deck and update it in place
- Consolidating plans, trackers, notes, or customer lists stored in Google Drive
- Cleaning or restructuring a shared spreadsheet
- Importing, repairing, or reformatting a Google Slides deck
- Producing summaries from Docs, Sheets, or Slides for decision-making
Preferred Tool Surface
Use Google Drive as the entry point, then switch to the right specialist:
- Google Docs for text-heavy docs
- Google Sheets for tabular work, formulas, and charts
- Google Slides for decks, imports, template migration, and cleanup
Do not guess structure from filenames alone. Inspect first.
Workflow
1. Find the asset
Start with the Drive search surface to locate:
- the exact file
- sibling assets
- likely duplicates
- recently modified versions
If several documents look similar, confirm by title, owner, modified time, or folder.
2. Inspect before editing
Before making changes:
- summarize current structure
- identify tabs, headings, or slide count
- detect whether the task is local cleanup or structural surgery
Pick the smallest tool that can safely perform the work.
3. Edit with precision
- For Docs: use index-aware edits, not vague rewrites
- For Sheets: operate on explicit tabs and ranges
- For Slides: distinguish content edits from visual cleanup or template migration
If the requested work is visual or layout-sensitive, iterate with inspection and verification instead of one giant blind update.
4. Keep the working system clean
When the file is part of a larger workflow, also surface:
- duplicate trackers
- outdated decks
- stale docs vs canonical docs
- whether the asset should be archived, merged, or renamed
Output Format
Use:
ASSET
- file name
- type
- why this is the right file
CURRENT STATE
- structure summary
- key problems or blockers
ACTION
- edits made or recommended
FOLLOW-UPS
- archive / merge / duplicate cleanup / next file to update
Good Use Cases
- "Find the active planning doc and condense it"
- "Clean up this customer spreadsheet and show me the churn-risk rows"
- "Import this deck into Slides and make it presentable"
- "Find the current tracker, not the stale duplicate"
1---2name: google-workspace-ops3description: Operate across Google Drive, Docs, Sheets, and Slides as one workflow surface for plans, trackers, decks, and shared documents. Use when the user needs to find, summarize, edit, migrate, or clean up Google Workspace assets without dropping to raw tool calls.4---5
6# Google Workspace Ops
7
8This skill is for operating shared docs, spreadsheets, and decks as working systems, not just editing one file in isolation.
9
10## When to Use
11
12- User needs to find a doc, sheet, or deck and update it in place
13- Consolidating plans, trackers, notes, or customer lists stored in Google Drive
14- Cleaning or restructuring a shared spreadsheet
15- Importing, repairing, or reformatting a Google Slides deck
16- Producing summaries from Docs, Sheets, or Slides for decision-making
17
18## Preferred Tool Surface
19
20Use Google Drive as the entry point, then switch to the right specialist:
21
22- Google Docs for text-heavy docs
23- Google Sheets for tabular work, formulas, and charts
24- Google Slides for decks, imports, template migration, and cleanup
25
26Do not guess structure from filenames alone. Inspect first.
27
28## Workflow
29
30### 1. Find the asset
31
32Start with the Drive search surface to locate:
33
34- the exact file
35- sibling assets
36- likely duplicates
37- recently modified versions
38
39If several documents look similar, confirm by title, owner, modified time, or folder.
40
41### 2. Inspect before editing
42
43Before making changes:
44
45- summarize current structure
46- identify tabs, headings, or slide count
47- detect whether the task is local cleanup or structural surgery
48
49Pick the smallest tool that can safely perform the work.
50
51### 3. Edit with precision
52
53- For Docs: use index-aware edits, not vague rewrites
54- For Sheets: operate on explicit tabs and ranges
55- For Slides: distinguish content edits from visual cleanup or template migration
56
57If the requested work is visual or layout-sensitive, iterate with inspection and verification instead of one giant blind update.
58
59### 4. Keep the working system clean
60
61When the file is part of a larger workflow, also surface:
62
63- duplicate trackers
64- outdated decks
65- stale docs vs canonical docs
66- whether the asset should be archived, merged, or renamed
67
68## Output Format
69
70Use:
71
72```text
73ASSET
74- file name
75- type
76- why this is the right file
77
78CURRENT STATE
79- structure summary
80- key problems or blockers
81
82ACTION
83- edits made or recommended
84
85FOLLOW-UPS
86- archive / merge / duplicate cleanup / next file to update
87```
88
89## Good Use Cases
90
91- "Find the active planning doc and condense it"
92- "Clean up this customer spreadsheet and show me the churn-risk rows"
93- "Import this deck into Slides and make it presentable"
94- "Find the current tracker, not the stale duplicate"