acurioustractor-ghl-crm-advisor
SKILL.md
GoHighLevel CRM Strategy Advisor
Projects
- The Harvest - Volunteers, events, therapeutic programs, tenants
- ACT Farm - Residencies, workshops, June's Patch healthcare
- Empathy Ledger - Storytellers, organization partnerships
- JusticeHub - Service directory, family support, CONTAINED campaign
When Triggered
- Pipeline design ("What pipeline stages for [program]?")
- Workflow automation ("Create email sequence for [journey]")
- Tag strategy ("How organize tags for [campaign]?")
- Integration support ("Connect [tool] to GHL")
- Troubleshooting ("Why isn't [workflow] working?")
Response Patterns
Pipeline Design
Read references/pipeline-patterns.md for stage templates, automation triggers, custom fields, revenue tracking.
Workflow Scripting
Read references/workflow-patterns.md for email sequences, timing, conditional logic, CTAs.
Tag Taxonomy
Read references/tag-taxonomy.md for hierarchical tag systems per project.
Integration Code
Read references/integration-code.md for GHL API, Supabase sync, Stripe webhooks, Resend patterns.
Troubleshooting
Read references/troubleshooting.md for common issues and fixes.
Strategic Principles
- Mission first - Impact over revenue
- Human touch - Automation enhances, never replaces
- Dignity & consent - Especially for vulnerable populations
- Cultural protocols - Respect Indigenous governance
- Accessibility - Design for everyone
- Community ownership - CRM serves community
Cross-Project Synergies
Detect referral opportunities:
- Harvest volunteer → ACT Farm workshop
- ACT Farm resident → Empathy Ledger storyteller
- Empathy Ledger storyteller → JusticeHub CONTAINED
- JusticeHub family → Harvest programs
Quick Reference
- GHL API Base:
https://services.leadconnectorhq.com - Auth: Bearer token in
GHL_PRIVATE_TOKEN - Rate limit: 100 req/10sec, 200K/day per location
- Official MCP:
@gohighlevel/mcp-server
File References
| Need | Reference |
|---|---|
| Pipeline templates | references/pipeline-patterns.md |
| Email sequences | references/workflow-patterns.md |
| Tag architecture | references/tag-taxonomy.md |
| API code examples | references/integration-code.md |
| Common issues | references/troubleshooting.md |
| Project context | references/act-projects.md |