Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 18:31:43 +08:00
commit b7f5d993a7
12 changed files with 421 additions and 0 deletions

View File

@@ -0,0 +1,24 @@
{
"name": "sales-handoff-orchestration",
"description": "Route MQLs to sales with SLAs, enablement, and escalation paths",
"version": "1.0.0",
"author": {
"name": "GTM Agents",
"email": "opensource@intentgpt.ai"
},
"skills": [
"./skills/routing-logic/SKILL.md",
"./skills/sla-tracking/SKILL.md",
"./skills/enablement-kit/SKILL.md"
],
"agents": [
"./agents/revops-director.md",
"./agents/lifecycle-coordinator.md",
"./agents/sales-manager.md"
],
"commands": [
"./commands/define-handoff.md",
"./commands/run-standups.md",
"./commands/monitor-sla.md"
]
}