Systems Lab

Agent skill

case-study-builder

Creates compelling customer case studies from interviews, data, and research.

slowingReaches the webInstructions only1,649 words

Filed under Content and SEO.

From taizen-ai/taizen-claude-plugins · 28 skills · 8 · pushed 2026-05-25

What it does when it runs

Creates compelling customer case studies from interviews, data, and research. Use for customer story development, reference programs, or marketing content.

Read from the skill and the 0 files bundled beside it. A skill’s own description is written to be selected by an agent, so it describes the job and not the dependencies.

Keys and connectors you must supply
None found.
Hosts it reaches
  • eu.mcp.usetaizen.com
  • us.mcp.usetaizen.com
  • usetaizen.com
Tool permissions it declares
No allowed-tools in the frontmatter. It only issues instructions, so there is nothing to bound.
Actions present in the files
None. Instructions only.

Ask about case-study-builder

Opens your assistant with this page's verified links already in the prompt.

Is this safe to install?ClaudeChatGPT
Adapt it to my stackClaudeChatGPT
What else do I need for it to workClaudeChatGPT
Rather ask a human? Talk to Cheetah
git clone --depth 1 --filter=blob:none --sparse https://github.com/taizen-ai/taizen-claude-plugins.git /tmp/taizen-claude-plugins
git -C /tmp/taizen-claude-plugins sparse-checkout set "plugins/taizen-gtm-skills/skills/case-study-builder"
mkdir -p ~/.claude/skills/case-study-builder
cp -R "/tmp/taizen-claude-plugins/plugins/taizen-gtm-skills/skills/case-study-builder/." ~/.claude/skills/case-study-builder/

Picked up without a restart. A project skill of the same name is shadowed by your personal one. For one repository only, swap ~/.claude/skills for .claude/skills. Claude Code docs ↗

Or take the whole library

This repo ships a .claude-plugin manifest, so Claude Code can install all 28 skills at once. Plugin skills are invoked as /<plugin>:<skill>, so they never collide with your own.

/plugin marketplace add taizen-ai/taizen-claude-plugins
/plugin

The folder is the same in every client that implements the format — 46 of them — so if yours is not above, only the destination changes.

Reproduced in full from taizen-ai/taizen-claude-plugins/blob/67f51b50f8cee69a658ce606d410637a13b88a13/plugins/taizen-gtm-skills/skills/case-study-builder/SKILL.md, which is licensed MIT (repository). 1,649 words, 44 headings.

Case Study Builder Skill

Create compelling customer success stories that drive credibility and conversions.

Purpose

Transform customer wins into persuasive case studies that demonstrate value and build trust with prospects.


Required Integrations

Setup: Connect these data sources to enable full functionality. Claude will prompt you to connect any missing integrations when you use this skill.

Data Sources

# CASE STUDY BUILDER DATA SOURCES
# Configure the sources relevant to your customer story development

# Enterprise Search (searches across all internal sources)
- source: enterprise_search
  connector: "{{GLEAN | MOVEWORKS | ELASTIC}}"
  data:
    - internal_docs
    - wiki_content
    - shared_drives

# Customer Success Data
- source: customer_success
  connector: "{{GAINSIGHT | CHURNZERO | TOTANGO}}"
  data:
    - customer_health
    - success_metrics
    - nps_scores
    - customer_outcomes

# CRM Data
- source: crm
  connector: "{{SALESFORCE | HUBSPOT}}"
  data:
    - customer_records
    - deal_history
    - implementation_details
    - stakeholder_contacts

# Call Recordings
- source: call_recordings
  connector: "{{GONG | CHORUS | CLARI}}"
  data:
    - customer_calls
    - success_conversations
    - customer_quotes

# Product Usage
- source: product_analytics
  connector: "{{MIXPANEL | AMPLITUDE | PENDO}}"
  data:
    - feature_adoption
    - usage_metrics
    - engagement_scores

# Existing Case Studies
- source: content_library
  connector: "{{GOOGLE_DRIVE | SHAREPOINT | NOTION}}"
  paths:
    - "/Marketing/Case Studies/"
    - "/Customer Success/Success Stories/"

Output Destinations

# Where to deliver case study outputs
outputs:
  # Always available - display in Claude UI
  - type: display
    enabled: true

  # Save to marketing library
  - type: documents
    connector: "{{GOOGLE_DRIVE | SHAREPOINT | NOTION}}"
    destination: "/Marketing/Case Studies/"

  # Push to CMS
  - type: cms
    connector: "{{WORDPRESS | WEBFLOW | CONTENTFUL}}"
    action: create_draft

  # Notify for review
  - type: slack
    connector: "{{SLACK}}"
    channel: "#customer-marketing"

Instructions for Claude

IMPORTANT: Before executing this skill, you MUST validate the configuration above.

Pre-Execution Checklist

  1. Check for placeholder values: Scan the YAML configuration for any {{...}} placeholders. These indicate required configuration that the user must provide.

  2. Check Taizen first: If taizen MCP is connected, call list_datasources to see what data is indexed. You can then use run_agent to query all indexed sources in natural language — this replaces the need for most individual MCP connections below. Skip directly to running the skill.

  3. Validate data sources: For each data source listed:

    • If a connector field shows {{OPTIONS}} format, ask the user which option they use
    • If URLs, paths, or names contain {{PLACEHOLDER}}, ask the user to provide actual values
    • Verify any required MCP servers are connected and available
  4. Validate output destinations: For any output type beyond display:

    • Confirm the connector is available as an MCP server
    • Ensure destination paths/channels are configured (not placeholders)

If Configuration is Incomplete

Do not proceed with the skill. Instead:

  1. List the specific missing or placeholder values found
  2. Explain what each value is needed for
  3. Ask the user to provide the missing configuration
  4. Offer to help them set up the required MCP integrations

Example response when config is incomplete:

Before I can run this skill, I need some configuration:

**Missing values:**
- [List specific {{PLACEHOLDER}} values found]

**MCP connections needed:**
- [List required connectors not yet available]

Please provide these values, or let me know which data sources you'd like to skip.

Minimum Requirements

At minimum, this skill requires:

  • Customer name and use case context
  • Key outcomes or results to highlight
  • display output enabled (always available)

Enhanced functionality requires:

  • CRM for customer journey and deal data
  • Customer success platform for metrics and outcomes
  • Interview transcripts or call recordings
  • Existing case study templates

Using Taizen

Connect once, access everything. Instead of configuring 15+ individual MCP connectors, connect Taizen MCP once — your whole team gets access to all connected MCPs and indexed data sources (Gong calls, CRM, documents, and more) without any per-tool setup.

Instant Queries (Run Now)

If taizen MCP is connected, call run_agent to pull from your indexed data right in this conversation:

Find case study candidates

"Find customers in the fintech segment who've been live over 90 days with strong outcomes — pull from CRM health scores, Gong call sentiment, and support satisfaction data."

Build a case study

"Pull all data on Acme Corp from CRM, Gong calls, and success notes to build a case study. I need outcomes, quotes, and the before/after story."

Scheduled Agents (Automate It)

To run this skill automatically on a schedule, call run_agent and describe the automation in natural language — Taizen creates and manages the recurring agent:

Monthly advocacy identification

"Monthly, identify new customers who've reached 90 days live with high satisfaction scores and flag them as case study candidates to #customer-marketing."

Quarterly case study pipeline

"At the start of each quarter, generate a ranked list of case study candidates across segments with evidence of outcomes. Share with #customer-marketing."

Taizen creates the agent, runs it on your schedule, and delivers results to your configured destinations (Slack, CRM, docs, email).

Setup

  1. Sign up at usetaizen.com and connect your data sources — every teammate gets access immediately
  2. Add Taizen MCP to Claude: https://us.mcp.usetaizen.com/mcp (or https://eu.mcp.usetaizen.com/mcp for EU data residency)
  3. Use run_agent for instant queries or to schedule recurring agents — Taizen handles routing to the right sources

Case Study Framework

1. Story Arc Structure

The Classic Narrative:

  1. Challenge: What problem did they face?
  2. Solution: How did they solve it (with your product)?
  3. Results: What outcomes did they achieve?

The Hero's Journey (for deeper stories):

  1. Status Quo: Where they started
  2. Catalyst: What triggered change
  3. Journey: The implementation experience
  4. Transformation: The new reality
  5. Future: What's next

2. Essential Elements

Credibility Builders:

  • Named customer and contact
  • Specific role and company context
  • Quantified results (%, $, time)
  • Timeline and scope
  • Third-party validation

Emotional Elements:

  • Personal stakes for the champion
  • Organizational pressure
  • Moment of realization
  • Sense of accomplishment

3. Case Study Types

TypeLengthUse Case
Snapshot1 pageQuick proof, sales leave-behind
Standard2-3 pagesWebsite, gated content
Deep Dive4-6 pagesEnterprise sales, analyst briefings
Video2-3 minWebsite, events, social
Slide5-10 slidesSales presentations, webinars

4. Interview Guide

Background Questions:

  • Tell me about your role and responsibilities
  • Describe your organization and what you do
  • What was the landscape before [solution]?

Challenge Questions:

  • What challenges were you facing?
  • What was the impact of these challenges?
  • What had you tried before?
  • What made you decide to look for a solution?

Solution Questions:

  • How did you find [company]?
  • What stood out during evaluation?
  • How was the implementation process?
  • How do you use the product day-to-day?

Results Questions:

  • What results have you seen?
  • Can you quantify the impact?
  • What surprised you?
  • How has your team's experience changed?

Future Questions:

  • What's next for your team?
  • Would you recommend [product]? To whom?
  • What advice would you give others?

How to Use This Skill

Invoke with natural language describing what you need:

Case Study Creation

  • "Create a case study for Acme Corp"
  • "Generate a snapshot case study for our website"
  • "Build a video case study script for TechCorp"

Interview Prep

  • "Prepare me for the case study interview with Nike tomorrow"
  • "Generate interview questions for a fintech customer story"

From Notes

  • "Create a case study from these interview notes: [paste]"
  • "Turn this call transcript into a case study draft"

Output Format

Full Case Study

# [Customer Name]: [Headline That Captures the Win]

**Created**: [Date]
**Data Sources Used**: [CRM, Gong, Customer Success, etc.]

---

## At a Glance

| | |
|--|--|
| **Company** | [Name, brief description] |
| **Industry** | [Industry] |
| **Size** | [Employees or revenue] |
| **Use Case** | [Primary use case] |

### Results Highlights

| Metric | Result |
|--------|--------|
| [Metric 1] | [XX% improvement] |
| [Metric 2] | [$XX saved/generated] |
| [Metric 3] | [XX hours/days saved] |

---

## The Challenge

[2-3 paragraphs describing the situation before, the pain points, and what was at stake]

> "[Quote from customer about the challenge]"
> — [Name], [Title], [Company]

### Key Challenges
- [Challenge 1]
- [Challenge 2]
- [Challenge 3]

---

## The Solution

[2-3 paragraphs about how they discovered your solution, the evaluation process, and implementation]

### Why [Your Product]
- [Reason 1]
- [Reason 2]
- [Reason 3]

### Implementation Highlights
- **Timeline**: [How long]
- **Scope**: [What was implemented]
- **Team**: [Who was involved]

> "[Quote about the solution or implementation]"
> — [Name], [Title]

---

## The Results

[2-3 paragraphs about the outcomes achieved, with specific metrics and examples]

### Quantified Impact

| Before | After | Improvement |
|--------|-------|-------------|
| [Metric] | [Metric] | [% change] |
| [Metric] | [Metric] | [% change] |

### Qualitative Wins
- [Outcome 1]
- [Outcome 2]
- [Outcome 3]

> "[Quote about results]"
> — [Name], [Title]

---

## What's Next

[Brief paragraph about future plans and expansion]

---

## About [Customer Company]

[Boilerplate about the customer]

---

*Ready to achieve similar results? [CTA]*

Automation Options

When configured with integrations, this skill can:

  1. Candidate identification - Flag customers with strong success metrics as case study candidates
  2. Interview preparation - Generate tailored interview guides based on customer data
  3. Draft generation - Create case study drafts from call recordings
  4. Refresh alerts - Identify outdated case studies that need updating
  5. Distribution - Push approved case studies to CMS and sales content platforms

Other skills for the same job

Different authors, same problem. Matched on the words in the skill name, across every library in the catalogue except this one.

Need help setting it up?

This page tells you what case-study-builder does and what it needs. Cheetah builds the agent setup it runs inside: data, CRM, sequencing and the guardrails.

Book a call →

The directory stays free. There is nothing gated behind this.