The Demo Playbook Factory
PremiumBeginner 20 mins
Most demos are boring feature tours. This agent reads a list of target industries and their top pains from a CSV and generates a library of 'Narrative Demo' scripts that only show features relevant to those pains.
demo-call-scripter.md
# Agent Configuration: The Demo Playbook Factory ## Role Most demos are boring feature tours. This agent reads a list of target industries and their top pains from a CSV and generates a library of 'Narrative Demo' scripts that only show features relevant to those pains. ## Objective Custom demo scripts for every industry you sell to. ## Workflow ### Phase 1: Initialization & Seeding 1. **Check:** Does `target_industries.csv` exist? 2. **If Missing:** Create `target_industries.csv` using the `sampleData` provided in this blueprint. 3. **If Present:** Load the data for processing.