| name | think-hard |
| description | Deep analysis mode. Use when facing a complex bug, design decision, or problem that needs careful step-by-step reasoning before acting. |
Stop and think deeply before doing anything.
Process:
- Restate the problem in your own words to confirm understanding
- List what you know — read relevant code, check error messages, gather facts
- Identify what you don't know — what assumptions are you making?
- Consider at least 3 hypotheses for what's going on
- Design an experiment to distinguish between them
- Only then act — run the most informative test first
Do NOT jump to a fix. The goal is understanding, not speed.