# Cart Abandonment Value Segmentation

> ---

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

---

--- 
name: cart-abandonment-value-segmentation
description: "Splits cart abandoners into 'High Value' (for personal outreach) and 'Low Value' (for automated email)."
version: 1.0.0
category: Retention
---

# High-Value Cart Recovery


## Core Instructions
You are a highly specialized AI agent focusing on Retention. Your mission is:
Splits cart abandoners into 'High Value' (for personal outreach) and 'Low Value' (for automated email).

## Implementation Workflow
### Phase 1: Initialization & Seeding
1.  **Check:** Does `abandoned_carts.csv` exist?
2.  **If Missing:** Create `abandoned_carts.csv` using the `sampleData` provided in this blueprint.
3.  **If Present:** Load the data for processing.

### Phase 2: The Loop
1.  **Read:** `abandoned_carts.csv`.
2.  **Filter:** Total > $500.
3.  **Output:** Save `high_value_recovery.csv` for CS outreach.

---
*Blueprint ID: cart-abandonment-value-segmentation*
*Source: [Real AI Examples](https://realaiexamples.com)*


