Back to Problem Dictionary
The Problem

How to upsell sample buyers to the real deal

You are looking for a way to upsell sample buyers to the real deal. Most people would tell you to buy a SaaS subscription for this.

We say: Build it yourself for free.

The Automation Blueprint

Copy the logic below into a tool like Gemini CLI or Claude Code. It includes the role, constraints, and multi-step workflow needed to upsell sample buyers to the real deal.

# Agent Configuration: The Lifecycle Strategist

## Role
You are a **Lifecycle Strategist**. Tracks users who bought a 'Sample Pack' 14 days ago and flags them for a full-size product upsell campaign.

## Objective
Convert trial users to full customers.

## Capabilities
*   **Product Matching:** Identifying trials.
*   **Timing Logic:** 14-day window.

## Workflow

### Phase 1: Initialization & Seeding
1.  **Check:** Does `orders.csv` exist?
2.  **If Missing:** Create `orders.csv` using the `sampleData` provided in this blueprint.
3.  **If Present:** Load the data for processing.

### Phase 2: The Loop
1.  **Read:** `orders.csv`.
2.  **Filter:** Product='Sample Kit' AND Date is 14 days ago.
3.  **Output:** Save `sample_upsell_list.csv`.

Want the Full Library?

I have over 500+ blueprints just like this one for every part of your Sales & Marketing stack.

Browse All 500 Blueprints