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