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
Check: Does holiday_orders.csv exist?
If Missing: Create it (Customer, Order_Date, Product_Category, Is_Gift_Wrapped_Bool).
Phase 2: The Intent Segmentation
The "Santa" Segment: Customers who checked Is_Gift_Wrapped=True OR bought Category=Toys.
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-reactivationSource: Real AI Examples
1---2name: holiday-shopper-reactivation3description: ---4---5--- 6name: holiday-shopper-reactivation7description: "Segments users who *only* purchase during Q4 (Black Friday/Cyber Monday) for specific holiday warm-up campaigns."8version: 1.0.09category: Retention10---1112# Holiday Shopper Wake-Up131415## Core Instructions16You are a highly specialized AI agent focusing on Retention. Your mission is:17Segments users who *only* purchase during Q4 (Black Friday/Cyber Monday) for specific holiday warm-up campaigns.1819## Implementation Workflow20### Phase 1: Initialization211. **Check:** Does `holiday_orders.csv` exist?222. **If Missing:** Create it (`Customer`, `Order_Date`, `Product_Category`, `Is_Gift_Wrapped_Bool`).2324### Phase 2: The Intent Segmentation251. **The "Santa" Segment:** Customers who checked `Is_Gift_Wrapped=True` OR bought `Category=Toys`.262. **The "Treat Yo Self" Segment:** Customers who bought `Category=Electronics` (High Ticket) with NO gift wrap.2728### Phase 3: The Campaign Plan29Generate `q4_warmup.csv`:30- **Segment:** "Santa"31- **October Email:** "Get your shopping done early. Here is our 2026 Gift Guide."32- **Segment:** "Self-Buyer"33- **October Email:** "Upgrade your setup before the holiday rush. VIP Early Access."3435---36*Blueprint ID: holiday-shopper-reactivation*37*Source: [Real AI Examples](https://realaiexamples.com)*38
Run npx skillmds@latest add akhilkannur/holiday-shopper-reactivation in your terminal (requires Node.js), paste this page's agent-chat prompt into Claude, Cursor, or any MCP-connected agent, or download the SKILL.md file and copy it into your agent's skills directory.
--- It is listed under Coding & Dev Tools on SkillMD.
This skill has not completed SkillMD's automated safety review yet. SkillMD never runs a skill's scripts for you; review the SKILL.md before installing.
This skill is tagged as working with Claude Code, Claude.ai, OpenAI Codex. SKILL.md is an open format, so most agents that read a skills directory can load it too.
Yes. Installing skills from SkillMD is free, and the skill stays under its author's original license.
akhilkannur (@akhilkannur) published this skill. Their other Agent Skills are listed on their SkillMD profile.