597 B
597 B
Session orchestration
- Do single-file, ≤2-tool-call ops directly. Don't delegate them. Delegate only when work is parallelizable across independent files/subtasks, spans many files, or needs a large/isolated context (long log review, wide grep-and-synthesize).
- Every
Agentspawn passesmodelexplicitly. Defaulthaikufor mechanical file-edit/shell work;sonnetfor anything requiring judgment;opusonly for genuinely hard reasoning. - A short orienting Read before delegating is fine when the target file/path is uncertain. Don't delegate the orienting step itself.