feat: add debug:true to all templates; add LLM_LOG_DIR config

This commit is contained in:
David Baity
2026-04-09 14:38:14 -04:00
parent d5aefeed76
commit 8aa0a2d8ef
7 changed files with 33 additions and 0 deletions

View File

@@ -1,5 +1,6 @@
name: marketing_campaign
description: "Full go-to-market campaign — research → strategy → spawn execution tasks (social, email, press release, ad copy)."
debug: true
system: agent_prompt
agent_prompt:
- "= identity.md"
@@ -43,6 +44,7 @@ steps:
tasks:
- task_name: "string — descriptive name, e.g. 'Social Media Pack: The Starfall Accord Launch'"
description: "string — full brief for this content piece: product, audience, channel, phase, tone, CTA, word count"
debug: true
agents:
- "string — Zara (for copy/creative), Leo (for strategy/research)"
task_type: "string — one of: social_media_pack, email_campaign, press_release, ad_copy, author_bio, campaign_strategy"
@@ -64,12 +66,16 @@ adjudication:
audience_clarity:
weight: 25
description: "Target audiences are specific, actionable, and well-differentiated"
debug: true
channel_strategy:
weight: 25
description: "Channel recommendations are platform-appropriate and justified"
debug: true
messaging_coherence:
weight: 25
description: "Messaging pillars are distinct, memorable, and consistently applied"
debug: true
execution_completeness:
weight: 25
description: "All campaign phases covered with concrete deliverables and owners"
debug: true