Produces one design document for work that will be implemented in the same session. Use when designing a feature, a refactor or a change that the session doing the design will also carry out, and to decide whether a full plan is needed instead.
Checks TurnLens against live agent data without measuring a moving target. Use when comparing totals against an oracle such as ccusage, reproducing a reported miscount, confirming a fix against real sessions, or taking any figure that will be treated as evidence.
Apply robust TypeScript practices when generating, reviewing, refactoring, or designing TypeScript code, modules, public APIs, and JavaScript-to-TypeScript migrations. Use for .ts and .tsx work involving type safety, compiler configuration, module boundaries, error modeling, or maintainability. Do not use as the…