24 lines
638 B
JSON
24 lines
638 B
JSON
{
|
|
"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"
|
|
]
|
|
} |