change 3.05 structure step from agent to plan

This commit is contained in:
Oleksandr Bezdieniezhnykh
2025-12-01 13:16:07 +02:00
parent 2a9397e3ba
commit f4def053e8
2 changed files with 14 additions and 4 deletions
+13 -3
View File
@@ -146,12 +146,22 @@
# 3. Development phase
## 3.05 **🤖AI agent**: Initial structure
## 3.05 **🤖📋AI plan**: Initial structure
### Execute: `/3.implementation/3.05_implement_initial_structure`
### Review
- Analyze the code, ask to do some adjustments if needed
### Review Plan
- Analyze the proposals, answer questions
- Improve plan as much as possible so it would be clear what exactly to do
### Save Plan
- when plan is final and ready, save it as `docs/02_components/structure_plan.md`
### Execute Plan
- Press build and let AI generate the structure
### Revise Code
- Read the code and check that everything is ok
## 3.10 **🤖📋AI plan**: Feature implementation
### Execute