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".
$npx -y skills add gbasin/hand-compute --skill hand-computeInstalls into the current project.
Run `npx skills use "https://github.com/gbasin/hand-compute" --skill "gbasin/hand-compute"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/gbasin/hand-compute" that are relevant to the current task. Run `npx skills add "https://github.com/gbasin/hand-compute"` and select the relevant skills, then follow their instructions.