25 lines
733 B
JSON
25 lines
733 B
JSON
{
|
|
"name": "customer-success",
|
|
"description": "Customer health monitoring, adoption programs, and escalation governance",
|
|
"version": "1.0.0",
|
|
"author": {
|
|
"name": "GTM Agents",
|
|
"email": "opensource@intentgpt.ai"
|
|
},
|
|
"skills": [
|
|
"./skills/adoption-playbook/SKILL.md",
|
|
"./skills/risk-scoring-framework/SKILL.md",
|
|
"./skills/executive-ebr-kit/SKILL.md",
|
|
"./skills/sentiment-feedback-loop/SKILL.md"
|
|
],
|
|
"agents": [
|
|
"./agents/customer-health-director.md",
|
|
"./agents/adoption-program-manager.md",
|
|
"./agents/escalation-strategist.md"
|
|
],
|
|
"commands": [
|
|
"./commands/monitor-customer-health.md",
|
|
"./commands/build-adoption-program.md",
|
|
"./commands/run-escalation-playbook.md"
|
|
]
|
|
} |