Debug a gnarly issue that resists one-shot reasoning
When to use: You have symptoms, you have 3 competing theories, and you keep flip-flopping. You want Claude to reason through them without collapsing to the first plausible answer.
Flow
-
Lay out the symptomsUse sequential thinking to debug this issue: [symptoms, logs, what we've already tried]. Start by listing the facts separately from the theories.✓ Copied→ First thought is pure observation, not a guess
-
Evaluate theories against factsContinue. For each theory, which facts support it and which rule it out? Revise any thought that no longer holds.✓ Copied→ Theories pruned based on evidence; earlier thoughts explicitly revised
-
Propose the cheapest next experimentWhich single experiment would disambiguate the remaining theories fastest? Be specific about the command or check.✓ Copied→ One concrete, low-cost next step
Outcome: A defensible diagnostic plan where you can see exactly what was considered and rejected, instead of a black-box answer.
Pitfalls
- Model generates thoughts that are just restatements — In the prompt, require each thought to either add a new fact, rule out a theory, or change a prior thought — otherwise skip it
- Overkill for simple bugs — Don't reach for this tool on anything you could solve in 3 seconds by reading the stack trace