Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 18:31:04 +08:00
commit f0923fb5f4
12 changed files with 421 additions and 0 deletions

View File

@@ -0,0 +1,32 @@
---
name: configure-workflow
description: Produces implementation instructions for building the automation inside MAP/CRM tools, including QA steps.
usage: /marketing-automation:configure-workflow --journey onboarding --platform hubspot
---
# Command: configure-workflow
## Inputs
- **journey** reference journey ID or description.
- **platform** automation platform (hubspot, marketo, braze, iterable, customerio, etc.).
- **assets** optional list of email/SMS/push templates to wire.
- **qa_mode** true/false to include full regression suite.
## Workflow
1. **Blueprint Sync** pull orchestration diagram + requirements.
2. **Platform Mapping** translate logic into platform-specific objects (smart lists, workflows, campaigns, journeys).
3. **Configuration Steps** detailed instructions for triggers, branches, waits, webhook/API calls, personalization tokens.
4. **QA Matrix** build test plan (seed recipients, device/browser, fallback paths, compliance checkpoints).
5. **Launch Checklist** approvals, scheduling, monitoring, rollback plan.
## Outputs
- Step-by-step build guide with screenshots/snippets.
- QA checklist and evidence log template.
- Launch readiness form (owners, go-live date, monitoring links).
## Agent/Skill Invocations
- `nurture-operator` executes build tasks.
- `workflow-testing` skill ensures QA rigor.
- `data-orchestrator` validates data/suppression wiring.
---