@@ -8,7 +8,7 @@
*
* Uses experimental.chat.messages.transform so it doesn't show in UI.
*/
-const PHASE_REMINDER = `<reminder>⚠️ MANDATORY: Understand→DELEGATE(!)→Parallelize(?)→Plan→Execute→Verify
+const PHASE_REMINDER = `<reminder>⚠️ MANDATORY: Understand→DELEGATE(!)→Split-and-Parallelize(?)→Plan→Execute→Verify
Available Specialist: @oracle @librarian @explorer @designer @fixer
</reminder>`;
@@ -3,7 +3,7 @@
* Catches the "read files → implement myself" anti-pattern.
-const NUDGE = "\n\n---\n⚡ Consider: delegate to specialist now? (When delegating, reference file paths/lines - don't copy file contents.)";
+const NUDGE = "\n\n---\nConsider: splitting the task to parallelize, delegate to specialist(s). (if so, reference file paths/lines—don't copy file contents)";
interface ToolExecuteAfterInput {
tool: string;