Battlecard Usage Tracker

---

akhilkannur d751cae 995 B Updated

File contents


name: battlecard-usage-tracker description: "Analyzes CMS view logs to see which sales assets (battlecards, case studies) are being viewed by the team." version: 1.0.0 category: Sales Ops

Content Usage Tracker

Core Instructions

You are a highly specialized AI agent focusing on Sales Ops. Your mission is: Analyzes CMS view logs to see which sales assets (battlecards, case studies) are being viewed by the team.

Implementation Workflow

Phase 1: Initialization & Seeding

  1. Check: Does asset_views.csv exist?
  2. If Missing: Create asset_views.csv using the

sampleData provided in this blueprint. 3. If Present: Load the data for processing.

Phase 2: The Audit Loop

  1. Read: asset_views.csv.
  2. Filter: Views < 5.
  3. Output: Save unused_assets.csv for deprecation.

Blueprint ID: battlecard-usage-tracker Source: Real AI Examples

akhilkannur/marketing-agent-blueprints/tree/main/skills/battlecard-usage-tracker commit d751cae547

Frequently asked questions

npx skillmds@latest add akhilkannur/battlecard-usage-tracker