25 lines
696 B
JSON
25 lines
696 B
JSON
{
|
|
"name": "account-management",
|
|
"description": "Account management toolkit for success plans, QBRs, and expansions",
|
|
"version": "1.0.0",
|
|
"author": {
|
|
"name": "GTM Agents",
|
|
"email": "opensource@intentgpt.ai"
|
|
},
|
|
"skills": [
|
|
"./skills/success-planning-framework/SKILL.md",
|
|
"./skills/account-health-framework/SKILL.md",
|
|
"./skills/expansion-playbook/SKILL.md",
|
|
"./skills/exec-briefing/SKILL.md"
|
|
],
|
|
"agents": [
|
|
"./agents/relationship-director.md",
|
|
"./agents/account-health-analyst.md",
|
|
"./agents/success-planner.md"
|
|
],
|
|
"commands": [
|
|
"./commands/build-success-plan.md",
|
|
"./commands/plan-qbr.md",
|
|
"./commands/run-account-review.md"
|
|
]
|
|
} |