From 37f7ba4833dd1c3b9247edca1d272ed4f343ae55 Mon Sep 17 00:00:00 2001 From: Andrey Antukh Date: Fri, 11 Sep 2026 15:44:15 +0000 Subject: [PATCH] :books: Note general subagent delegation in flows intro Delegating plan and review to a subagent (engineer-* or the builtin general) starts a clean context instead of growing the main session. Delegating to general keeps the same model. AI-assisted-by: muse-spark-1.3-contributor --- .agents/README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.agents/README.md b/.agents/README.md index 50721a959f..e4abf7ae64 100644 --- a/.agents/README.md +++ b/.agents/README.md @@ -291,6 +291,13 @@ defining subagents or helpers — or none at all. ## 6. Common agentic flows +Work happens two ways: directly in your session, or delegated to a +subagent. Besides the `engineer-*` subagents from §5 there is a +builtin `general` subagent. Delegating planning and review to a +subagent starts a fresh, clean context with a clean prompt instead +of growing the main session — the main lever for keeping context +small. To delegate without switching models, delegate to `general`. + ### Issue / error report flow 1. **Frame the problem.** Enter Plan mode (TAB in opencode) and paste the