Sprint 81: update templates/strategic_review.yml
This commit is contained in:
@@ -59,6 +59,7 @@ steps:
|
|||||||
- type: think
|
- type: think
|
||||||
max_tokens: 6000
|
max_tokens: 6000
|
||||||
agent: first_available
|
agent: first_available
|
||||||
|
output_key: strategic_brief
|
||||||
hint: |
|
hint: |
|
||||||
Synthesize the boardroom transcript into a STRATEGIC BRIEF for David.
|
Synthesize the boardroom transcript into a STRATEGIC BRIEF for David.
|
||||||
|
|
||||||
@@ -72,6 +73,52 @@ steps:
|
|||||||
|
|
||||||
Keep it actionable. David is one person -- prioritize ruthlessly.
|
Keep it actionable. David is one person -- prioritize ruthlessly.
|
||||||
|
|
||||||
|
MARKETING DISPATCH ASSESSMENT:
|
||||||
|
Check the portfolio data for Crimson Leaf Publishing projects.
|
||||||
|
A book is "complete" if its project has a deliverable named MANUSCRIPT-README or
|
||||||
|
if the portfolio report shows a project_index task completed.
|
||||||
|
A book "needs marketing" if crimson_leaf_marketing shows no active campaign for it.
|
||||||
|
|
||||||
|
At the end of your brief, include:
|
||||||
|
CLM_DISPATCH: <book-project-slug if a completed book needs CLM campaign, or "none">
|
||||||
|
|
||||||
|
- type: think
|
||||||
|
max_tokens: 100
|
||||||
|
output_key: clm_dispatch_slug
|
||||||
|
hint: |
|
||||||
|
Read the CLM_DISPATCH line from the strategic brief above.
|
||||||
|
Extract the value after "CLM_DISPATCH: " and output it exactly, nothing else.
|
||||||
|
Valid values: cypress-bend, crimson-vows, binding-thread, or none.
|
||||||
|
Output ONLY the value. No explanation.
|
||||||
|
|
||||||
|
- type: think
|
||||||
|
max_tokens: 600
|
||||||
|
output_key: clm_dispatch_message
|
||||||
|
hint: |
|
||||||
|
If clm_dispatch_slug is "none", output exactly: none
|
||||||
|
|
||||||
|
Otherwise write a marketing campaign request for that book. Include:
|
||||||
|
- Book title, genre, audience, author
|
||||||
|
- The manuscript is complete in Crimson Leaf Publishing Gitea repo
|
||||||
|
- Request: full marketing campaign (strategy, social media, email, press release, ad copy)
|
||||||
|
- Urgency: book has no active campaign and needs revenue generation
|
||||||
|
|
||||||
|
Book reference:
|
||||||
|
- cypress-bend: "Cypress Bend" contemporary romance, audience adult women 25-45
|
||||||
|
- crimson-vows: "Crimson Vows" paranormal romance, audience adult women 25-40
|
||||||
|
- binding-thread: "The Binding Thread" fantasy romance, audience adult women 20-40
|
||||||
|
|
||||||
|
Output ONLY the message text. No preamble.
|
||||||
|
|
||||||
|
- type: tool
|
||||||
|
action: enqueue_strategy
|
||||||
|
optional: true
|
||||||
|
params:
|
||||||
|
company_slug: "crimson_leaf_marketing"
|
||||||
|
project_slug: "book-marketing-agency"
|
||||||
|
task_type: "marketing_campaign"
|
||||||
|
content: "{clm_dispatch_message}"
|
||||||
|
|
||||||
- type: reply
|
- type: reply
|
||||||
target: discussion
|
target: discussion
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user