content-venture-templateVenture template for operating content-template as a repeatable content production loop.
{
"problem": "Turn a repeatable set of sources into consistently useful content artifacts without losing source coverage, style fidelity, or output quality.",
"category": "Content",
"invariants": [
{
"id": "CONTENT-VENTURE-TEMPLATE",
"type": "BOOLEAN",
"condition": "You operate content generation through the workstream template with slug/content ID 'content-template'.",
"assessment": "Inspect scheduled entries and recent root requests for this venture. The primary templateId must be 'content-template'."
},
{
"id": "CONTENT-VENTURE-CADENCE",
"min": 1,
"type": "FLOOR",
"metric": "content_cycles_per_week",
"assessment": "Count successful content-template executions over the last 7 days. Must be at least 1."
}
],
"templateId": "content-template"
}{
"type": "object",
"required": [
"name",
"sources",
"lookbackPeriod",
"outputTopic"
],
"properties": {
"name": {
"type": "string",
"description": "Human label for this content venture"
},
"sources": {
"type": "array",
"items": {
"type": "string"
},
"description": "Source URLs, topics, or references to monitor"
},
"formatBrief": {
"type": "string",
"default": "Clear, professional prose. Organize thematically.",
"description": "Style and structure brief (tone, sections, voice, length)"
},
"outputTopic": {
"type": "string",
"description": "Artifact topic label used by content-template"
},
"contentBrief": {
"type": "string",
"default": "Summarize notable developments.",
"description": "Substance brief for the generated content"
},
"dispatchCron": {
"type": "string",
"default": "0 9 * * *",
"description": "Recurring schedule for content-template dispatches"
},
"outputFormat": {
"enum": [
"markdown",
"structured-json"
],
"type": "string",
"default": "markdown"
},
"lookbackPeriod": {
"type": "string",
"default": "7 days",
"description": "How far back each cycle should search"
}
}
}