Files
gh-gtmagents-gtm-agents-plu…/.claude-plugin/plugin.json
2025-11-29 18:31:34 +08:00

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"
]
}