Execute multiple plans in parallel using git worktrees
Executes multiple plans in parallel using git worktrees and merges them sequentially.
/plugin marketplace add NotMyself/planning-system/plugin install planning-system@notmyself-marketplace<plan-dir-1> <plan-dir-2> [plan-dir-n...]Execute multiple plans in parallel using git worktrees.
Read ${CLAUDE_PLUGIN_ROOT}/skills/planning/SKILL.md for system overview.
Validate inputs: Confirm all plan directories exist with manifest.jsonl
Load workflow details: Read ${CLAUDE_PLUGIN_ROOT}/skills/planning/workflows/4-parallel.md
Determine merge order: Analyze dependencies, prioritize by Beads priority
Create worktrees: One per plan, branching from main
Display execution instructions:
Open separate Claude Code sessions:
Session 1: cd <worktree-1> && plan:orchestrate .
Session 2: cd <worktree-2> && plan:orchestrate .
Wait for user confirmation that all plans are complete
Merge sequentially in determined order with testing after each
Cleanup: Remove worktrees, prune branches