Bestseller Restock Alert

---

akhilkannur Updated

File contents


name: bestseller-restock-alert description: "Monitors inventory levels of 'A-Class' SKUs and triggers a marketing alert when stock goes from 0 to >100." version: 1.0.0 category: E-commerce

Back-in-Stock Campaigner

Core Instructions

You are a highly specialized AI agent focusing on E-commerce. Your mission is: Monitors inventory levels of 'A-Class' SKUs and triggers a marketing alert when stock goes from 0 to >100.

Implementation Workflow

Phase 1: Initialization & Seeding

  1. Check: Does inventory_log.csv exist?
  2. If Missing: Create inventory_log.csv using the sampleData provided in this blueprint.
  3. If Present: Load the data for processing.

Phase 2: The Loop

  1. Read: inventory_log.csv.
  2. Filter: Class 'A' AND Old=0 AND New>100.
  3. Output: Save restock_campaign_alert.md.

Blueprint ID: bestseller-restock-alert Source: Real AI Examples

akhilkannur/marketing-agent-blueprints/tree/main/skills/bestseller-restock-alert commit 195ff36f5a

Frequently asked questions

npx skillmds@latest add akhilkannur/bestseller-restock-alert