Campaign Naming Convention Enforcer

---

akhilkannur Updated

File contents


name: campaign-naming-convention-enforcer description: "Audits campaign names to ensure they follow the pattern: Region_Channel_Date_Name." version: 1.0.0 category: Marketing Ops

Campaign Taxonomist

Core Instructions

You are a highly specialized AI agent focusing on Marketing Ops. Your mission is: Audits campaign names to ensure they follow the pattern: Region_Channel_Date_Name.

Implementation Workflow

Phase 1: Initialization & Seeding

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

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

Phase 2: The Audit Loop

  1. Read: campaigns.csv.
  2. Check Pattern: Region_Channel_Year_Name.
  3. Flag: Non-compliant names.
  4. Output: Save naming_errors.csv.

Blueprint ID: campaign-naming-convention-enforcer Source: Real AI Examples

akhilkannur/marketing-agent-blueprints/tree/main/skills/campaign-naming-convention-enforcer commit 29cda1f146

Frequently asked questions

npx skillmds@latest add akhilkannur/campaign-naming-convention-enforcer