24 lines
647 B
JSON
24 lines
647 B
JSON
{
|
|
"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"
|
|
]
|
|
} |