bison-campaign-creator

Create Bison email campaigns from structured campaign sequence documents.

Updated Mar 26, 2026
One-click install
npx skills add https://github.com/LGJ-Jonathan/Jonathan_Global_Claude_Skills --skill bison-campaign-creator-lgj-jonathan
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: bison-campaign-creator
Source: https://github.com/LGJ-Jonathan/Jonathan_Global_Claude_Skills/tree/main/bison-campaign-creator
Command: npx skills add https://github.com/LGJ-Jonathan/Jonathan_Global_Claude_Skills --skill bison-campaign-creator-lgj-jonathan

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Manually entering multi-step email campaigns into Bison is slow and error-prone, especially when sequences contain spintax, thread replies, and specific send-day schedules that must be preserved exactly. ## Core Features & Use Cases - Document Parsing: Reads a structured campaign sequences document and extracts campaign names, subjects, email bodies, day numbers, and thread-reply flags. - Validation Workflow: Confirms the target Bison client and presents a summary table of all campaigns before creating anything. - Verbatim Spintax Handling: Preserves all spintax, variable placeholders, and empty spintax options character-for-character while stripping markdown escape artifacts. - Use Case: A marketing agency receives a campaign sequences document for a client like Derek Hobbs and needs both campaigns loaded into Bison with correct day spacing, Re: prefixed follow-ups, and intact spintax. ## Quick Start Ask the assistant to create Bison campaigns from your campaign sequences document and specify which Bison client they should be created under.

Frequently Asked Questions about bison-campaign-creator

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I create Bison campaigns from a campaign sequences document?▼

Provide the campaign sequences file and specify the Bison client. The skill parses each campaign's subjects, bodies, and day numbers, shows a validation summary, then creates all campaigns via create_bison_sequence after your confirmation.

How are email sequences with spintax handled in Bison campaigns?▼

Spintax is preserved verbatim, including {option1|option2} formats, {{variable}} placeholders, and intentionally empty options like {Hey|Hi|}. Markdown escape characters such as backslashes before underscores or hash signs are stripped from the final email body.

Does the skill confirm details before creating campaigns in Bison?▼

Yes. It asks which Bison client to use, verifies the client exists with get_bison_clients, and displays a summary table of campaign names, email counts, and day schedules before creating anything.

How are thread reply emails handled in Bison sequences?▼

Steps marked as thread replies get their subject prefixed with 'Re: ' and typically omit the full signature block, ending with just the sender's first name. The day number from the document header is used for scheduling.

What happens if a Bison campaign creation fails?▼

The skill notes the failure, retries the campaign once, and reports the final status for all campaigns in a results table showing campaign IDs, sequence IDs, and status.