Sprint 89: Fix intent schema (template->task_type), update genesis to write project.yml, fix all project.yml intents

This commit is contained in:
David Baity
2026-05-01 00:37:45 -04:00
parent 4d6f8808b8
commit ee7404ec96
3 changed files with 54 additions and 11 deletions

View File

@@ -12,19 +12,19 @@ goal: >
intents:
- keyword: press_release
description: Write a press release for a book launch or publishing announcement
template: press_release
task_type: press_release
- keyword: campaign_strategy
description: Develop a full launch campaign strategy for a title
template: campaign_strategy
task_type: campaign_strategy
- keyword: social_media_pack
description: Create a social media content pack for a book
template: social_media_pack
task_type: social_media_pack
- keyword: email_campaign
description: Write an email campaign sequence for a launch or series
template: email_campaign
task_type: email_campaign
- keyword: ad_copy
description: Write advertising copy for retailer or social ads
template: ad_copy
task_type: ad_copy
- keyword: author_bio
description: Write or update an author biography
template: author_bio
task_type: author_bio