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

25 lines
729 B
JSON

{
"name": "competitive-intelligence",
"description": "Competitive intel research, battlecards, and win/loss programs",
"version": "1.0.0",
"author": {
"name": "GTM Agents",
"email": "opensource@intentgpt.ai"
},
"skills": [
"./skills/battlecard-library/SKILL.md",
"./skills/win-loss-dataset/SKILL.md",
"./skills/market-signal-tracker/SKILL.md",
"./skills/executive-briefing-kit/SKILL.md"
],
"agents": [
"./agents/market-insights-director.md",
"./agents/battlecard-program-manager.md",
"./agents/win-loss-analyst.md"
],
"commands": [
"./commands/analyze-competitive-landscape.md",
"./commands/build-battlecard-suite.md",
"./commands/run-win-loss-program.md"
]
}