Opinionated multi-model delegation for very large repos.
Use when a lane or verification fails and the cause isn't obvious: runs a scientific-method debug loop (symptoms, hypotheses, isolating probes, root cause, fix, regression proof) with state persisted so it survives context resets.
Install: npx skills add thunderock/thunderkit -s tk-debug -g
The parallel-thunderkit analogue of GSD's debug. When tk-execute or tk-review fails for a reason that isn't a one-line fix, tk-debug runs a disciplined loop instead of guess-patching: symptoms → hypotheses → isolating probe → root cause → fix → regression proof. State is persisted so the investigation survives a context reset and can be resumed.
Model class: planner for hypotheses/root-cause reasoning; executors for running probes.
.thunderkit/debug/<slug>.mdSymptoms, the hypothesis ledger with each probe's result, the confirmed root cause, the fix, and the before/after regression evidence. Resumable: re-read the file, don't restart the investigation.
found the cause yet.