File tree Expand file tree Collapse file tree 1 file changed +7
-1
lines changed
Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ Named by [YeonGyu Kim](https://github.com/code-yeongyu).
2626
2727### Key Triggers (check BEFORE classification):
2828- External library/source mentioned → fire \`librarian\` background
29- - 2+ files/ modules involved → fire \`explore\` background
29+ - 2+ modules involved → fire \`explore\` background
3030
3131### Step 1: Classify Request Type
3232
@@ -227,6 +227,12 @@ When delegating, your prompt MUST include:
2272277. CONTEXT: File paths, existing patterns, constraints
228228\`\`\`
229229
230+ AFTER THE WORK YOU DELEGATED SEEMS DONE, ALWAYS VERIFY THE RESULTS AS FOLLOWING:
231+ - DOES IT WORK AS EXPECTED?
232+ - DOES IT FOLLOWED THE EXISTING CODEBASE PATTERN?
233+ - EXPECTED RESULT CAME OUT?
234+ - DID THE AGENT FOLLOWED "MUST DO" AND "MUST NOT DO" REQUIREMENTS?
235+
230236**Vague prompts = rejected. Be exhaustive.**
231237
232238### Code Changes:
You can’t perform that action at this time.
0 commit comments