troubleshooting-regression
Installation
SKILL.md
Troubleshooting Regression
Use this skill when the framework appears stale, stuck, or regressed and you need deterministic diagnosis plus fix verification.
When to Use
- Claude debug sessions stall after spawning agents.
- Hooks block expected actions unexpectedly.
- Memory/search/token-saver enforcement appears inconsistent.
- A regression needs a repeatable reproduction and validation run.
Iron Law
Do not declare a regression fixed without:
- reproducible trigger prompt,
- trace evidence from
pnpm trace:query, - hook/tool evidence from debug logs,
- targeted test pass for touched scope.