Files
gh-gtmagents-gtm-agents-plu…/commands/configure-workflow.md
2025-11-29 18:31:04 +08:00

33 lines
1.4 KiB
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
---
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.
---