Analyze sales call transcripts from Fathom or pasted text — extracts prospect insights, scores close probability, reviews sales performance, and pushes structured data to GoHighLevel CRM. Use when user says 'sales call', 'analyze my call', 'sales call analysis', 'review this call', shares a fathom.video URL, or pastes a sales transcript.
<input_parsing>
The $ARGUMENTS value can be:
extract, analyze, performance, ghl -> run that phase directlyhttps://fathom.video/calls/{callId} -> route to extract phaseValidation:
https://fathom.video/calls/\d+Read and follow phases/extract.md.
Read and follow phases/analyze-prospect.md.
Uses template from references/prospect-analysis-template.md.
Read and follow phases/analyze-performance.md.
Uses template from references/sales-performance-template.md.
Read and follow phases/push-ghl.md.
Uses workflow from references/ghl-workflow.md.
<sub_commands> Running individual phases directly:
/sales-call extract <url-or-empty> — Phase 1A only/sales-call analyze — Phase 1B only (expects transcript already in context)/sales-call performance — Phase 2 only (expects analysis already done)/sales-call ghl — Phase 3 only (expects analysis already done, pushes to CRM)
</sub_commands><output_summary> After all phases complete, display:
Sales Call Analysis Complete
Prospect: <name> (<company>)
Close Prob: <X>/10
Red Flags: <count> identified
Next Steps: <count> tasks created
GHL Status:
Contact: <name> (<email>) [created/updated]
Tags: <tags> applied
Note: Full analysis added
Tasks: <count> tasks with due dates
Opportunity: <name> - $<value>
Files:
Analysis: output/sales-call-<prospect>-<date>.md
Omit GHL section if Phase 3 was skipped. Omit performance section if Phase 2 was skipped. </output_summary>