Skip to content

Commit bae5507

Browse files
committed
feat: add example output to folder 02-segment-analysis
1 parent a28a4f1 commit bae5507

1 file changed

Lines changed: 42 additions & 0 deletions

File tree

02-segment-analysis/README.md

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,48 @@
44

55
Nội dung chi tiết + prompt → `SKILL.md`
66

7+
### 🎯 Ví dụ output
8+
9+
**Đầu vào:** Campaign T12, target 500K users, cần phân bổ budget theo segment: high-value (20%), new (30%), dormant (30%), churned (20%).
10+
11+
**Kết quả:**
12+
13+
> **Segment mapping:**
14+
> * High-value: 100K users, budget 40% → giữ chân, upsell
15+
> * New: 150K users, budget 25% → onboarding, activation
16+
> * Dormant: 150K users, budget 20% → re-engagement
17+
> * Churned: 100K users, budget 15% → win-back
18+
>
19+
> **Ưu tiên kênh theo segment:**
20+
> * High-value: SMS + in-app
21+
> * New: in-app + push notification
22+
> * Dormant: email + Facebook
23+
> * Churned: Facebook + TikTok
24+
25+
---
26+
27+
## 02 · Segment analysis
28+
29+
Full content + prompt → `SKILL.md`
30+
31+
### 🎯 Example output
32+
33+
**Input:** T12 campaign, target 500K users, budget allocation by segment: high-value (20%), new (30%), dormant (30%), churned (20%).
34+
35+
**Result:**
36+
37+
> **Segment mapping:**
38+
> * High-value: 100K users, budget 40% → retention, upsell
39+
> * New: 150K users, budget 25% → onboarding, activation
40+
> * Dormant: 150K users, budget 20% → re-engagement
41+
> * Churned: 100K users, budget 15% → win-back
42+
>
43+
> **Channel priority by segment:**
44+
> * High-value: SMS + in-app
45+
> * New: in-app + push notification
46+
> * Dormant: email + Facebook
47+
> * Churned: Facebook + TikTok
48+
749
---
850

951
## 02 · Segment analysis

0 commit comments

Comments
 (0)