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

34 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: orchestrate-journey
description: Generates an end-to-end automation blueprint with trigger logic, steps, and measurement.
usage: /marketing-automation:orchestrate-journey --goal onboarding --persona founders --channels "email,SMS,in-app"
---
# Command: orchestrate-journey
## Inputs
- **goal** lifecycle stage or desired outcome (onboarding, expansion, renewal, retention).
- **persona** audience segment with shared needs.
- **channels** comma-delimited list of active channels.
- **length** optional number of total steps.
- **constraints** legal, compliance, or SLA notes.
## Workflow
1. **Brief Parsing** gather goals, KPIs, constraints.
2. **Trigger & Entry Mapping** define events, qualification, suppression, re-entry rules.
3. **Journey Design** outline each step with channel, content objective, personalization, fallback logic.
4. **Data/Asset Plan** list required fields, APIs, assets, owners, and deadlines.
5. **Testing & Measurement** propose QA plan, launch gates, dashboards, experiments.
## Outputs
- Journey diagram (mermaid) with branching logic.
- Configuration spec (JSON/YAML) for MAP/CRM systems.
- Measurement plan with KPIs, alerts, and experiment backlog.
## Agent/Skill Invocations
- `journey-architect` drives strategy and blueprint.
- `lifecycle-mapping` skill enforces best-practice cadence and segmentation.
- `data-orchestrator` confirms data requirements.
---