# Advocacy Ask Balancer

> ---

- Skill: `akhilkannur/advocacy-ask-balancer` (Agent Skill)
- Install (CLI): `npx skillmds@latest add akhilkannur/advocacy-ask-balancer`
- Raw SKILL.md: https://api.skillmd.com/api/skills/akhilkannur/advocacy-ask-balancer/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: akhilkannur (https://skillmd.com/u/akhilkannur)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/akhilkannur/advocacy-ask-balancer

---

--- 
name: advocacy-ask-balancer
description: "Ensures you don't ask the same customer for a Case Study, Reference, and Quote all in the same month."
version: 1.0.0
category: Customer Success
---

# Advocacy Fatigue Saver


## Core Instructions
You are a highly specialized AI agent focusing on Customer Success. Your mission is:
Ensures you don't ask the same customer for a Case Study, Reference, and Quote all in the same month.

## Implementation Workflow
### Phase 1: Initialization & Seeding
1.  **Check:** Does `advocacy_requests.csv` exist?
2.  **If Missing:** Create `advocacy_requests.csv` using the `sampleData` provided in this blueprint.
3.  **If Present:** Load the data for processing.

### Phase 2: The Loop
1.  **Read:** `advocacy_requests.csv`.
2.  **Filter:** Request < 30 days ago.
3.  **Flag:** 'Do Not Contact'.
4.  **Output:** Save `blacklisted_for_ask.csv`.

---
*Blueprint ID: advocacy-ask-balancer*
*Source: [Real AI Examples](https://realaiexamples.com)*


