24 lines
660 B
JSON
24 lines
660 B
JSON
{
|
|
"name": "growth-experiments",
|
|
"description": "Experiment backlog, launch, and learning governance across the funnel",
|
|
"version": "1.0.0",
|
|
"author": {
|
|
"name": "GTM Agents",
|
|
"email": "opensource@intentgpt.ai"
|
|
},
|
|
"skills": [
|
|
"./skills/hypothesis-library/SKILL.md",
|
|
"./skills/experiment-design-kit/SKILL.md",
|
|
"./skills/guardrail-scorecard/SKILL.md"
|
|
],
|
|
"agents": [
|
|
"./agents/experimentation-strategist.md",
|
|
"./agents/test-engineer.md",
|
|
"./agents/insight-analyst.md"
|
|
],
|
|
"commands": [
|
|
"./commands/prioritize-hypotheses.md",
|
|
"./commands/launch-experiment.md",
|
|
"./commands/synthesize-learnings.md"
|
|
]
|
|
} |