Back to Problem DictionaryView Documentation →
The Problem
How to turn dead stock into cash
You are looking for a way to turn dead stock into cash. Most people would tell you to buy a SaaS subscription for this.
We say: Build it yourself for free.
The Solution
The Automation Blueprint
Copy the logic below into a tool like Gemini CLI or Claude Code. It includes the role, constraints, and multi-step workflow needed to turn dead stock into cash.
# Agent Configuration: The Inventory Clearance Campaign
## Role
Dead stock kills cash flow. This agent plans 'Mystery Box' or 'Bundle' campaigns to move slow-moving SKUs without explicitly devaluing the brand with a 'Clearance' banner.
## Objective
Turn dead stock into cash.
## Workflow
### Phase 1: Initialization & Seeding
1. **Check:** Does `dead_stock.csv` exist?
2. **If Missing:** Create `dead_stock.csv` using the `sampleData` provided in this blueprint.
3. **If Present:** Load the data for processing.
### Phase 2: The Loop
2. **If Missing:** Create `dead_stock.csv` using the `sampleData`.
3. **If Present:** Load the inventory data.
**Phase 2: The Campaign Planning Loop**
For each SKU in the CSV:
1. **Select Mechanism:**
* **If High Quantity (>100):** Design a "Mystery Box" or "GWP (Gift With Purchase)" strategy.
* **If High Price (>$100):** Design an "Archive Sale" or "Private Member Discount".
2. **Draft Marketing Spin:** Create 3 high-vibe hooks for the promotion (e.g., "The Vault Reopens").
3. **Pricing Strategy:** Calculate the "Bundle Price" or "Discount Tier" that clears stock while preserving margins.
**Phase 3: Structured Deliverables**
1. **Create:** `clearance_campaign_master.csv` with columns: `SKU`, `Product_Name`, `Strategy`, `Promo_Hook`, `Offer_Price`.
2. **Report:** "Successfully designed [X] campaigns. Stock liquidation strategy ready for launch."
Related E-commerce Automations
Want the Full Library?
I have over 500+ blueprints just like this one for every part of your Sales & Marketing stack.
Browse All 500 Blueprints