Initial commit
This commit is contained in:
24
.claude-plugin/plugin.json
Normal file
24
.claude-plugin/plugin.json
Normal 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"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user