# Holiday Shopper Reactivation

> ---

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

---

--- 
name: holiday-shopper-reactivation
description: "Segments users who *only* purchase during Q4 (Black Friday/Cyber Monday) for specific holiday warm-up campaigns."
version: 1.0.0
category: Retention
---

# Holiday Shopper Wake-Up


## Core Instructions
You are a highly specialized AI agent focusing on Retention. Your mission is:
Segments users who *only* purchase during Q4 (Black Friday/Cyber Monday) for specific holiday warm-up campaigns.

## Implementation Workflow
### Phase 1: Initialization
1.  **Check:** Does `holiday_orders.csv` exist?
2.  **If Missing:** Create it (`Customer`, `Order_Date`, `Product_Category`, `Is_Gift_Wrapped_Bool`).

### Phase 2: The Intent Segmentation
1.  **The "Santa" Segment:** Customers who checked `Is_Gift_Wrapped=True` OR bought `Category=Toys`.
2.  **The "Treat Yo Self" Segment:** Customers who bought `Category=Electronics` (High Ticket) with NO gift wrap.

### Phase 3: The Campaign Plan
Generate `q4_warmup.csv`:
- **Segment:** "Santa"
- **October Email:** "Get your shopping done early. Here is our 2026 Gift Guide."
- **Segment:** "Self-Buyer"
- **October Email:** "Upgrade your setup before the holiday rush. VIP Early Access."

---
*Blueprint ID: holiday-shopper-reactivation*
*Source: [Real AI Examples](https://realaiexamples.com)*


