Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 18:31:47 +08:00
commit 68b14ca5a2
12 changed files with 411 additions and 0 deletions

View File

@@ -0,0 +1,24 @@
{
"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"
]
}