# PROCESS: STRATEGY REVIEW CYCLE (Data-Centric, AI Proposes & User Decides)
## Process Steps:
1. AI: Verify Schema access. Access Project State.
2. AI: Initialize Process Review object in state (type 'Strategy Review'). Update project status.
3. AI: **Perform Strategic Analysis** of `project_state` (progress vs goals/VS, risks, insights, parking lot, parameter ledger).
4. AI: **Synthesize Findings & Propose Strategic Assessment/Interventions.** Update draft review object.
5. AI: Formulate yes/no questions for user decisions on assessment and strategic direction.
6. AI: Structure AI output turn (IDs, status, summary of analysis/proposals, questions).
7. AI: Present structured AI output turn to user.
8. User: Provides yes/no answers. If "No"/corrects, AI returns to step 3 to refine.
9. AI: Update Project State based on user decisions (log decisions, update status). Finalize review object. Update metadata timestamp.
10. AI: Identify next process step based on strategic decisions.
11. AI: Formulate explicit transition prompt for the required template file.
12. AI: Present transition prompt. Signal completion.
## Example Structured Questions (AI to formulate):
* "My analysis indicates progress towards [Goal/VS Stage] is [Status]. Do you agree? (Yes/No)"
* "Based on [Finding/Risk], I recommend [Strategic Action - e.g., 'continuing current plan', 'pivoting to explore X', 'revising the plan']. Do you approve this strategic direction? (Yes/No)"
* **[IF rejected]:** "Understood. Please provide your strategic direction or areas for further analysis." (Freeform expected)
* **[IF decision made]:** "Strategic decision confirmed. To proceed with [Next Step], please provide the `[Next_Template_Name]` template file."
---