You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

reflect.md 1.2KB

12345678910111213141516171819202122232425262728293031323334
  1. **Context**:
  2. - To achieve the goal: {{ goal }}.
  3. - You have executed following tool calls:
  4. {% for call in tool_calls %}
  5. Tool call: `{{ call.name }}`
  6. Results: {{ call.result }}
  7. {% endfor %}
  8. **Reflection Instructions:**
  9. Analyze the current state of the overall task ({{ goal }}), then provide structured responses to the following:
  10. ## 1. Goal Achievement Status
  11. - Does the current outcome align with the original purpose of this task phase?
  12. - If not, what critical gaps exist?
  13. ## 2. Step Completion Check
  14. - Which planned steps were completed? (List verified items)
  15. - Which steps are pending/incomplete? (Specify exactly what’s missing)
  16. ## 3. Information Adequacy
  17. - Is the collected data sufficient to proceed?
  18. - What key information is still needed? (e.g., metrics, user input, external data)
  19. ## 4. Critical Observations
  20. - Unexpected outcomes: [Flag anomalies/errors]
  21. - Risks/blockers: [Identify immediate obstacles]
  22. - Accuracy concerns: [Highlight unreliable results]
  23. ## 5. Next-Step Recommendations
  24. - Proposed immediate action: [Concrete next step]
  25. - Alternative strategies if blocked: [Workaround solution]
  26. - Tools/inputs required for next phase: [Specify resources]