diff --git a/.cursor/commands/3.implementation/3.05_implement_initial_structure.md b/.cursor/commands/3.implementation/3.05_implement_initial_structure.md index 6a9bf3d..33cf758 100644 --- a/.cursor/commands/3.implementation/3.05_implement_initial_structure.md +++ b/.cursor/commands/3.implementation/3.05_implement_initial_structure.md @@ -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 diff --git a/docs/_metodology/tutorial.md b/docs/_metodology/tutorial.md index 4ea1539..1324dc9 100644 --- a/docs/_metodology/tutorial.md +++ b/docs/_metodology/tutorial.md @@ -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