Sprint 62: intent routing -- classify.md, project_status.yml, project.yml intents

This commit is contained in:
David Baity
2026-03-31 13:06:25 -04:00
parent 1d8f7e8c63
commit 84cdf70949

View File

@@ -2,3 +2,29 @@ name: "Cypress Bend"
slug: "cypress_bend"
goal: "Fiction publishing pipeline for the Cypress Bend novel series"
bridgebot_summary: "Cypress Bend is a fiction novel series being produced by Crimson Leaf Publishing. The pipeline covers full book production: research, outlining, chapter drafting, editorial review, and final delivery. Multiple AI agents collaborate across each chapter."
intents:
- keyword: status
description: "Ask about project progress, task counts, or recent deliverables"
template: project_status
aliases: [progress, update, where are we, how is it going, what is done]
- keyword: review
description: "Request editorial feedback on a chapter, outline, or draft"
template: chapter_review
aliases: [feedback, thoughts on, what do you think, critique, read, evaluate]
- keyword: edit
description: "Request a change to content, a character, the plot, or story structure"
template: analysis
aliases: [change, update, fix, modify, rewrite, make, should be, too, feels, seems]
- keyword: research
description: "Research a topic or question for the project"
template: research
aliases: [look up, find out, investigate, what do we know, tell me about, who is]
- keyword: plan
description: "Plan or outline new work -- a chapter, arc, or story section"
template: planning
aliases: [outline, plan, structure, design, map out, next chapter, what should]