SC Lead Management Standard
Document Version: 1.0 Last Updated: January 3, 2026 Audience: Sales Team, Operations Team, Account Managers
Purpose
This standard establishes consistent lead management practices across all Symphony Core systems. It defines the unified lead identifier (lead slug) used across Google Drive, GitHub, and GoHighLevel to ensure seamless tracking and conversion to client status.
Scope
Applies to:
- Lead folders in Google Drive (
symphony-core-documents-storage/03-sales/) - Lead documentation in GitHub (
03-sales/lead-folders/) - Lead Contact and Opportunity records in GoHighLevel (Location ID:
vOyZYmChRuyjFM0yUtba)
Table of Contents
- Lead Slug Standard
- Cross-System Consistency
- Google Drive Lead Folders
- GitHub Lead Documentation
- GoHighLevel Lead Records
- Lead Lifecycle Management
- Quick Reference
1. Lead Slug Standard
1.1 Format Specification
Every lead receives a lead slug - a unique, lowercase, hyphenated identifier used consistently across all systems.
Format:
lead-[companyname]
| Property | Requirement |
|---|---|
| Prefix | Always lead- |
| Characters | a-z, 0-9, hyphens (-) only |
| Case | All lowercase |
| Word separator | Hyphens |
| Max length | 35 characters total |
| Min length | 8 characters total |
1.2 Source Priority
When generating a lead slug, use the first available option:
| Priority | Source | Example |
|---|---|---|
| 1 | Company name | Acme Corporation → lead-acme |
| 2 | Contact full name (if no company) | John Smith → lead-john-smith |
Note: For individual consultants or sole proprietors without a company name, use the contact's full name.
1.3 Transformation Rules
Apply these rules in order when converting a company name (or contact name) to a lead slug:
Step 1: Remove Legal Suffixes
Remove these suffixes (case-insensitive):
LLC, L.L.C., Inc, Inc., Corp, Corp., Corporation,
LLP, L.L.P., Co, Co., Company, Ltd, Ltd., Limited,
PC, P.C., PLLC, P.L.L.C., PA, P.A.
| Input | Output |
|---|---|
Smith Law LLC | Smith Law |
Acme Corporation | Acme |
Step 2: Convert to Lowercase
| Input | Output |
|---|---|
Smith Law | smith law |
CT Building Broker | ct building broker |
Step 3: Replace Non-Alphanumeric with Hyphens
Replace spaces, ampersands, and special characters with hyphens:
| Input | Output |
|---|---|
smith law | smith-law |
smith & sons | smith-sons |
o'brien plumbing | o-brien-plumbing |
Step 4: Clean Up Hyphens
- Collapse multiple consecutive hyphens to single hyphen
- Remove leading and trailing hyphens
| Input | Output |
|---|---|
smith--sons | smith-sons |
-acme-corp- | acme-corp |
Step 5: Prepend lead- Prefix
| Input | Output |
|---|---|
acme | lead-acme |
smith-sons | lead-smith-sons |
1.4 Valid Examples
| Source | Lead Slug |
|---|---|
| Acme Corporation | lead-acme |
| Smith & Sons LLC | lead-smith-sons |
| CT Building Broker | lead-ct-building-broker |
| O'Brien Plumbing | lead-o-brien-plumbing |
| 24/7 Services | lead-24-7-services |
| KraneWorks | lead-kraneworks |
| John Smith (no company) | lead-john-smith |
| Maria Garcia-Lopez (no company) | lead-maria-garcia-lopez |
1.5 Invalid Examples
| Invalid | Problem | Corrected |
|---|---|---|
Lead-Acme | Uppercase | lead-acme |
lead_acme | Underscore | lead-acme |
lead acme | Spaces | lead-acme |
acme-corp | Missing prefix | lead-acme-corp |
1.6 Length Handling
When the slug exceeds 35 characters, apply these strategies:
- Use standard abbreviations (professional → pro, services → svc, management → mgmt)
- Remove filler words (the, and, of, for)
- Use acronyms for geographic prefixes (greater hartford → gh)
See SC Client Slug Naming Standard for complete abbreviation rules.
1.7 Engagement Type Classification
Every lead is classified into one of three engagement types at creation. The classification drives the commercial floor, the deliverable shape, and what SC expects in return. The type is recorded in the lead README frontmatter as engagement_type: and (once provisioned) as a ClickUp tag on related tickets.
| Type | Commercial floor | What SC trades | What SC gets back | When to use |
|---|---|---|---|---|
standard | At-or-above US list ($500 setup + $200/mo or current rate card) | Time, platform, deliverables at standard pricing | Revenue | Default for all leads. ICP-aligned, no special leverage rationale. |
strategic-seed | Well below US list — often near-pro-bono or commission-tied | Time, platform, deliverables at deeply discounted pricing | Non-cash: signed reference + case-study publication rights + named warm introductions into the lead's network | Lead unlocks a strategic asset SC could not buy for cash — first proof-point in a new geography or vertical, anchor case study, network access into a target segment. |
pure-pro-bono | Zero | Time, platform, deliverables free | Goodwill + indirect referrals only | Reserved for community / civic engagements where revenue is explicitly off the table. Requires explicit decision. |
Rules for strategic-seed:
- The non-cash trade must be named, quantified, and documented in the lead README. "Reference + case study + 3 named introductions into X network" is acceptable; "reference + good word of mouth" is not.
- The deal-blocking objection (typically pricing) is addressed by the engagement type itself — the lead is told upfront that SC's commercial floor is below list because of the leverage trade.
- An engagement-strategy-and-roadmap.md-style strategy doc is required in the lead folder before contract signing. Pair with a lead-intelligence-handoff.md for context preservation.
- A
quality:reference-deliveredfollow-up audit at engagement close confirms the non-cash trade was actually realized — not just promised. Without it, futurestrategic-seedleads have no track record to anchor the structure.
Canonical example: lead-banyan-tree (2026-05). India Tier-2 entry; SC's first explicit strategic-seed engagement; non-cash trade is reference + case study + 3 named HR-network introductions; pricing anchored to commission + fixed options well below US list.
2. Cross-System Consistency
2.1 Unified Identifier Strategy
The lead slug serves as the primary identifier across all systems:
| System | How Lead Slug is Used |
|---|---|
| Google Drive | Folder name: symphony-core-documents-storage/03-sales/lead-companyname/ |
| GitHub | Folder name: 03-sales/lead-folders/lead-companyname/ |
| GoHighLevel | Opportunity Name field |
2.2 System Reference Table
| System | Location | Record Type |
|---|---|---|
| Google Drive | H:\My Drive\symphony-core-documents-storage\03-sales\ | Folder |
| GitHub | symphony-core-documents/03-sales/lead-folders/ | Folder |
| GoHighLevel | Location ID: vOyZYmChRuyjFM0yUtba | Contact + Opportunity |
2.3 Why This Matters
- Searchability: Search by lead slug finds records in all systems
- Traceability: Track a lead's journey from first contact to conversion
- Handoff: Clear identifier for sales-to-operations handoff
- Reporting: Aggregate data across systems using consistent identifier
3. Google Drive Lead Folders
3.1 Location
Primary Path: H:\My Drive\symphony-core-documents-storage\03-sales\lead-companyname\
All lead folders reside under the 03-sales/ directory in symphony-core-documents-storage, following the repository numbering structure.
3.2 Subfolder Structure
lead-companyname/
├── research/ # Company info, competitor analysis, discovery docs
├── proposals/ # Quotes, SOWs, pricing documents
├── communications/ # Email threads, call summaries
└── meetings/ # Meeting notes, transcripts, recordings
3.3 What Belongs in Lead Folders
| Content Type | Subfolder |
|---|---|
| Company research and analysis | research/ |
| Competitor comparison | research/ |
| Discovery call notes | research/ |
| Proposals and quotes | proposals/ |
| SOWs and pricing documents | proposals/ |
| Custom presentations | proposals/ |
| Email threads (exported) | communications/ |
| Call summaries | communications/ |
| Meeting notes | meetings/ |
| Meeting transcripts (Fireflies, etc.) | meetings/ |
| Meeting recordings | meetings/ |
3.4 What Does NOT Belong
| Content Type | Correct Location |
|---|---|
| Generic proposal templates | 03-sales/templates/ |
| Client docs after conversion | Client_Delivery/clientname/ |
| Marketing collateral | 02-marketing-brand/ |
| Training materials | 06-team-training/ |
3.5 File Naming Within Lead Folders
Follow SC Document Naming Standard:
- Lowercase with hyphens
- Date prefix for versioned documents:
2026-01-03-proposal-v2.pdf - Descriptive names:
competitor-analysis.md,discovery-call-notes.md
4. GitHub Lead Documentation
4.1 Repository Location
Path: 03-sales/lead-folders/lead-companyname/
GitHub lead folders contain markdown documentation only. Binary files (PDFs, images) belong in Google Drive.
4.2 Folder Structure
lead-folders/
├── README.md # Folder overview and instructions
├── lead-acme-corp/
│ ├── README.md # Lead overview, status, key contacts
│ └── discovery-notes.md # Discovery call documentation