Command note: the fastest way to find what's silently broken in a client account is to ask for exit conditions.
The command I run in the GHL Command MCP:
"Audit this sub-account's workflows and flag any with no exit condition or no goal."
What comes back:
• Workflows that loop with no stop rule
• Contacts stuck in stages with no next trigger
• Automations that fire but never resolve
Why it matters: a workflow with no exit is how a client ends up getting the same text three times at 2am — and how you lose the account.
Run it on every account you inherit, before you touch anything else:
1) Point the AI at the sub-account and ask for exit conditions.
2) Fix the loops and dead ends it surfaces first.
3) Only then build anything new on top.
You can't fix what you can't see. Make the AI show you the dead ends first.