Agent skill

marketing-automation

Marketing automation platform operations and workflow design

Stars 514
Forks 31

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

javascript
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

  1. Journey Mapping: Design automations around customer journeys
  2. Segmentation: Target the right audiences
  3. Testing Culture: Always test and optimize
  4. Deliverability Focus: Maintain email sender reputation
  5. 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)

Expand your agent's capabilities with these related and highly-rated skills.

a5c-ai/babysitter

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).

514 31
Explore
a5c-ai/babysitter

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.

514 31
Explore
a5c-ai/babysitter

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.

514 31
Explore
a5c-ai/babysitter

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.

514 31
Explore
a5c-ai/babysitter

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.

514 31
Explore
a5c-ai/babysitter

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.

514 31
Explore

Didn't find tool you were looking for?

Be as detailed as possible for better results