Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 18:31:36 +08:00
commit 6932b3b35b
14 changed files with 455 additions and 0 deletions

View File

@@ -0,0 +1,26 @@
{
"name": "sales-calls",
"description": "Sales call prep, live guidance, and post-call analysis workflows",
"version": "1.0.0",
"author": {
"name": "GTM Agents",
"email": "opensource@intentgpt.ai"
},
"skills": [
"./skills/call-brief-framework/SKILL.md",
"./skills/persona-intel/SKILL.md",
"./skills/call-analysis-framework/SKILL.md",
"./skills/call-review-kit/SKILL.md",
"./skills/meddic-checklist/SKILL.md"
],
"agents": [
"./agents/call-strategist.md",
"./agents/conversation-engineer.md",
"./agents/deal-analyst.md"
],
"commands": [
"./commands/prepare-call.md",
"./commands/analyze-call.md",
"./commands/run-call-review.md"
]
}