← ClaudeAtlas

voc-analyze-callslisted

Turn a folder of call transcripts into a prospect intelligence report. Filters noise, separates prospect calls from customer calls, fans out parallel subagents to read transcripts, and consolidates personas, pain points, objections, competitive mentions, feature requests and verbatim quotes. Trigger on /voc-analyze-calls, "analyze this week's calls", "what are prospects saying", "call intelligence report".
Aatirs-Vault/voc-claude-skills · ★ 0 · AI & Automation · score 73
Install: claude install-skill Aatirs-Vault/voc-claude-skills
# /voc-analyze-calls — Call Intelligence Report Reads the transcripts `/voc-source-calls` wrote and produces one report answering: who is showing up, what hurts, what stops them buying, who else they are looking at, and what they asked for that you do not have. The orchestration matters. A single context window cannot hold 60 transcripts at 40-80KB each, and summarizing them one at a time loses exactly the cross-call patterns you are looking for. So: classify cheaply in the main thread, fan out to subagents that each read a small batch in full, and consolidate structured JSON back in the main thread. ## Requires | What | Value | |---|---| | Input | `outputs/calls/index-*.json` and transcripts, from `/voc-source-calls` | | Config | `config/thresholds.json`, `context/product-context.md` | | Cost | Subagent tokens only. A 60-call week runs ~8-10 subagents. | --- ## Phase 1 — Select the calls worth reading ### 1.1 Load the index Glob `outputs/calls/index-*.json`, pick the most recent, parse it. **Parse the JSON, not the markdown table.** Assert that the number of rows you parsed equals `calls.length` in the file; if it does not, stop and say so rather than analyzing a partial set. ### 1.2 Duration filter Already applied by the fetcher using `call_filters.min_duration_seconds`. Report the count that was dropped so the reader knows the denominator. ### 1.3 First pass — classify by title Title patterns are free to evaluate and catch most internal and customer-success cal