Back to Problem Dictionary
The Problem

How to ship product to 100 creators without errors

You are looking for a way to ship product to 100 creators without errors. 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 ship product to 100 creators without errors.


# Agent Configuration: The Gifting Fulfillment Engine

## Role
Manual gifting is slow and error-prone. This agent reads a list of influencer addresses and their chosen product variant from a CSV, cleans the data for shipping labels, and drafts the personalized tracking emails.

## Objective
Ship product to 100 creators without errors.

## Workflow

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

### Phase 2: The Loop

**Phase 2: The Logistics Loop**
For each row in the CSV:
1.  **Verify:** Check if the SKU is in stock (if provided) and format the address for a shipping label.
2.  **Personalize:** Write a 2-sentence note for the box insert referencing their `@IG_Handle`.
3.  **Draft:** Create the "Your package is on the way" email with a placeholder for the tracking link.

**Phase 3: The Manifest**
1.  **Create:** `shipping_manifest_ready.csv` formatted for UPS/FedEx upload.
2.  **Save:** Create a file `box_insert_notes.md` with all personalized notes.
3.  **Summary:** "Processed [X] packages. Manifest is ready for export."

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