components assesment #2

add 2.15_components_assesment.md step
This commit is contained in:
Oleksandr Bezdieniezhnykh
2025-11-29 12:04:51 +02:00
parent 2037870f67
commit ef75cc5877
20 changed files with 557 additions and 1205 deletions
+24 -16
View File
@@ -85,42 +85,50 @@
# 2. Planning phase
## 2.1 **🤖📋AI plan**: Generate components
## 2.10 **🤖📋AI plan**: Generate components
### Execute `/gen_components`
### Execute `/2.10_gen_components`
### Revise
- Revise the plan, answer questions, put detailed descriptions
- Make sure stored components are coherent and make sense
- Ask AI
```
analyze carefully interaction between components. All covered? also, state that each component should implement interface, so that they could be interchangeable with different implementations
```
### Store plan
save plan to `docs/02_components/00_decomposition_plan.md`
## 2.2 **🤖📋AI plan**: Generate tests
### Execute `/gen_tests`
## 2.15 **🤖📋AI plan**: Components assesment
### Execute `/2.15_components_assesment`
### Revise
- Revise the tests, answer questions, put detailed descriptions
- Make sure stored tests are coherent and make sense
## 2.3 **🤖📋AI plan**: Generate Jira Epics
- Revise the plan, answer questions, put detailed descriptions
- Make sure stored components are coherent and make sense
### Execute `/gen_epics`
### plan
save plan to `docs/02_components/00_decomposition_plan.md`
## 2.20 **🤖📋AI plan**: Generate Jira Epics
### Execute `/2.20/_gen_epics`
### Revise
- Revise the epics, answer questions, put detailed descriptions
- Make sure epics are coherent and make sense
## 2.4 **🤖📋AI plan**: Component Decomposition To Features
## 2.30 **🤖📋AI plan**: Generate tests
### Execute `/2.30_gen_tests`
### Revise
- Revise the tests, answer questions, put detailed descriptions
- Make sure stored tests are coherent and make sense
## 2.40 **🤖📋AI plan**: Component Decomposition To Features
### Execute
For each component in `docs/02_components` run
`/gen_features --component @docs/02_components/[##]_[component_name]/[component_name]_spec.md`
`/2.40_gen_features --component @docs/02_components/[##]_[component_name]/[component_name]_spec.md`
### Revise
- Revise the features, answer questions, put detailed descriptions