mirror of
https://github.com/catlog22/Claude-Code-Workflow.git
synced 2026-03-25 19:48:33 +08:00
Two issues fixed: 1. Default perspective selection now auto-recommends Technical + Architectural when dimensions >= 2, instead of always defaulting to single comprehensive view (which caused Phase B to never trigger). 2. Phase B pseudocode replaced forEach sequential pattern with explicit parallel Agent() call pattern — all perspective agents must be launched in the same response block for concurrent execution. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>