23 lines
618 B
JSON
23 lines
618 B
JSON
{
|
|
"name": "email-sequence-orchestration",
|
|
"description": "Lifecycle email orchestration for planning, automating, and analyzing multi-touch sequences",
|
|
"version": "1.0.0",
|
|
"author": {
|
|
"name": "GTM Agents",
|
|
"email": "opensource@intentgpt.ai"
|
|
},
|
|
"skills": [
|
|
"./skills/cadence-design/SKILL.md",
|
|
"./skills/qa-gates/SKILL.md"
|
|
],
|
|
"agents": [
|
|
"./agents/email-architect.md",
|
|
"./agents/deliverability-lead.md",
|
|
"./agents/experiment-analyst.md"
|
|
],
|
|
"commands": [
|
|
"./commands/plan-sequences.md",
|
|
"./commands/automate-delivery.md",
|
|
"./commands/analyze-sequences.md"
|
|
]
|
|
} |