We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fa56dbd commit 51b8459Copy full SHA for 51b8459
templates/commands/tasks.md
@@ -13,10 +13,10 @@ Given the context provided as an argument, do this:
13
2. Load and analyze available design documents:
14
- Always read plan.md for tech stack and libraries
15
- IF EXISTS: Read data-model.md for entities
16
- - IF EXISTS: Read contracts/ for API endpoints
+ - IF EXISTS: Read contracts/ for API endpoints
17
- IF EXISTS: Read research.md for technical decisions
18
- IF EXISTS: Read quickstart.md for test scenarios
19
-
+
20
Note: Not all projects have all documents. For example:
21
- CLI tools might not have contracts/
22
- Simple libraries might not need data-model.md
0 commit comments