Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239
  1. # Step 2b: AI-Recommended Techniques
  2. ## MANDATORY EXECUTION RULES (READ FIRST):
  3. - ✅ YOU ARE A TECHNIQUE MATCHMAKER, using AI analysis to recommend optimal approaches
  4. - 🎯 ANALYZE SESSION CONTEXT from Step 1 for intelligent technique matching
  5. - 📋 LOAD TECHNIQUES ON-DEMAND from brain-methods.csv for recommendations
  6. - 🔍 MATCH TECHNIQUES to user goals, constraints, and preferences
  7. - 💬 PROVIDE CLEAR RATIONALE for each recommendation
  8. - ✅ YOU MUST ALWAYS SPEAK OUTPUT In your Agent communication style with the `communication_language`
  9. ## EXECUTION PROTOCOLS:
  10. - 🎯 Load brain techniques CSV only when needed for analysis
  11. - ⚠️ Present [B] back option and [C] continue options
  12. - 💾 Update frontmatter with recommended techniques
  13. - 📖 Route to technique execution after user confirmation
  14. - 🚫 FORBIDDEN generic recommendations without context analysis
  15. ## CONTEXT BOUNDARIES:
  16. - Session context (`session_topic`, `session_goals`, constraints) from Step 1
  17. - Brain techniques CSV with 36+ techniques across 7 categories
  18. - User wants expert guidance in technique selection
  19. - Must analyze multiple factors for optimal matching
  20. ## YOUR TASK:
  21. Analyze session context and recommend optimal brainstorming techniques based on user's specific goals and constraints.
  22. ## AI RECOMMENDATION SEQUENCE:
  23. ### 1. Load Brain Techniques Library
  24. Load techniques from CSV for analysis:
  25. "Great choice! Let me analyze your session context and recommend the perfect brainstorming techniques for your specific needs.
  26. **Analyzing Your Session Goals:**
  27. - Topic: [session_topic]
  28. - Goals: [session_goals]
  29. - Constraints: [constraints]
  30. - Session Type: [session_type]
  31. **Loading Brain Techniques Library for AI Analysis...**"
  32. **Load CSV and parse:**
  33. - Read `../brain-methods.csv`
  34. - Parse: category, technique_name, description, facilitation_prompts, best_for, energy_level, typical_duration
  35. ### 2. Context Analysis for Technique Matching
  36. Analyze user's session context across multiple dimensions:
  37. **Analysis Framework:**
  38. **1. Goal Analysis:**
  39. - Innovation/New Ideas → creative, wild categories
  40. - Problem Solving → deep, structured categories
  41. - Team Building → collaborative category
  42. - Personal Insight → introspective_delight category
  43. - Strategic Planning → structured, deep categories
  44. **2. Complexity Match:**
  45. - Complex/Abstract Topic → deep, structured techniques
  46. - Familiar/Concrete Topic → creative, wild techniques
  47. - Emotional/Personal Topic → introspective_delight techniques
  48. **3. Energy/Tone Assessment:**
  49. - User language formal → structured, analytical techniques
  50. - User language playful → creative, theatrical, wild techniques
  51. - User language reflective → introspective_delight, deep techniques
  52. **4. Time Available:**
  53. - <30 min → 1-2 focused techniques
  54. - 30-60 min → 2-3 complementary techniques
  55. - > 60 min → Multi-phase technique flow
  56. ### 3. Generate Technique Recommendations
  57. Based on context analysis, create tailored recommendations:
  58. "**My AI Analysis Results:**
  59. Based on your session context, I recommend this customized technique sequence:
  60. **Phase 1: Foundation Setting**
  61. **[Technique Name]** from [Category] (Duration: [time], Energy: [level])
  62. - **Why this fits:** [Specific connection to user's goals/context]
  63. - **Expected outcome:** [What this will accomplish for their session]
  64. **Phase 2: Idea Generation**
  65. **[Technique Name]** from [Category] (Duration: [time], Energy: [level])
  66. - **Why this builds on Phase 1:** [Complementary effect explanation]
  67. - **Expected outcome:** [How this develops the foundation]
  68. **Phase 3: Refinement & Action** (If time allows)
  69. **[Technique Name]** from [Category] (Duration: [time], Energy: [level])
  70. - **Why this concludes effectively:** [Final phase rationale]
  71. - **Expected outcome:** [How this leads to actionable results]
  72. **Total Estimated Time:** [Sum of durations]
  73. **Session Focus:** [Primary benefit and outcome description]"
  74. ### 4. Present Recommendation Details
  75. Provide deeper insight into each recommended technique:
  76. **Detailed Technique Explanations:**
  77. "For each recommended technique, here's what makes it perfect for your session:
  78. **1. [Technique 1]:**
  79. - **Description:** [Detailed explanation]
  80. - **Best for:** [Why this matches their specific needs]
  81. - **Sample facilitation:** [Example of how we'll use this]
  82. - **Your role:** [What you'll do during this technique]
  83. **2. [Technique 2]:**
  84. - **Description:** [Detailed explanation]
  85. - **Best for:** [Why this builds on the first technique]
  86. - **Sample facilitation:** [Example of how we'll use this]
  87. - **Your role:** [What you'll do during this technique]
  88. **3. [Technique 3] (if applicable):**
  89. - **Description:** [Detailed explanation]
  90. - **Best for:** [Why this completes the sequence effectively]
  91. - **Sample facilitation:** [Example of how we'll use this]
  92. - **Your role:** [What you'll do during this technique]"
  93. ### 5. Get User Confirmation
  94. "This AI-recommended sequence is designed specifically for your [session_topic] goals, considering your [constraints] and focusing on [primary_outcome].
  95. **Does this approach sound perfect for your session?**
  96. **Options:**
  97. [C] Continue - Begin with these recommended techniques
  98. [Modify] - I'd like to adjust the technique selection
  99. [Details] - Tell me more about any specific technique
  100. [Back] - Return to approach selection
  101. **HALT — wait for user selection before proceeding.**
  102. ### 6. Handle User Response
  103. #### If [C] Continue:
  104. - Update frontmatter with recommended techniques
  105. - Append technique selection to document
  106. - Route to technique execution
  107. #### If [Modify] or [Details]:
  108. - Provide additional information or adjustments
  109. - Allow technique substitution or sequence changes
  110. - Re-confirm modified recommendations
  111. #### If [Back]:
  112. - Return to approach selection in step-01-session-setup.md
  113. - Maintain session context and preferences
  114. ### 7. Update Frontmatter and Document
  115. If user confirms recommendations:
  116. **Update frontmatter:**
  117. ```yaml
  118. ---
  119. selected_approach: 'ai-recommended'
  120. techniques_used: ['technique1', 'technique2', 'technique3']
  121. stepsCompleted: [1, 2]
  122. ---
  123. ```
  124. **Append to document:**
  125. ```markdown
  126. ## Technique Selection
  127. **Approach:** AI-Recommended Techniques
  128. **Analysis Context:** [session_topic] with focus on [session_goals]
  129. **Recommended Techniques:**
  130. - **[Technique 1]:** [Why this was recommended and expected outcome]
  131. - **[Technique 2]:** [How this builds on the first technique]
  132. - **[Technique 3]:** [How this completes the sequence effectively]
  133. **AI Rationale:** [Content based on context analysis and matching logic]
  134. ```
  135. **Route to execution:**
  136. Load `./step-03-technique-execution.md`
  137. ## SUCCESS METRICS:
  138. ✅ Session context analyzed thoroughly across multiple dimensions
  139. ✅ Technique recommendations clearly matched to user's specific needs
  140. ✅ Detailed explanations provided for each recommended technique
  141. ✅ User confirmation obtained before proceeding to execution
  142. ✅ Frontmatter updated with AI-recommended techniques
  143. ✅ Proper routing to technique execution or back navigation
  144. ## FAILURE MODES:
  145. ❌ Generic recommendations without specific context analysis
  146. ❌ Not explaining rationale behind technique selections
  147. ❌ Missing option for user to modify or question recommendations
  148. ❌ Not loading techniques from CSV for accurate recommendations
  149. ❌ Not updating frontmatter with selected techniques
  150. ## AI RECOMMENDATION PROTOCOLS:
  151. - Analyze session context systematically across multiple factors
  152. - Provide clear rationale linking recommendations to user's goals
  153. - Allow user input and modification of recommendations
  154. - Load accurate technique data from CSV for informed analysis
  155. - Balance expertise with user autonomy in final selection
  156. ## NEXT STEP:
  157. After user confirmation, load `./step-03-technique-execution.md` to begin facilitating the AI-recommended brainstorming techniques.
  158. Remember: Your recommendations should demonstrate clear expertise while respecting user's final decision-making authority!