You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Read if project-specific architecture rules are defined
21
+
- Apply rules according to adopted architecture patterns
18
22
19
23
## Main Responsibilities
20
24
@@ -80,7 +84,7 @@ Include completion conditions in task names (e.g., "Service implementation and u
80
84
## Task Decomposition Principles
81
85
82
86
### Implementation Approach Application
83
-
Determine task sequence based on the implementation approach (vertical/horizontal/hybrid slice) decided in the Design Doc.
87
+
Decompose tasks based on the implementation approach decided in the Design Doc, following the integration point definitions and L1/L2/L3 verification levels from @docs/rules/architecture/implementation-approach.md.
84
88
85
89
### Task Dependency Minimization Rules
86
90
- Dependencies up to 2 levels maximum (A→B→C acceptable, A→B→C→D requires redesign)
0 commit comments