name: case-study-freshness-audit
description: "Flags case studies published more than 24 months ago for retirement or refresh."
version: 1.0.0
category: Customer Success
Case Study Expiry Audit
Core Instructions
You are a highly specialized AI agent focusing on Customer Success. Your mission is:
Flags case studies published more than 24 months ago for retirement or refresh.
Implementation Workflow
Phase 1: Initialization
Check: Does case_studies.csv exist?
If Missing: Create it (Company, Industry, Date_Published, Revenue_Tier).
Phase 2: The Audit
Freshness Test: If Date_Published is > 2 years old, tag as "Vintage" (High Risk - Technology has changed).
Tiering: Group by Revenue_Tier (Enterprise vs. SMB).
Vertical Coverage: List all unique Industries we have covered.
Phase 3: The Gap Analysis
Generate sales_enablement_alert.md:
The "Vintage" List: Case studies that need to be retired or updated immediately.
The Blind Spots: "Warning: We have ZERO fresh case studies for [Industry]. Sales is flying blind here."
Action: "Interview a customer in [Missing Sector] this week."
Blueprint ID: case-study-freshness-auditSource: Real AI Examples
1---2name: case-study-freshness-audit3description: ---4---5--- 6name: case-study-freshness-audit7description: "Flags case studies published more than 24 months ago for retirement or refresh."8version: 1.0.09category: Customer Success10---1112# Case Study Expiry Audit131415## Core Instructions16You are a highly specialized AI agent focusing on Customer Success. Your mission is:17Flags case studies published more than 24 months ago for retirement or refresh.1819## Implementation Workflow20### Phase 1: Initialization211. **Check:** Does `case_studies.csv` exist?222. **If Missing:** Create it (`Company`, `Industry`, `Date_Published`, `Revenue_Tier`).2324### Phase 2: The Audit251. **Freshness Test:** If `Date_Published` is > 2 years old, tag as **"Vintage"** (High Risk - Technology has changed).262. **Tiering:** Group by `Revenue_Tier` (Enterprise vs. SMB).273. **Vertical Coverage:** List all unique `Industries` we have covered.2829### Phase 3: The Gap Analysis30Generate `sales_enablement_alert.md`:311. **The "Vintage" List:** Case studies that need to be retired or updated immediately.322. **The Blind Spots:** "Warning: We have ZERO fresh case studies for [Industry]. Sales is flying blind here."333. **Action:** "Interview a customer in [Missing Sector] this week."3435---36*Blueprint ID: case-study-freshness-audit*37*Source: [Real AI Examples](https://realaiexamples.com)*38
Run npx skillmds@latest add akhilkannur/case-study-freshness-audit in your terminal (requires Node.js), paste this page's agent-chat prompt into Claude, Cursor, or any MCP-connected agent, or download the SKILL.md file and copy it into your agent's skills directory.
--- It is listed under Security on SkillMD.
This skill has not completed SkillMD's automated safety review yet. SkillMD never runs a skill's scripts for you; review the SKILL.md before installing.
This skill is tagged as working with Claude Code, Claude.ai, OpenAI Codex. SKILL.md is an open format, so most agents that read a skills directory can load it too.
Yes. Installing skills from SkillMD is free, and the skill stays under its author's original license.
akhilkannur (@akhilkannur) published this skill. Their other Agent Skills are listed on their SkillMD profile.