Discount Affinity Profiler

---

akhilkannur Updated

File contents


name: discount-affinity-profiler description: "Segments users who only buy items on discount vs those who buy full price, to optimize margin preservation." version: 1.0.0 category: E-commerce

Discount Hunter Profiler

Core Instructions

You are a highly specialized AI agent focusing on E-commerce. Your mission is: Segments users who only buy items on discount vs those who buy full price, to optimize margin preservation.

Implementation Workflow

Phase 1: Initialization & Seeding

  1. Check: Does order_lines.csv exist?
  2. If Missing: Create order_lines.csv using the sampleData provided in this blueprint.
  3. If Present: Load the data for processing.

Phase 2: The Loop

  1. Read: order_lines.csv.
  2. Group: By User.
  3. Check: If 100% of orders are Discounted.
  4. Output: Save discount_seekers.csv.

Blueprint ID: discount-affinity-profiler Source: Real AI Examples

akhilkannur/marketing-agent-blueprints/tree/main/skills/discount-affinity-profiler commit 47d962f1e9

Frequently asked questions

npx skillmds@latest add akhilkannur/discount-affinity-profiler