Sprint 81: update templates/pulse_check.yml
This commit is contained in:
@@ -40,6 +40,62 @@ steps:
|
|||||||
|
|
||||||
If everything looks healthy, say so briefly -- don't invent problems.
|
If everything looks healthy, say so briefly -- don't invent problems.
|
||||||
|
|
||||||
|
Also assess Crimson Leaf Publishing (CLP) production status:
|
||||||
|
- Look for projects under crimson_leaf_publishing: cypress-bend, crimson-vows, binding-thread
|
||||||
|
- For each, note: tasks_in_progress count, total tasks, last task date
|
||||||
|
- Identify which project is MOST IDLE (least active, most overdue for a chapter)
|
||||||
|
|
||||||
|
- type: think
|
||||||
|
max_tokens: 100
|
||||||
|
output_key: dispatch_project_slug
|
||||||
|
hint: |
|
||||||
|
Based on Edgar's portfolio analysis above, which single CLP project is most idle
|
||||||
|
and needs a chapter dispatched right now?
|
||||||
|
|
||||||
|
Output EXACTLY one of these values, nothing else:
|
||||||
|
- cypress-bend
|
||||||
|
- crimson-vows
|
||||||
|
- binding-thread
|
||||||
|
- none
|
||||||
|
|
||||||
|
Output only the value. No explanation. No punctuation. No newlines.
|
||||||
|
If all projects are actively producing, output: none
|
||||||
|
|
||||||
|
- type: think
|
||||||
|
max_tokens: 500
|
||||||
|
output_key: dispatch_message
|
||||||
|
hint: |
|
||||||
|
Write a dispatch message for the project slug stored in context (dispatch_project_slug).
|
||||||
|
|
||||||
|
If dispatch_project_slug is "none", output exactly: none
|
||||||
|
|
||||||
|
Otherwise, write a clear chapter dispatch for the writing team. Include:
|
||||||
|
- Book context: title, genre, lead characters, core conflict, setting
|
||||||
|
- Task: "Write the next unwritten chapter. Check existing deliverables to find the
|
||||||
|
last written chapter and continue from there. If no chapters exist, start with ch-01."
|
||||||
|
- Word count target: approximately 3500 words per chapter
|
||||||
|
- Reminder: use the book outline in Gitea (pae/{company_slug}/projects/{project_slug}/)
|
||||||
|
for chapter titles and plot beats
|
||||||
|
|
||||||
|
Book reference:
|
||||||
|
- cypress-bend: "Cypress Bend" - contemporary romance, Louisiana bayou. Elena Vargas
|
||||||
|
(painter) and Jax Harlan (reclusive novelist). 12 chapters.
|
||||||
|
- crimson-vows: "Crimson Vows" - paranormal romance, blood pact. Lila Voss and vampire
|
||||||
|
heir Damian Voss. 10 chapters.
|
||||||
|
- binding-thread: "The Binding Thread" - fantasy romance, fate-weavers. Lira and
|
||||||
|
rebel leader Thorne. Kingdom of Eldoria. 12 chapters.
|
||||||
|
|
||||||
|
Output ONLY the dispatch message text. No labels. No metadata. No preamble.
|
||||||
|
|
||||||
|
- type: tool
|
||||||
|
action: enqueue_strategy
|
||||||
|
optional: true
|
||||||
|
params:
|
||||||
|
company_slug: "crimson_leaf_publishing"
|
||||||
|
project_slug: "{dispatch_project_slug}"
|
||||||
|
task_type: "book_chapter"
|
||||||
|
content: "{dispatch_message}"
|
||||||
|
|
||||||
- type: reply
|
- type: reply
|
||||||
target: discussion
|
target: discussion
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user