Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 18:31:27 +08:00
commit bb54e4824f
12 changed files with 421 additions and 0 deletions

View File

@@ -0,0 +1,24 @@
{
"name": "referral-program-orchestration",
"description": "Referral program orchestration covering design, launch, and optimization",
"version": "1.0.0",
"author": {
"name": "GTM Agents",
"email": "opensource@intentgpt.ai"
},
"skills": [
"./skills/incentive-design/SKILL.md",
"./skills/fraud-detection/SKILL.md",
"./skills/partner-ops/SKILL.md"
],
"agents": [
"./agents/referral-architect.md",
"./agents/lifecycle-ops.md",
"./agents/partner-manager.md"
],
"commands": [
"./commands/design-referral.md",
"./commands/launch-program.md",
"./commands/optimize-referrals.md"
]
}