Merge branch 'dev-attempt-01' into dev

This commit is contained in:
Oleksandr Bezdieniezhnykh
2025-12-01 13:16:37 +02:00
2 changed files with 14 additions and 4 deletions
@@ -23,7 +23,7 @@
## Task
- Read carefully all the component specs and features in the components folder: `@docs/02_components`
- Investgate in internet what are the best way and tools to implement component and its features
- Investgate in internet what are the best way and tools to implement components and its features
- Create initial structure:
- DTOs
- component's interfaces
+13 -3
View File
@@ -146,11 +146,21 @@
# 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