From 84cdf70949c05f0e1f5c8cea625a201f6f0d1d6f Mon Sep 17 00:00:00 2001 From: David Baity <158404677+MazakTheDwarf@users.noreply.github.com> Date: Tue, 31 Mar 2026 13:06:25 -0400 Subject: [PATCH] Sprint 62: intent routing -- classify.md, project_status.yml, project.yml intents --- cypress-bend/project.yml | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/cypress-bend/project.yml b/cypress-bend/project.yml index ec13bb9..8b33b2a 100644 --- a/cypress-bend/project.yml +++ b/cypress-bend/project.yml @@ -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]