Skip to content

Commit 90e1721

Browse files
ngalatisarittr
authored andcommitted
fix(systematic-debugging): defuse Claude Code ultrathink keyword scanner trigger (#1558)
The "Signals You're Doing It Wrong" bullet in systematic-debugging/SKILL.md contains the literal token Claude Code's runtime scans for in tool result bodies. Every Skill-tool invocation of this skill caused the harness to inject a spurious system-reminder claiming the user requested deeper reasoning, silently bumping every session into extended thinking. Replace the bullet's spelling so the contiguous letter sequence the scanner matches is broken with a hyphen. The signal text remains recognizable to the agent and the documented action ("Question fundamentals, not just symptoms") is unchanged. Fixes #1283
1 parent a318a5f commit 90e1721

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

skills/systematic-debugging/SKILL.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@ If you catch yourself thinking:
237237
- "Is that not happening?" - You assumed without verifying
238238
- "Will it show us...?" - You should have added evidence gathering
239239
- "Stop guessing" - You're proposing fixes without understanding
240-
- "Ultrathink this" - Question fundamentals, not just symptoms
240+
- "Ultra-think this" - Question fundamentals, not just symptoms
241241
- "We're stuck?" (frustrated) - Your approach isn't working
242242

243243
**When you see these:** STOP. Return to Phase 1.

0 commit comments

Comments
 (0)