24 lines
662 B
JSON
24 lines
662 B
JSON
{
|
|
"name": "content-pipeline-orchestration",
|
|
"description": "Content pillar orchestration from planning through production and distribution",
|
|
"version": "1.0.0",
|
|
"author": {
|
|
"name": "GTM Agents",
|
|
"email": "opensource@intentgpt.ai"
|
|
},
|
|
"skills": [
|
|
"./skills/editorial-calendar/SKILL.md",
|
|
"./skills/asset-tracking/SKILL.md",
|
|
"./skills/distribution-checklist/SKILL.md"
|
|
],
|
|
"agents": [
|
|
"./agents/editorial-director.md",
|
|
"./agents/creative-producer.md",
|
|
"./agents/distribution-lead.md"
|
|
],
|
|
"commands": [
|
|
"./commands/plan-pillar.md",
|
|
"./commands/manage-production.md",
|
|
"./commands/distribute-assets.md"
|
|
]
|
|
} |