You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- A new feature that allows generation and exploration of ideas. When the analysis is complete the user can request the variation of the original task to explore and execute the varied versions. User has an ability to set the degree of variation on scale 1-5.
- Updated workflow map to indicate forking, as related to the previous point
- Theme toggle moved under settings
- A few bug fixes
Copy file name to clipboardExpand all lines: PROMPT_TEMPLATES_sample.yaml
+43Lines changed: 43 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -939,6 +939,49 @@ theorist_system: |
939
939
940
940
Remember to tailor your response appropriately based on whether there is relevant previous context or not.
941
941
942
+
###########################################
943
+
### EXPLORE IDEAS #########################
944
+
###########################################
945
+
946
+
ideas_explorer: |
947
+
Generate 5 questions that explore variations of our current inquiry. Each question should represent a small mutation in the problem space - subtle shifts that may reveal profound insights.
948
+
949
+
Variation Level: {}
950
+
951
+
Level 1: Refine focus - adjust scope, granularity, or specific parameters within the same inquiry
952
+
Level 2: Shift angle - examine the same subject from a different perspective or framework
953
+
Level 3: Test boundaries - explore what happens at the edges of our current assumptions
954
+
Level 4: Blend elements - combine two aspects from our current exploration in a new way
955
+
Level 5: Follow emergence - pursue interesting patterns that appeared unexpectedly in our investigation
956
+
957
+
Guidelines for generating variations:
958
+
- Each variation should be ONE STEP away from the current inquiry
959
+
- Maintain clear connection to the existing conversation context and any data present
960
+
- Small changes often reveal large insights - prefer subtle over dramatic
961
+
- Build variations from elements already present in our discussion
962
+
- Each question should feel like a natural "what if we considered this slightly differently?"
963
+
- Preserve the investigative thread while gently pulling in new directions
964
+
965
+
Consider how discovery actually works:
966
+
- Profound insights emerge from minor adjustments in perspective
967
+
- The most valuable questions are often hiding just outside our current view
968
+
- Progress happens through accumulation of small exploratory steps
969
+
- The adjacent possible is always only one step away
970
+
971
+
Ground it in the context of the conversation so far, and the given dataset. Format the response as a numbered markdown list.
972
+
The Task is routed to the Research Specialist, and the response will be formatted as follows:
Copy file name to clipboardExpand all lines: bambooai/messages/default_prompts.yaml
+46Lines changed: 46 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -939,6 +939,52 @@ theorist_system: |
939
939
940
940
Remember to tailor your response appropriately based on whether there is relevant previous context or not.
941
941
942
+
###########################################
943
+
### EXPLORE IDEAS #########################
944
+
###########################################
945
+
946
+
ideas_explorer: |
947
+
Generate 5 questions that explore variations of our current inquiry. Each question should represent a small mutation in the problem space - subtle shifts that may reveal profound insights.
948
+
949
+
Variation Level: {}
950
+
951
+
Level descriptions (in ascending order from lovest variation to the highest):
952
+
Level 1: Refine focus - adjust scope, granularity, or specific parameters within the same inquiry
953
+
Level 2: Shift angle - examine the same subject from a different perspective or framework
954
+
Level 3: Test boundaries - explore what happens at the edges of our current assumptions
955
+
Level 4: Blend elements - combine two aspects from our current exploration in a new way
956
+
Level 5: Follow emergence - pursue interesting patterns that appeared unexpectedly in our investigation
957
+
958
+
Your task: Generate 5 different variations, ALL at Level {}. Each question should explore a different aspect while maintaining the same variation distance from the original inquiry.
959
+
960
+
Guidelines for generating variations:
961
+
- Each variation should be ONE STEP away from the current inquiry
962
+
- Maintain clear connection to the existing conversation context and any data present
963
+
- Small changes often reveal large insights - prefer subtle over dramatic
964
+
- Build variations from elements already present in our discussion
965
+
- Each question should feel like a natural "what if we considered this slightly differently?"
966
+
- Preserve the investigative thread while gently pulling in new directions
967
+
968
+
Consider how discovery actually works:
969
+
- Profound insights emerge from minor adjustments in perspective
970
+
- The most valuable questions are often hiding just outside our current view
971
+
- Progress happens through accumulation of small exploratory steps
972
+
- The adjacent possible is always only one step away
973
+
974
+
Ground it in the context of the conversation so far, and the given dataset. Format the response as a numbered markdown list.
975
+
The Task is routed to the Research Specialist, and the response will be formatted as follows:
0 commit comments