1---2name: research-analysis-template3description: Deep research and analysis on any topic using multi-step thinking4---56# Research & Analysis Template78## Overview910Multi-step deep research on any topic. Uses the Enhanced Thinking engine for structured analysis with configurable depth.1112## Stopping Point 1: Choose Analysis Depth13141. **Quick Analysis** (3 thinking steps) — fast overview152. **Standard Analysis** (7 thinking steps) — balanced depth163. **Deep Research** (15 thinking steps) — comprehensive investigation1718<!-- AGENT_ACTIONS: {"stopping_points":[{"id":1,"title":"Choose Analysis Depth","options":{"1":{"label":"Quick Analysis","vars":{"DEPTH":"3"},"steps":[19 {"server":"Vodou-Enhanced-Thinking","tool":"start_thinking_session","args":{"topic":"{{TOPIC}}","depth":"{{DEPTH}}"},"capture":{"SESSION_ID":"session_id"}},20 {"server":"Vodou-Enhanced-Thinking","tool":"add_thought","args":{"session_id":"{{SESSION_ID}}","thought":"Analyze key aspects of {{TOPIC}}","nextThoughtNeeded":false}}21]},"2":{"label":"Standard Analysis","vars":{"DEPTH":"7"},"steps":[22 {"server":"Vodou-Enhanced-Thinking","tool":"start_thinking_session","args":{"topic":"{{TOPIC}}","depth":"{{DEPTH}}"},"capture":{"SESSION_ID":"session_id"}},23 {"server":"Vodou-Enhanced-Thinking","tool":"add_thought","args":{"session_id":"{{SESSION_ID}}","thought":"Continue analysis of {{TOPIC}} — explore implications, tradeoffs, and recommendations"},"loop":5,"stream_progress":true},24 {"server":"Vodou-Enhanced-Thinking","tool":"add_thought","args":{"session_id":"{{SESSION_ID}}","thought":"Synthesize findings into actionable conclusions","nextThoughtNeeded":false}}25]},"3":{"label":"Deep Research","vars":{"DEPTH":"15"},"steps":[26 {"server":"Vodou-Enhanced-Thinking","tool":"start_thinking_session","args":{"topic":"{{TOPIC}}","depth":"{{DEPTH}}"},"capture":{"SESSION_ID":"session_id"}},27 {"server":"Vodou-Enhanced-Thinking","tool":"add_thought","args":{"session_id":"{{SESSION_ID}}","thought":"Continue deep analysis of {{TOPIC}}"},"loop":13,"stream_progress":true},28 {"server":"Vodou-Enhanced-Thinking","tool":"add_thought","args":{"session_id":"{{SESSION_ID}}","thought":"Final synthesis — key findings, recommendations, and next steps","nextThoughtNeeded":false}}29]}}}]} -->3031## Output Format3233Present findings as:34- Executive summary (2-3 sentences)35- Key findings (bulleted)36- Recommendations (numbered)37- Next steps