gemini_iterate_analysis
Guide iterative problem-solving by structuring reasoning, observing results, and dynamically adjusting strategies based on findings. Use observe-think-act cycles for effective analysis and decision-making.
Instructions
Guide iterative analysis using observe-think-act cycles for dynamic problem-solving.
This tool helps you implement iterative analysis patterns that adapt based on findings:
- How to structure reasoning before taking action
- How to observe and interpret results effectively
- How to reflect on findings and adjust strategy dynamically
- How to decide when to continue iterating vs. when to conclude
- How to handle unexpected results and pivot approaches
Based on ReAct patterns used by Gemini CLI itself for complex problem-solving workflows.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
current_understanding | Yes | What you currently understand about the problem/codebase from previous analysis steps. | |
iteration_goal | Yes | What specific aspect you want to investigate in this ReAct iteration. | |
unexpected_findings | No | Optional: Any unexpected results from previous iterations that require strategy adjustment. |