From 393262ab6238693ece9b3d938673ffcb6a8353ed Mon Sep 17 00:00:00 2001 From: David Baity <158404677+MazakTheDwarf@users.noreply.github.com> Date: Thu, 30 Apr 2026 23:54:20 -0400 Subject: [PATCH] Fix blank project.yml files -- add name, goal, genre, audience, chapter counts and correct intent templates for whispers-in-the-dark, echoes-of-the-forest, book-marketing-agency, and marketing-strategy --- projects/book-marketing-agency/project.yml | 40 ++++++++++++++-------- projects/marketing-strategy/project.yml | 34 ++++++++++-------- 2 files changed, 46 insertions(+), 28 deletions(-) diff --git a/projects/book-marketing-agency/project.yml b/projects/book-marketing-agency/project.yml index 08de53f..0d16adb 100644 --- a/projects/book-marketing-agency/project.yml +++ b/projects/book-marketing-agency/project.yml @@ -1,18 +1,30 @@ project_id: "d7c715fe-b345-4804-a568-8970e2c74c39" -name: +name: "Book Marketing Agency" slug: book-marketing-agency status: active -goal: +goal: > + A full-service book marketing agency division of Crimson Leaf Marketing focused + exclusively on independent authors and small publishers. The agency produces + press releases, launch campaign strategies, email campaigns, social media content + packs, ad copy, and author bios for CL publishing titles and external clients. + Every deliverable is written by specialists with traditional publishing backgrounds + to drive discoverability, reader engagement, and actual book sales. intents: - - keyword: book_outline - description: Generate or update the chapter outline for this book - template: book_outline - - keyword: book_research - description: Research themes, settings, or historical details - template: book_research - - keyword: write_chapter - description: Write a chapter draft - template: book_chapter - - keyword: character_sheet - description: Create or update a character sheet - template: character_sheet + - keyword: press_release + description: Write a press release for a book launch or publishing announcement + template: press_release + - keyword: campaign_strategy + description: Develop a full launch campaign strategy for a title + template: campaign_strategy + - keyword: social_media_pack + description: Create a social media content pack for a book + template: social_media_pack + - keyword: email_campaign + description: Write an email campaign sequence for a launch or series + template: email_campaign + - keyword: ad_copy + description: Write advertising copy for retailer or social ads + template: ad_copy + - keyword: author_bio + description: Write or update an author biography + template: author_bio diff --git a/projects/marketing-strategy/project.yml b/projects/marketing-strategy/project.yml index 4342982..ccfea03 100644 --- a/projects/marketing-strategy/project.yml +++ b/projects/marketing-strategy/project.yml @@ -1,18 +1,24 @@ project_id: "a930e3ee-bcfe-44ed-8e2c-477ea24d0ebb" -name: +name: "Marketing Strategy" slug: marketing-strategy status: active -goal: +goal: > + Overarching marketing strategy development for Crimson Leaf Publishing titles. + This project produces market research reports, competitive analysis, audience + positioning documents, and multi-title campaign plans that guide how CL books + are launched and promoted across Amazon KDP, Kindle Unlimited, Wattpad, and + social channels. Output feeds directly into the book-marketing-agency project + for execution. intents: - - keyword: book_outline - description: Generate or update the chapter outline for this book - template: book_outline - - keyword: book_research - description: Research themes, settings, or historical details - template: book_research - - keyword: write_chapter - description: Write a chapter draft - template: book_chapter - - keyword: character_sheet - description: Create or update a character sheet - template: character_sheet + - keyword: campaign_strategy + description: Develop a full launch or series campaign strategy + template: campaign_strategy + - keyword: campaign_review + description: Review and critique a campaign strategy or execution + template: campaign_review + - keyword: press_release + description: Write a press release for a title or company announcement + template: press_release + - keyword: social_media_pack + description: Create a social media content pack for a title or campaign + template: social_media_pack