Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 18:31:38 +08:00
commit 9e3aeec167
12 changed files with 390 additions and 0 deletions

View File

@@ -0,0 +1,24 @@
{
"name": "sales-coaching",
"description": "Sales coaching programs for call reviews, cohorts, and reinforcement",
"version": "1.0.0",
"author": {
"name": "GTM Agents",
"email": "opensource@intentgpt.ai"
},
"skills": [
"./skills/coaching-framework/SKILL.md",
"./skills/reinforcement-drills/SKILL.md",
"./skills/call-highlights/SKILL.md"
],
"agents": [
"./agents/performance-coach.md",
"./agents/call-analyst.md",
"./agents/enablement-partner.md"
],
"commands": [
"./commands/build-coaching-plan.md",
"./commands/review-call.md",
"./commands/launch-coaching-program.md"
]
}