Opinionated multi-model delegation for very large repos.
Use to validate built features through conversational walk-through: turns each acceptance criterion into a real user-surface test, tracks pass/fail/gap in UAT.md that survives a context reset, and feeds gaps back to tk-plan.
Install: npx skills add thunderock/thunderkit -s tk-verify-work -g
The parallel-thunderkit analogue of GSD's verify-work. tk-review proves the code passes its *verify commands*; tk-verify-work proves the built thing actually does what the user asked, by walking the acceptance criteria through the real user surface — not the tests, the surface.
Model class: reviewers. Answers use tk-ask discipline.
SPEC.md/PLAN.md acceptance criteria. Turn each into a concrete walk-through step:the action, the expected observable, the surface it happens on.
unit test is not a substitute for the surface behaving.
gap is a criterion the builddoesn't meet.
UAT.md continuously so the session survives a context reset — resume by re-readingit, not by re-testing from scratch.
.thunderkit/UAT.mdPer-criterion status + observed evidence. Gaps feed back to tk-plan as new lanes (a gap is a mini-plan, not a "done with caveats"). The phase isn't shippable while any acceptance criterion is a gap.
tk-verify-work tests behavior, it doesn't fix it — a gap routes to tk-plan/tk-debug, not to an inline patch that skips the loop.