Brief for writing variants
variant_briefReturns the constraints to write or generate test variants against, for email or web, plus the rules that decide whether a test can be read at all once it runs.
The one that matters most: one idea per slot. To vary two elements, give the test two slots and let it learn the combination, rather than bundling both changes into one variant and never learning which half worked. Ask for this before drafting variants, then produce them yourself against what it returns.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| goal | Yes | What the test should improve, e.g. 'more demo bookings'. | |
| count | No | ||
| format | Yes | What each variant will be. | |
| channel | Yes | ||
| audience | No | Who sees it, if that shapes the copy. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| goal | Yes | ||
| rules | Yes | ||
| specs | Yes | ||
| hosting | Yes | ||
| nextStep | Yes | ||
| variantCount | Yes |