Reading Budget Discipline

Keep the context window lean and fight context rot: pull only the decisive lines instead of loading data back in full. Use before opening or searching a big file, log, dump, PCAP, decompiler output, or research page; before pasting large command/tool output inline; before reading a whole file or directory to find one fact; when consolidating a folder of worker artifacts; and in long multi-step sessions where tool output silently accumulates and buries earlier context. Enforces grep-first + windowed reads, preview-before-full-read, tail-by-byte-offset, extract-don't-hoard, and context quarantine (delegate a huge read to a sub-agent that returns a digest).

AeonDave Updated

File contents

AeonDave/malskill/tree/main/behaviours/reading-budget-discipline commit b1464dc1d9

Frequently asked questions

npx skillmds@latest add aeondave/reading-budget-discipline