Agent skill
creative-testing
Creative asset testing and optimization tools
Install this agent skill to your Project
npx add-skill https://github.com/a5c-ai/babysitter/tree/main/library/specializations/domains/business/marketing/skills/creative-testing
Metadata
Additional technical details for this skill
- domain
- business
- category
- Campaign Management
- skill id
- SK-016
- dependencies
-
[ "Creative testing platform APIs" ] - specialization
- marketing
SKILL.md
Creative Testing Platform Skill
Overview
The Creative Testing Platform skill provides creative asset testing and optimization capabilities. This skill enables data-driven creative development, testing, and optimization across marketing channels.
Capabilities
Pre-Launch Testing
- Creative effectiveness testing
- Attention prediction (Neurons, Tobii)
- Brand safety scoring
- Message comprehension testing
- Emotional response analysis
Performance Testing
- Multivariate creative testing
- Dynamic creative optimization
- Ad creative benchmarking
- Landing page testing
- Video creative testing
Ongoing Optimization
- Creative fatigue monitoring
- Performance trending
- Creative refresh recommendations
- Winning creative scaling
- Cross-channel creative learning
Analytics
- Creative performance analytics
- Element-level analysis
- Thumbnail and image testing
- Copy variation analysis
- Visual attention mapping
Usage
Creative Test Configuration
const creativeTest = {
campaign: 'Q1 2026 Brand Campaign',
channel: 'paid-social',
testType: 'multivariate',
elements: {
headlines: [
'Transform Your Business Today',
'The Future of Work is Here',
'Unlock Your Team\'s Potential'
],
images: [
'hero-product-shot.jpg',
'lifestyle-office.jpg',
'abstract-tech.jpg'
],
ctas: [
'Learn More',
'Get Started',
'Try Free'
]
},
setup: {
platform: 'Meta Ads',
budget: 5000,
duration: '14 days',
audience: 'prospecting-lookalike',
objective: 'conversions',
minimumSampleSize: 1000
},
metrics: {
primary: 'conversion-rate',
secondary: ['ctr', 'cpc', 'video-completion'],
confidence: 0.95
},
results: {
winner: {
headline: 'Transform Your Business Today',
image: 'lifestyle-office.jpg',
cta: 'Get Started'
},
improvement: {
conversionRate: '+23%',
ctr: '+15%',
cpc: '-12%'
}
}
};
Process Integration
| Process | Integration Points |
|---|---|
| campaign-creative-development.js | Creative testing |
| ab-testing-program.js | Testing methodology |
| campaign-performance-analysis.js | Performance tracking |
Best Practices
- Statistical Significance: Wait for sufficient data
- Isolate Variables: Test one element at a time when possible
- Document Learnings: Build creative knowledge base
- Apply Learnings: Scale winning creative
- Monitor Fatigue: Refresh creative proactively
Metrics and KPIs
| Metric | Description | Target |
|---|---|---|
| Test Velocity | Tests run per month | >4 |
| Win Rate | Tests producing winners | >30% |
| Lift | Average improvement | >15% |
| Learning Rate | Insights documented | All tests |
Related Skills
- SK-008: Paid Media Platforms (ad deployment)
- SK-013: Email Marketing (email creative)
- SK-003: Brand Asset Management (brand compliance)
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
gsd-tools
Central utility skill for GSD operations. Provides config parsing, slug generation, timestamps, path operations, and orchestrates calls to other specialized skills. Acts as the unified entry point that the original gsd-tools.cjs provided via its lib/ modules (commands, config, core, init).
model-profile-resolution
Resolve model profile (quality/balanced/budget) at orchestration start and map agents to specific models. Enables cost/quality tradeoffs by selecting appropriate AI models for each agent role.
verification-suite
Plan structure validation, phase completeness checks, reference integrity verification, and artifact existence confirmation. Provides the structured verification layer ensuring GSD artifacts are well-formed and complete.
state-management
STATE.md reading, writing, and field-level updates. Provides cross-session state persistence via .planning/STATE.md with structured fields for current task, completed phases, blockers, decisions, and quick tasks.
git-integration
Git commit patterns, formats, and conventions for GSD methodology. Provides atomic commits per task, structured commit messages, planning file commits, branch management, and milestone tag operations.
frontmatter-parsing
YAML frontmatter parsing and manipulation for .planning/ documents. Provides read, write, update, query, and validation operations on frontmatter blocks in GSD markdown artifacts.
Didn't find tool you were looking for?