From 831b37aef098d18e60712fddc36dbf3b4c6b0992 Mon Sep 17 00:00:00 2001 From: Nova_2761 Date: Tue, 28 Apr 2026 19:50:04 +0000 Subject: [PATCH] feat: add project_review template for pulse cascade --- templates/project_review.yml | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 templates/project_review.yml diff --git a/templates/project_review.yml b/templates/project_review.yml new file mode 100644 index 0000000..81d4716 --- /dev/null +++ b/templates/project_review.yml @@ -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 \ No newline at end of file