24 lines
628 B
JSON
24 lines
628 B
JSON
{
|
|
"name": "sales-pipeline",
|
|
"description": "Pipeline management toolkit covering audits, coverage modeling, and enablement",
|
|
"version": "1.0.0",
|
|
"author": {
|
|
"name": "GTM Agents",
|
|
"email": "opensource@intentgpt.ai"
|
|
},
|
|
"skills": [
|
|
"./skills/crm-hygiene/SKILL.md",
|
|
"./skills/forecast-discipline/SKILL.md",
|
|
"./skills/deal-review/SKILL.md"
|
|
],
|
|
"agents": [
|
|
"./agents/pipeline-director.md",
|
|
"./agents/pipeline-analyst.md",
|
|
"./agents/forecast-coach.md"
|
|
],
|
|
"commands": [
|
|
"./commands/audit-pipeline.md",
|
|
"./commands/forecast-coverage.md",
|
|
"./commands/enablement-kit.md"
|
|
]
|
|
} |