Files
gh-gtmagents-gtm-agents-plu…/.claude-plugin/plugin.json
2025-11-29 18:30:21 +08:00

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"
]
}