# Case Study Freshness Audit

> ---

- Skill: `akhilkannur/case-study-freshness-audit` (Agent Skill)
- Install (CLI): `npx skillmds@latest add akhilkannur/case-study-freshness-audit`
- Raw SKILL.md: https://api.skillmd.com/api/skills/akhilkannur/case-study-freshness-audit/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Security
- Author: akhilkannur (https://skillmd.com/u/akhilkannur)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/akhilkannur/case-study-freshness-audit

---

--- 
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
1.  **Check:** Does `case_studies.csv` exist?
2.  **If Missing:** Create it (`Company`, `Industry`, `Date_Published`, `Revenue_Tier`).

### Phase 2: The Audit
1.  **Freshness Test:** If `Date_Published` is > 2 years old, tag as **"Vintage"** (High Risk - Technology has changed).
2.  **Tiering:** Group by `Revenue_Tier` (Enterprise vs. SMB).
3.  **Vertical Coverage:** List all unique `Industries` we have covered.

### Phase 3: The Gap Analysis
Generate `sales_enablement_alert.md`:
1.  **The "Vintage" List:** Case studies that need to be retired or updated immediately.
2.  **The Blind Spots:** "Warning: We have ZERO fresh case studies for [Industry]. Sales is flying blind here."
3.  **Action:** "Interview a customer in [Missing Sector] this week."

---
*Blueprint ID: case-study-freshness-audit*
*Source: [Real AI Examples](https://realaiexamples.com)*


