Case study freshness audit
Skill akhilkannur/marketing-agent-blueprints/skills/case-study-freshness-audit
Flags case studies published more than 24 months ago for retirement or refresh.From its SKILL.md
npx -y skills add akhilkannur/marketing-agent-blueprints --skill case-study-freshness-auditAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
2 things to look at
- no licenseNo license file was found in the repository. Code published without one is not open source by default, so using it at work is a question for whoever answers licensing questions where you are.
- 4 stars4 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
SKILL.md
1.3 KB, 293 tokens by cl100k_base, as published. Nobody here has run it
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.csvexist? - If Missing: Create it (
Company,Industry,Date_Published,Revenue_Tier).
Phase 2: The Audit
- Freshness Test: If
Date_Publishedis > 2 years old, tag as "Vintage" (High Risk - Technology has changed). - Tiering: Group by
Revenue_Tier(Enterprise vs. SMB). - Vertical Coverage: List all unique
Industrieswe 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-audit Source: Real AI Examples
What ships with it
Read from the repository
Just SKILL.md. No reference files, no scripts.