Inherited a Broken Sheet
RescueYou just inherited a Google Sheet from your predecessor. It's covered in #REF! errors, no documentation exists, and nobody remembers what it's supposed to do. You need to understand it, fix it, and document it before it breaks something downstream.
The Slack Message
Hey — this is Terri's pipeline tracker. It broke about 6 months ago when she left and nobody's been able to fix it. We need it working by Friday because we have a board meeting Monday. Can you take a look? Fair warning, it's a mess.
You open the sheet. 1,862 cells showing #REF!. Two tabs might be missing entirely. Friday is in three days.
The Prompt
Pasted the sheet URL into Claude Code. Let it deal with Terri's legacy.
I inherited this sheet from my predecessor: [SHEET_URL] It's full of #REF! errors and I have no idea what it's supposed to do. Can you: 1. Examine the sheet and tell me what it's designed to do 2. Advise top 5 improvements I should make 3. Fix all #REF! errors (I need zero showing) 4. Publish documentation to Notion explaining: - What this sheet does - What inputs it expects - How to use it correctly
Just Paste and Watch
You give Claude Code the problem. It figures out what Gremlin commands to run. Inspect → diagnose → snapshot → repair → validate → document. You don't need to learn the CLI — Claude Code already knows it.
How Gremlin Handles This
Inspect
Analyze sheet structure, formulas, data flow to understand purpose
Diagnose
Identify all #REF! errors and their root causes
Lint
Run comprehensive formula validation, find broken references
Repair/Rescue
Fix broken references, repair formula chains
Snapshot
Create versioned backup before and after
Publish
Generate "How This Sheet Works" documentation to Notion
"This sheet is a mess. Let me inspect the structure and understand what it's supposed to do before I try to fix anything..."
"I see the pattern now. It's a pipeline calculator. The #REF! errors are from deleted columns that formulas still reference. Let me run a full lint..."
Done. Sheet repaired, 47 errors fixed, documentation published to Notion.
Results
Documentation published to RevOps portal
Try This Workflow
Start with the quickstart guide, then rescue your own inherited sheets.