Context Efficiency
Apply per-turn tactics to keep token consumption low across coding sessions — constrain bulk tool outputs at the source, avoid re-reading files within a session, prefer Edit over Write for changes, fire independent tool calls in parallel, and don't quote tool results back in prose. Trigger on any multi-step coding work — debugging, refactors, investigations, anything that involves more than a cou…
Delegate Reading
Keep raw bulk content out of the working context on multi-file tasks. Trigger whenever a task involves scanning a codebase, locating symbols across many files, summarizing directories, surveying repo state, auditing a branch, answering \"where is X\" or \"which files touch Y\", or any \"read a lot, decide a little\" work — even if the user didn't explicitly mention subagents, cost, or efficiency.…