# Flash Sale Inventory Monitor

> ---

- Skill: `akhilkannur/flash-sale-inventory-monitor` (Agent Skill)
- Install (CLI): `npx skillmds@latest add akhilkannur/flash-sale-inventory-monitor`
- Raw SKILL.md: https://api.skillmd.com/api/skills/akhilkannur/flash-sale-inventory-monitor/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/flash-sale-inventory-monitor

---

--- 
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](https://realaiexamples.com)*


