We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6198949 commit a93be42Copy full SHA for a93be42
1 file changed
templates/commands/tasks.md
@@ -117,8 +117,8 @@ Every task MUST strictly follow this format:
117
- Mark story dependencies (most stories should be independent)
118
119
2. **From Contracts**:
120
- - Map each contract/interface → to the user story it serves
121
- - If tests requested: Each contract → contract test task [P] before implementation in that story's phase
+ - Map each interface contract → to the user story it serves
+ - If tests requested: Each interface contract → contract test task [P] before implementation in that story's phase
122
123
3. **From Data Model**:
124
- Map each entity to the user story(ies) that need it
0 commit comments