24 lines
650 B
JSON
24 lines
650 B
JSON
{
|
|
"name": "customer-journey-orchestration",
|
|
"description": "Customer journey orchestration covering mapping, prioritization, and initiative execution",
|
|
"version": "1.0.0",
|
|
"author": {
|
|
"name": "GTM Agents",
|
|
"email": "opensource@intentgpt.ai"
|
|
},
|
|
"skills": [
|
|
"./skills/journey-mapping/SKILL.md",
|
|
"./skills/voice-of-customer/SKILL.md",
|
|
"./skills/governance/SKILL.md"
|
|
],
|
|
"agents": [
|
|
"./agents/cx-strategist.md",
|
|
"./agents/research-lead.md",
|
|
"./agents/journey-ops-owner.md"
|
|
],
|
|
"commands": [
|
|
"./commands/map-journey.md",
|
|
"./commands/prioritize-gaps.md",
|
|
"./commands/implement-actions.md"
|
|
]
|
|
} |