geo-prospect
CRM-lite for managing GEO agency prospects and clients. Track leads through the full sales pipeline: Lead → Qualified → Proposal Sent → Won → Lost. Store audit history, notes, deal values, and generate pipeline summaries. Use when user says "prospect", "lead", "client", "pipeline", "crm", "nuovo pro
By zubair-trabzada · 539 installs
npx skills add zubair-trabzada/geo-seo-claude --skill geo-prospect
Source repository · Upstream listing
GEO Prospect Manager
Purpose
Manage GEO agency prospects and clients through the full sales lifecycle.
All data is stored in ~/.geo prospects/prospects.json (persistent across sessions).
Commands
Command What It Does
/geo prospect new <domain Create new prospect (interactive prompts)
/geo prospect list Show all prospects with pipeline status
/geo prospect list <status Filter: lead, qualified, proposal, won, lost
/geo prospect show <id or domain Full prospect detail with history
/geo prospect audit <id or domain Run quick GEO audit and save to prospect record
/geo prospect note <id or domain "<text " Add interaction note with timestamp
/geo prospect status <id or domain <new status Move through pipeline
/geo prospect won <id or domain <monthly value Mark as won, set contract value
/geo prospect lost <id or domain "<reason " Mark as lost with reason
/geo prospect pipeline Visual pipeline summary with revenue forecast
Data Structure
Each prospect is stored as a JSON record:
Orchestration Instructions
/geo prospect new <domain
1. Check if ~/.geo prospects/prospects.json exists, create if not (empty array)
2. Auto detect company name from domain (e.g., electron srl.com → Electron Srl )
3. Assign next sequential ID: PRO 001 , PRO 002 , etc.
4. Ask user for:
Contact name (optional)
Contact email
Monthly contract value estimate (optional)
5. Set status to lead
6. Save to JSON file
7. Suggest next step: "Run /geo prospect audit electron srl.com to score this prospect"
/geo prospect list
Read ~/.geo prospects/prospects.json and render a summary table:
/geo prospect audit <id or domain
1. Run /geo quick <domain to get GEO snapshot score
2. Save score to prospect record: geo score , audit date
3. Save audit output to ~/.geo prospects/audits/<domain <date .md
4. Update audit file path in prospect record
5. Add auto note: "Quick audit run. GEO Score: XX/100."
6. If score < 55: suggest "Score indicates strong sales opportunity. Run /geo proposal <domain to generate proposal."
/geo prospect note <id or domain "<text "
1. Find prospect by ID or domain
2. Append note with current ISO date
3. Save back to JSON
4. Confirm: "Note added to Electron Srl (PRO 001)"
/geo prospect status <id or domain <status
Valid statuses: lead , qualified , proposal , won , lost
1. Update status field
2. Add auto note: "Status changed to <status "
3. Save and confirm
/geo prospect pipeline
Visual revenue focused pipeline summary:
Storage Location
All data stored in ~/.geo prospects/ :
Create directory if it does not exist: mkdir p ~/.geo prospects/audits ~/.geo prospects/proposals
Pipeline Stage Definitions
Status Meaning Typical Next Action
lead Discovered, not yet contacted Run quick audit, assess opportunity
qualified Audit done, confirmed pain points Generate proposal
proposal Proposal sent, awaiting decision Follow up, answer questions
won Contract signed, active client Run full audit, start onboarding
lost Deal closed lost Log reason for future reference
Output
All commands print confirmation + current prospect status to terminal
No external files unless explicitly saving audits/proposals
JSON database is the single source of truth