Grill me
Lock decisions in the vault before code. Chat + vault only — no product implementation.
- Skim Hub / open questions / Decisions / plan; grill gaps only.
- Durable answers → vault Decisions (clear matching open questions). Deferrals/spikes that matter later go there too. Skip one-off micro-tweaks (encode in code or a single brand/style note). If the vault project is a git repo, commit Decision writes (no push unless asked).
- Batches of 3–7 questions. Each: options, recommended default + why, room to override.
- End with Ready to implement? + a one-screen verifiable plan; wait for go.
Existing Decisions bind. Revisit only if asked, contradicted, stale/blocking, or notes disagree — then update in place (date/reason).
No vault: ask where Decisions live before implementing.
Example:
Auth session storage?
A) Cookie session
B) Bearer in localStorage
C) httpOnly cookie + refresh
Recommend: C — matches existing API auth.
Your pick?