Flash Sale Inventory Monitor

---

akhilkannur Updated

File contents


name: flash-sale-inventory-monitor description: "Tracks inventory depletion during a sale event to recommend pausing ad spend if stock hits <5%." version: 1.0.0 category: E-commerce

Flash Sale Brake Pedal

Core Instructions

You are a highly specialized AI agent focusing on E-commerce. Your mission is: Tracks inventory depletion during a sale event to recommend pausing ad spend if stock hits <5%.

Implementation Workflow

Phase 1: Initialization & Seeding

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

Phase 2: The Loop

  1. Read: sale_inventory.csv.
  2. Calculate: Remaining %.
  3. Flag: Items < 5%.
  4. Output: Save pause_ads_alert.csv.

Blueprint ID: flash-sale-inventory-monitor Source: Real AI Examples

akhilkannur/marketing-agent-blueprints/tree/main/skills/flash-sale-inventory-monitor commit 4cdb679975

Frequently asked questions

npx skillmds@latest add akhilkannur/flash-sale-inventory-monitor