From 1e9d3d03c81eb22f1507160b9f5149be6466da20 Mon Sep 17 00:00:00 2001 From: David Baity <158404677+MazakTheDwarf@users.noreply.github.com> Date: Tue, 31 Mar 2026 13:06:26 -0400 Subject: [PATCH] Sprint 62: intent routing -- classify.md, project_status.yml, project.yml intents --- incubation/project.yml | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/incubation/project.yml b/incubation/project.yml index 0e102d2..18fa2f4 100644 --- a/incubation/project.yml +++ b/incubation/project.yml @@ -2,3 +2,24 @@ name: "Incubation" slug: "incubation" goal: "Discover and launch new AI-powered business units for Crimson Leaf Holdings" bridgebot_summary: "The Incubation project scouts, evaluates, and launches new AI-powered business units under the Crimson Leaf Holdings umbrella. It runs market intelligence, opportunity scans, and genesis pipelines for new companies." + +intents: + - keyword: status + description: "Ask about project progress, active scans, or recent discoveries" + template: project_status + aliases: [progress, update, where are we, what is running, what is pending] + + - keyword: research + description: "Research a market, industry, technology, or business opportunity" + template: research + aliases: [look up, find out, investigate, market, opportunity, tell me about] + + - keyword: plan + description: "Plan or design a new business unit, product, or initiative" + template: planning + aliases: [plan, design, outline, structure, build, launch, create, start, new company] + + - keyword: analyze + description: "Analyze data, findings, or a specific opportunity in depth" + template: analysis + aliases: [analyze, evaluate, assess, compare, weigh, pros and cons, should we]