Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 18:30:00 +08:00
commit 0fdea5b566
13 changed files with 420 additions and 0 deletions

View File

@@ -0,0 +1,25 @@
{
"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"
]
}