Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 18:30:14 +08:00
commit bd4e235b9b
12 changed files with 428 additions and 0 deletions

View File

@@ -0,0 +1,24 @@
{
"name": "customer-feedback-orchestration",
"description": "Customer feedback orchestration covering research, synthesis, and stakeholder workflows",
"version": "1.0.0",
"author": {
"name": "GTM Agents",
"email": "opensource@intentgpt.ai"
},
"skills": [
"./skills/survey-design/SKILL.md",
"./skills/insight-synthesis/SKILL.md",
"./skills/stakeholder-ops/SKILL.md"
],
"agents": [
"./agents/research-lead.md",
"./agents/product-liaison.md",
"./agents/cs-analyst.md"
],
"commands": [
"./commands/run-survey.md",
"./commands/synthesize-feedback.md",
"./commands/route-insights.md"
]
}