discount-affinity-profiler

star 3

Segments users who *only* buy items on discount vs those who buy full price, to optimize margin preservation.

akhilkannur By akhilkannur schedule Updated 2/4/2026

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

Install via CLI
npx skills add https://github.com/akhilkannur/marketing-agent-blueprints --skill discount-affinity-profiler
Repository Details
star Stars 3
call_split Forks 0
navigation Branch main
article Path SKILL.md
More from Creator