Generate social media ads tailored to your personas and platforms.
Generate platform-specific social media ads tailored to your personas and screenshots. Use when you need to create targeted ad campaigns for Instagram, Facebook, LinkedIn, or Twitter with A/B testing variations.
/plugin marketplace add mwguerra/claude-code-plugins/plugin install post-development@mwguerra-marketplaceGenerate social media ads tailored to your personas and platforms.
create - Create ads for platforms/pd-ads create [--platform instagram|facebook|linkedin|twitter|all] [--persona <n>]
list - List existing ads/pd-ads list [--platform <platform>] [--status draft|ready|exported]
export - Export ads for use/pd-ads export [--platform <platform>] [--format json|csv|zip]
$ARGUMENTS.post-development/personas/.post-development/screenshots/create:For each persona and platform combination:
.post-development/ads/
├── ads-plan.json # Master ad plan
├── instagram/
│ ├── feed/
│ │ ├── ad-1-primary-persona.json
│ │ ├── ad-2-primary-persona.json
│ │ └── ...
│ ├── stories/
│ │ └── ...
│ └── reels/
│ └── ...
├── facebook/
│ ├── feed/
│ ├── stories/
│ └── carousel/
├── linkedin/
│ ├── single-image/
│ ├── carousel/
│ └── video/
├── twitter/
│ ├── single-image/
│ └── carousel/
└── google/
├── display/
└── responsive/
Feed Post
Stories
Reels
Feed Post
Carousel
Single Image
Carousel
Single Image
{
"id": "ig-feed-primary-001",
"platform": "instagram",
"format": "feed",
"persona": "startup-founder",
"creative": {
"type": "single-image",
"dimensions": "1080x1080",
"image": {
"source": "../screenshots/desktop/light/1_dashboard_1.png",
"overlay": {
"headline": "Stop juggling 10 tools",
"position": "top-center",
"style": "bold-white-shadow"
},
"logo": {
"position": "bottom-right",
"size": "small"
}
}
},
"copy": {
"primary": "Tired of switching between 10 different tools just to get work done?\n\nMeet MyApp - the all-in-one platform that actually gets out of your way.\n\n✅ Everything in one place\n✅ 5-minute setup\n✅ Free forever for small teams\n\nStop context-switching. Start shipping.",
"cta": "Learn More",
"ctaUrl": "https://myapp.com/?utm_source=instagram&utm_medium=feed&utm_campaign=launch",
"hashtags": ["#productivity", "#startups", "#saas", "#workflow", "#teamwork"]
},
"variations": [
{
"id": "ig-feed-primary-001-b",
"copyVariation": "What if you could replace 10 tools with just one?",
"ctaVariation": "Try Free"
}
],
"targeting": {
"interests": ["entrepreneurship", "startups", "productivity", "technology"],
"demographics": "25-45, tech industry",
"lookalike": "website visitors"
},
"status": "draft",
"createdAt": "2025-01-15T10:00:00Z"
}
For each ad, create variations testing:
Complete ad data for programmatic use
Spreadsheet-friendly for team review
Package with images and copy files ready for upload