Agent skill
marketing-automation
Marketing automation platform operations and workflow design
Install this agent skill to your Project
npx add-skill https://github.com/a5c-ai/babysitter/tree/main/library/specializations/domains/business/marketing/skills/marketing-automation
Metadata
Additional technical details for this skill
- domain
- business
- category
- Digital Marketing
- skill id
- SK-006
- dependencies
-
[ "HubSpot API", "Marketo API", "Salesforce Marketing Cloud API" ] - specialization
- marketing
SKILL.md
Marketing Automation Platform Skill
Overview
The Marketing Automation Platform skill provides marketing automation platform operations and workflow design capabilities. This skill enables sophisticated lead nurturing, behavioral automation, and marketing campaign orchestration.
Capabilities
Platform Operations
- HubSpot workflow builder
- Marketo smart campaign configuration
- Pardot automation setup
- Salesforce Marketing Cloud journeys
- Cross-platform orchestration
Lead Nurturing
- Lead nurturing sequence design
- Drip campaign creation
- Lead scoring configuration
- Lifecycle stage automation
- Sales handoff workflows
Personalization
- Behavioral trigger configuration
- Dynamic content personalization
- Segmentation-based targeting
- Real-time personalization
- Multi-channel coordination
Testing and Optimization
- A/B testing automation
- Multivariate testing
- Send time optimization
- Subject line testing
- Workflow performance analysis
Usage
Automation Workflow
const automationWorkflow = {
platform: 'HubSpot',
name: 'Lead Nurture - Demo Request',
trigger: {
event: 'form_submission',
form: 'demo-request'
},
enrollment: {
criteria: { lifecycleStage: 'lead', country: 'US' },
suppressions: ['existing_customers', 'competitors']
},
steps: [
{ delay: '0h', action: 'send_email', template: 'demo-confirmation' },
{ delay: '2h', action: 'assign_owner', method: 'round-robin' },
{ delay: '24h', action: 'send_email', template: 'resource-followup', condition: 'not_replied' },
{ delay: '72h', action: 'send_email', template: 'case-study', condition: 'not_engaged' },
{ delay: '7d', action: 'update_property', property: 'nurture_status', value: 'completed' }
],
exitCriteria: [
{ event: 'became_customer' },
{ event: 'replied_to_email' },
{ event: 'booked_meeting' }
],
scoring: {
emailOpen: 5,
emailClick: 10,
pageVisit: 3,
contentDownload: 15
}
};
Process Integration
| Process | Integration Points |
|---|---|
| email-marketing-automation.js | Automation execution |
| ab-testing-program.js | Testing automation |
| campaign-performance-analysis.js | Performance tracking |
Best Practices
- Journey Mapping: Design automations around customer journeys
- Segmentation: Target the right audiences
- Testing Culture: Always test and optimize
- Deliverability Focus: Maintain email sender reputation
- Sales Alignment: Coordinate handoffs with sales
Metrics and KPIs
| Metric | Description | Target |
|---|---|---|
| Automation Coverage | Leads in nurture | >70% |
| Engagement Rate | Email engagement | >20% |
| Conversion Rate | Automation conversions | Improving |
| Deliverability | Email deliverability | >95% |
Related Skills
- SK-013: Email Marketing (email operations)
- SK-015: Customer Data Platform (data activation)
- SK-018: CRM Integration (sales alignment)
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?