Opinionated multi-model delegation for very large repos.
Use before planning to capture implementation decisions and resolve gray areas: adaptive questioning that records choices and their rejected alternatives in CONTEXT.md so tk-plan and tk-execute inherit settled decisions.
Install: npx skills add thunderock/thunderkit -s tk-discuss -g
The parallel-thunderkit analogue of GSD's discuss-phase. Between spec and plan, tk-discuss surfaces the implementation decisions a plan would otherwise make silently — library choices, patterns, migration order, compatibility — and records each with its rejected alternatives, so every executor lane inherits the same settled ground instead of re-deciding mid-lane.
Model class: planner asks and frames; the user decides. tk-ask discipline for answers.
SPEC.md and MAP.md. Identify the decisions a plan must assume.Decision / Why / Rejected — the rejected branch is what stops alater session or a different agent from re-opening it.
.thunderkit/CONTEXT.mdA ## Decisions Captured section (grouped by category) and a ## Noted for Later section. tk-plan treats captured decisions as fixed constraints; tk-memory mirrors the load-bearing ones into DECISIONS.md so they persist project-wide.
Parallel lanes are dangerous when they each make an independent architectural guess — three lanes can each pick a different error-handling pattern. tk-discuss makes those choices once, up front, so the lanes stay coherent when they merge.