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