Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 18:31:40 +08:00
commit 919a559763
13 changed files with 420 additions and 0 deletions

View File

@@ -0,0 +1,25 @@
{
"name": "sales-enablement",
"description": "Sales enablement program design, content management, and reinforcement",
"version": "1.0.0",
"author": {
"name": "GTM Agents",
"email": "opensource@intentgpt.ai"
},
"skills": [
"./skills/messaging-framework/SKILL.md",
"./skills/battlecard-system/SKILL.md",
"./skills/reinforcement-loop/SKILL.md"
],
"agents": [
"./agents/enablement-strategist.md",
"./agents/content-architect.md",
"./agents/field-coach.md"
],
"commands": [
"./commands/build-playbook.md",
"./commands/launch-program.md",
"./commands/reinforce-program.md",
"./commands/audit-content.md"
]
}