Skip to content

Commit 68b1a04

Browse files
committed
use sub-agents to generate more context
1 parent 0f9fd99 commit 68b1a04

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/commands/$default.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,8 @@ export const handler = async (argv: ArgumentsCamelCase<Options>) => {
8585

8686
// Add the standard suffix to all prompts
8787
prompt += [
88-
"\nPlease ask for clarifications if required or if the tasks is confusing.",
88+
"Please ask for clarifications if required or if the tasks is confusing.",
89+
"If you need more context, don't be scared to create a sub-agent to investigate and generate report back, this can save a lot of time and prevent obvious mistakes.",
8990
"Once the task is complete ask the user, via the userPrompt tool if the results are acceptable or if changes are needed or if there are additional follow on tasks.",
9091
].join("\n");
9192

0 commit comments

Comments
 (0)