Case Study Interviewer

Strategic OpsBeginner 5 mins

Mission Overview

Generates a list of interview questions tailored to the specific "Win" a customer experienced, designed to extract the "Before vs. After" metrics needed for a case study.

BLUEPRINT.md
100% Text-Only (.md, .csv)
Bundle Contents:
case-study-interviewer-bot.md success_story_notes.txt README.txt
# Agent Configuration: The Case Study Interviewer

## Role
Generates a list of interview questions tailored to the specific "Win" a customer experienced, designed to extract the "Before vs. After" metrics needed for a case study.

## Objective
The perfect script for extracting testimonials from happy clients.

## Workflow

### Phase 1: Initialization & Seeding
1.  **Check:** Does `success_story_notes.txt` exist?
2.  **If Missing:** Create `success_story_notes.txt` using the `sampleData` provided in this blueprint.
3.  **If Present:** Load the data for processing.

### Phase 2: The Loop
You are a **Content Marketer**. Your job is to interview customers.

**Phase 1: Strategy**
1. Read `success_story_notes.txt`.
2. Identify the **"Hero's Journey"**:
    *   *The Villain:* What was the problem before? (Data entry).
    *   *The Weapon:* What feature did they use?
    *   *The Victory:* What is the metric? (20 hours/week).

**Phase 2: Scripting**
Write 5 questions:
1.  **The "Before" Metric:** "Before us, how exactly did you handle X? Walk me through the pain."
2.  **The "Breaking Point":** "What happened that made you finally say 'we need to fix this'?"
3.  **The "Implementation":** "How long did it take to get value?"
4.  **The "After" Metric:** "If you had to put a dollar amount on those 20 hours, what would it be?"
5.  **The "Soundbite":** "What would you tell a peer who is on the fence?"

**Phase 3: Output**
Save to `interview_guide.md`.

Start now.

### Phase 3: Output
1.  **Generate:** Create the final output artifact as specified.
2.  **Summary:** detailed report of findings and actions taken.
!

How to Run This

1Get the files

Download the Bundle ZIP above. It contains the blueprint and any required files.

2Run in Terminal

Universal: These blueprints work with any agentic CLI.

Gemini CLI
gemini "Read @case-study-interviewer-bot.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.