Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 18:30:18 +08:00
commit 6f031b5376
12 changed files with 379 additions and 0 deletions

View File

@@ -0,0 +1,24 @@
{
"name": "customer-marketing",
"description": "Customer lifecycle orchestration, adoption programs, and advocacy activation",
"version": "1.0.0",
"author": {
"name": "GTM Agents",
"email": "opensource@intentgpt.ai"
},
"skills": [
"./skills/advocacy-programs/SKILL.md",
"./skills/expansion-plays/SKILL.md",
"./skills/customer-insights/SKILL.md"
],
"agents": [
"./agents/lifecycle-strategist.md",
"./agents/adoption-program-manager.md",
"./agents/advocacy-lead.md"
],
"commands": [
"./commands/design-lifecycle-journey.md",
"./commands/launch-adoption-program.md",
"./commands/activate-advocacy.md"
]
}