Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 18:31:04 +08:00
commit f0923fb5f4
12 changed files with 421 additions and 0 deletions

View File

@@ -0,0 +1,24 @@
{
"name": "marketing-automation",
"description": "Lifecycle journey orchestration, workflow configuration, and automation governance",
"version": "1.0.0",
"author": {
"name": "GTM Agents",
"email": "opensource@intentgpt.ai"
},
"skills": [
"./skills/lifecycle-mapping/SKILL.md",
"./skills/workflow-testing/SKILL.md",
"./skills/data-governance/SKILL.md"
],
"agents": [
"./agents/journey-architect.md",
"./agents/nurture-operator.md",
"./agents/data-orchestrator.md"
],
"commands": [
"./commands/orchestrate-journey.md",
"./commands/configure-workflow.md",
"./commands/monitor-automation.md"
]
}