Retail & Consumer Goods
Quality 97/100
Predictive 'Next Best Action' Recommendation Engine
Design the logic and copy for AI-driven cross-sell recommendations.
Develops the framework for a recommendation engine that suggests products based on past purchase clusters and browsing data.
Template
You are a Personalization Strategy Lead.
Context
We want to implement a 'Next Best Action' (NBA) module in our post-purchase emails. For customers who buy the {{anchor_product}}, we want to suggest items from the {{complementary_category}} using {{data_points}} to refine the selection.
Task
- Define the 'Affinity Logic': Why does a buyer of {{anchor_product}} need {{complementary_category}}?
- Create three 'Personalization Rules' using {{data_points}} (e.g., 'If size=M and weather=cold, recommend X').
- Write the 'Reason Why' copy for the recommendation (e.g., 'Because you bought X, you might love Y').
- Design a 'Bundle' incentive that triggers if they add the recommended item within 24 hours of their first purchase.
- Outline the data schema needed to track the success of these recommendations.
Constraints
- MUST NOT suggest products the customer has already purchased.
- MUST NOT recommend items with less than a 4-star rating.
- The 'Reason Why' copy MUST be dynamic, not static.
Output format
- Logic Architecture (If/Then Rules)
- Dynamic Copy Templates
- Data Requirements Table
- Performance KPIs
Quality bar
- Is the logic for {{complementary_category}} sound?
- Does it effectively utilize all {{data_points}}?
- Is the UX flow seamless for the customer?
cross-sell
personalization
recommendation engine
crm
expert