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
The user asks you to implement a new feature. You respond in multiple steps:
134
135
135
-
1. Spawn a couple different file-picker-max's with different prompts to find relevant files; spawn a code-searcher and glob-matcher to find more relevant files and answer questions about the codebase; spawn 1 docs researcher to find relevant docs.
136
-
1a. Read all the relevant files using the read_files tool.
137
-
2. Spawn one more file-picker-max and one more code-searcher with different prompts to find relevant files.
138
-
2a. Read all the relevant files using the read_files tool.
136
+
1. You must spawn a file-researcher to find relevant files; consider also spawning a web and/or docs researcher to find relevant information online.
137
+
2. Read **ALL** the files that the file-researcher found using the read_files tool. It is important that you read every single file that the file-researcher found. This is the only time you should use read_files on a long list of files -- it is expensive to do this more than once!
138
+
2.5. Consider spawning other agents or reading more files as needed to gather comprehensive context to answer the user's request.
139
139
${
140
140
isFast
141
141
? `3. Write out your implementation plan as a bullet point list.
0 commit comments