A pattern that works
Frame the question
Start with a framing branch that defines the scope of the question and names the sub-questions you need to answer.
Branch by topic
Create one branch per sub-question so each line of inquiry has its own context and output history.
Reference across branches selectively
When one branch uncovers a source that matters elsewhere, use an
@ reference instead of summarizing it by hand.Why it works
Each branch stays focused on one topic instead of inheriting every tangent. You can see where a conclusion came from because the source branches stay on the canvas. The final summary draws from real source branches instead of from your memory of what happened in them.Continue
Merging
Compose a synthesis draft from selected source messages.
References
Pull a single message back into another branch with
@.