Sprint 81: update templates/project_index.yml

This commit is contained in:
2026-04-17 20:37:28 +00:00
parent b7e3439754
commit e8bd420f4e

View File

@@ -74,6 +74,41 @@ steps:
- type: document - type: document
filename: "MANUSCRIPT-README" filename: "MANUSCRIPT-README"
# Sprint 81 Loop 2: when a book is complete, automatically dispatch a marketing campaign
# to Crimson Leaf Marketing. optional: true so that if dispatch fails, the book is still done.
- type: tool
action: enqueue_strategy
optional: true
params:
company_slug: "crimson_leaf_marketing"
project_slug: "book-marketing-agency"
task_type: "marketing_campaign"
content: |
MARKETING CAMPAIGN REQUEST -- {project.name}
The manuscript for "{project.name}" is complete and ready for marketing.
BOOK DETAILS:
Title: {project.name}
Genre: {genre_name}
Audience: {genre_audience}
Author: {lead_author}
Company: Crimson Leaf Publishing
The MANUSCRIPT-README is available in the Crimson Leaf Publishing Gitea repository
under the {project.name} project deliverables. It contains the full reading order,
chapter summaries, continuity chain, and editorial verdict.
Please launch a full marketing campaign including:
- Campaign strategy (target platforms, timeline, budget allocation)
- Social media content pack (TikTok, Instagram, Facebook)
- Email campaign (reader list announcement)
- Press release (book announcement)
- Ad copy (platform-specific variations)
- Author bio update
MISSION: Get this book discovered by its audience and generate revenue for Crimson Leaf.
- type: close - type: close
rag_update: true rag_update: true