feat: add project_review template for pulse cascade

This commit is contained in:
2026-04-28 19:50:04 +00:00
parent 1a0146357f
commit 831b37aef0

View File

@@ -0,0 +1,34 @@
name: project_review
description: "Review a CLM marketing project's current state and post status to live-feed."
debug: true
model: power
system: agent_prompt
agent_prompt:
- "= identity.md"
sections:
- agent
- project
- deliverables
- rag
- message
- instructions
steps:
- type: think
max_tokens: 150
output_key: project_phase
hint: |
You are {agent.name}, reviewing the {project.name} marketing project.
Look at PROJECT DELIVERABLES above. Determine current status:
- ACTIVE: campaign deliverables exist and campaigns are being produced
- COMPLETE: all major campaign assets present (strategy, social, email, press release, ad copy)
- IDLE: no campaign deliverables exist yet
Output ONLY the status word. No explanation.
- type: reply
target: channel
channel_name: "crimson_leaf_marketing:live-feed"
hint: |
Post one line: [{project.name}] {project_phase}
adjudication:
enabled: false