소개
The Parallel Phase Orchestrator skill provides a robust architecture for executing multiple coding tasks simultaneously within the Claude Code environment. By leveraging isolated git worktrees instead of simple branch switching, it enables true parallel execution while preventing file conflicts and environment pollution. This skill ensures architectural consistency by enforcing a 'worktrees + subagents' model for all parallel phases, anchoring every task to the project specification and maintaining a clean, linear development history through automated branch stacking and cleanup.