campaign-orchestrator
Installation
SKILL.md
Campaign Orchestrator
Multi-channel follow-up campaign orchestrator for ShapeScale sales. Executes scheduled SMS + Email sequences with CRM integration and auto-termination on replies.
Quick Start
# Start a campaign
python3 campaign.py start "primary" --lead "Apex Fitness"
# Check status
python3 campaign.py status "Apex Fitness"
# List all active
python3 campaign.py list
# Stop a campaign
python3 campaign.py stop "Apex Fitness" --reason "replied_interested"