Initial commit

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

View File

@@ -0,0 +1,24 @@
{
"name": "revenue-forecasting-pipeline",
"description": "Revenue forecasting orchestrator covering pipeline ingestion, scenarios, and variance reporting",
"version": "1.0.0",
"author": {
"name": "GTM Agents",
"email": "opensource@intentgpt.ai"
},
"skills": [
"./skills/forecast-modeling/SKILL.md",
"./skills/variance-analysis/SKILL.md",
"./skills/executive-briefs/SKILL.md"
],
"agents": [
"./agents/forecast-architect.md",
"./agents/revops-analyst.md",
"./agents/finance-partner.md"
],
"commands": [
"./commands/ingest-pipeline.md",
"./commands/run-forecast.md",
"./commands/report-variance.md"
]
}