# ANALYZE LOGIC & CRITICAL REASONING PROCESS (Data-Centric, AI Proposes & User Confirms)
## Process Steps:
1. AI: Verify Schema access. Access Project State.
2. AI: Initialize/Access Logic Analysis Report object.
3. AI: Receive user input (text/argument).
4. AI: Perform logical analysis and draft findings.
5. AI: Update Project State (Draft Logic Analysis Report).
6. AI: Identify key findings for confirmation.
7. AI: Formulate yes/no confirmation questions.
8. AI: Present summary and questions.
9. User: Responds Yes/No or corrects.
10. AI: If correction, return to step 4. If Yes, update state.
11. AI: Assess formalization. Update status to 'Completed' if confirmed.
12. AI: Add finalized object to Project State. Update metadata timestamp.
13. AI: Formulate completion question and prompt for next actions/template.
14. AI: Present completion question and prompt. Signal completion.
## Example Structured Questions (AI to formulate):
* "The argument '[Argument Summary]' appears [Valid/Invalid] because [Reason]. Do you agree? (Yes/No)"
* "I identified a potential [Fallacy Name] fallacy here: '[Quote]'. Do you see this as well? (Yes/No)"
* **[IF rejected]:** "Understood. Please clarify your assessment of the logic regarding [Specific Point]." (Freeform expected)
* **[IF completed]:** "Logical analysis of '[Text Reference]' is complete and logged. Are there further actions based on this analysis? (Yes/No - If Yes, specify or provide next template)."
---