Command: build-automation
Inputs
- trigger – entry event (form submission, product action, scoring threshold).
- goal – nurture objective (education, onboarding, monetization, retention).
- touches – number of total emails/SMS/push steps.
- channels – optional cross-channel steps (email, in-app, SMS, webhooks).
Workflow
- Trigger Mapping – confirm data source, frequency caps, and mutual exclusivity.
- Journey Blueprint – outline each step with wait times, conditional logic, fallback paths.
- Data & Personalization – list fields, lookups, and APIs required per touch.
- QA Checklist – testing matrix covering render, tracking, suppression, and compliance.
- Launch Plan – assign owners, go-live date, monitoring dashboards, rollback plan.
Outputs
- Visual workflow map (mermaid + textual summary).
- JSON/YAML ready spec for MA platforms (e.g., HubSpot, Marketo, Iterable, Braze).
- Measurement plan including alerting thresholds.
Agent/Skill Invocations
automation-specialist– converts plan into an executable workflow.segmentationskill – ensures entry/exit criteria, suppression lists, and re-entry windows.ab-testingskill – recommends experiment points within the flow.