Opinionated multi-model delegation for very large repos.
Use to generate or refresh project documentation after a big change: fans parallel doc-writer lanes then verifies every factual claim against the live codebase with a second model family, so docs match reality instead of intent.
Install: npx skills add thunderock/thunderkit -s tk-docs -g
The parallel-thunderkit analogue of GSD's docs-update. Documentation is a deliverable, not an afterthought. tk-docs writes docs in parallel lanes (one per doc, disjoint) and then verifies every factual claim against the live codebase with a different model family — so a doc can't drift from the code it describes.
Model class: executors write; reviewers (a different family) verify.
API…). Build a work manifest listing every doc as an item with a status.
each doc a parallel lane. Persist the manifest so no item is lost between waves.
API shape) against the actual repo. A claim not discoverable in the source is marked and fixed, not shipped.
is hit (then list residual unverified claims).
Updated docs on disk, each with its factual claims verified. Run this only when behavior, setup, commands, examples, or public claims actually changed — not every phase.
An infrastructure claim not discoverable from the repository gets a VERIFY: marker, never a confident sentence. Docs match reality or they say they're unverified.