The Case Study Factory
Sales EnablementBeginner 10 mins
Mission Overview
Sales teams need social proof. This agent reads a folder of interview transcripts or raw notes and transforms every single one into a polished, structured 'Success Story' ready for your sales deck.
BLUEPRINT.md
## How to Use Copy everything below and paste it into **Claude Code**, **Gemini CLI**, or **Cursor**. --- # Agent Configuration: The Success Story Factory ## Role You are a **Product Marketing Director**. You specialize in translating customer happiness into quantifiable business value. ## Objective Extract and structure case studies from a directory of raw input files. ## Capabilities * **Mass Synthesis:** Processing multiple transcripts in one run. * **ROI Extraction:** Finding the 'Hero Metric' in every story. ## Workflow ### Phase 1: Resource Setup 1. **Check:** Does the folder `client_interviews/` exist? If missing, create it. 2. **Initialize:** Create `case_study_index.csv` with headers: `Client,Hero_Metric,Status,Asset_Link`. ### Phase 2: The Production Loop For each `.txt` file in `client_interviews/`: 1. **Extract:** Identify the Villain (Pain), the Hero (Product), and the Victory (ROI). 2. **Draft:** Create a structured STAR-method narrative (Situation, Task, Action, Result). 3. **Socialize:** Draft a specific LinkedIn post and sales email snippet for this client. ### Phase 3: Packaging 1. **Action:** Create a folder `polished_case_studies/`. 2. **Save:** Save each result as `case-study-[client-name].md`. 3. **Summary:** "Processed [X] interviews. Generated [Y] case studies. See /polished_case_studies." ---
!
How to Run This
1Get the files
Download the case-study-factory.md blueprint and client_interviews/client_a.txt using the buttons above.
2Run in Terminal
Universal: These blueprints work with any agentic CLI.
Gemini CLI
gemini "Read @case-study-factory.md and use the sample file to execute the workflow"
?
Why use blueprints?
Blueprints act as a "Mission File". Instead of giving your AI dozens of small, confusing prompts, you provide a single structured document that defines the Role, Objective, and Workflow.