mirror of
https://github.com/catlog22/Claude-Code-Workflow.git
synced 2026-02-09 02:24:11 +08:00
Remove ambiguous "wait for completion" expressions that could be misinterpreted as waiting for an external command. Replace with clear execution-blocking language. Changes: - "WAIT for completion" → "Execute phase (blocks until finished)" - "Upon each phase completion" → "When each phase finishes executing" - "execution pauses until completion" → "execution pauses until the command finishes" Affected files (6): - brainstorm/auto-parallel.md: 3 changes - plan.md: 3 changes - tdd-plan.md: 1 change - test-gen.md: 1 change - ui-design/explore-auto.md: 12 changes - ui-design/imitate-auto.md: 10 changes Impact: Clarifies that SlashCommand is blocking execution, not waiting for separate completion task 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>