Initial commit

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

View File

@@ -0,0 +1,25 @@
{
"name": "manufacturing-sales",
"description": "Long-cycle manufacturing pursuits with technical bids and partner integrations",
"version": "1.0.0",
"author": {
"name": "GTM Agents",
"email": "opensource@intentgpt.ai"
},
"skills": [
"./skills/account-based-blueprint/SKILL.md",
"./skills/technical-bid-library/SKILL.md",
"./skills/deal-health-dashboard/SKILL.md",
"./skills/partner-integration-kit/SKILL.md"
],
"agents": [
"./agents/industrial-account-director.md",
"./agents/technical-solutions-architect.md",
"./agents/channel-integration-program-manager.md"
],
"commands": [
"./commands/qualify-industrial-opportunity.md",
"./commands/build-technical-bid-plan.md",
"./commands/run-deal-health-review.md"
]
}