Hand Compute

Hand-computes a system's execution with explicit state at each step. Use when debugging races, state machines, async bugs, regressions; stress-testing a fix; scoping features on existing state; or approaching unfamiliar code. Especially useful for bugs involving client/server sequencing, background refreshes, recovery paths, queues, or multiple actors evolving state together. Also triggers on "why is this broken", "walk through the flow", "this used to work", "what happens when", or "stress test this plan".

gbasin 148de26 2 files · 16.5 KB Updated

File contents

gbasin/hand-compute/tree/main/ commit 148de261a5

Frequently asked questions

npx skillmds@latest add gbasin/hand-compute