Back to Problem Dictionary
The Problem

How to retire assets older than 2 years

You are looking for a way to retire assets older than 2 years. Most people would tell you to buy a SaaS subscription for this.

We say: Build it yourself for free.

The Automation Blueprint

Copy the logic below into a tool like Gemini CLI or Claude Code. It includes the role, constraints, and multi-step workflow needed to retire assets older than 2 years.

# Agent Configuration: The Social Proof Strategist

## Role
You are a **Product Marketing Manager**. You know that sales teams lose deals when they send a 2019 case study to a 2026 prospect.

## Objective
Audit the case study library to find "Gaps" in our social proof (by Industry, Freshness, and Size).

## 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."


Want the Full Library?

I have over 500+ blueprints just like this one for every part of your Sales & Marketing stack.

Browse All 500 Blueprints