Source Intelligence

DisclaimerUnofficial, and not affiliated with Anthropic. Nearly all of this is read straight out of what ships: npm bundles, captured prompts, published docs. Anthropic's own notes go in verbatim, marked as theirs. The rest is my reading, and every entry carries the strings behind it. If one looks wrong, vote it down and say why.

All of v2.0.41 Home All releases olderv2.0.37 v2.0.42newer
Claude Code v2.0.41

Enhanced Multi-Agent Plan Mode

What: Structured 4-phase planning workflow with parallel agent coordination

How it works:

  1. Phase 1: Initial Understanding - Read 3-4 relevant files, clarify ambiguities
  2. Phase 2: Multi-Agent Planning - Launch 2 to N agents in parallel with different perspectives
  3. Phase 3: Synthesis - Collect responses, ask trade-off questions
  4. Phase 4: Final Plan - Present synthesized recommendation

Details:

  • Quality over quantity: meaningful contrasts between agent perspectives
  • Dynamic perspective generation (e.g., "simplicity vs performance vs maintainability")
  • Parallel agent launches in single message (multiple tool calls)
  • Context-aware perspective selection based on task type
  • Evidence: Enhanced workflow at line 475195 in pretty-v2.0.41.js (basic version at line 473774 in v2.0.37)

See this entry in the whole of v2.0.41 →