alekspetrov avatar

nav-install-multi-claude

Install Navigator multi-Claude workflow orchestration scripts. Auto-invokes when user says "install

by alekspetrov|Open Source

nav-install-multi-claude (DEPRECATED)

Deprecated as of 2026-06 (TASK-25). Do not install the multi-Claude shell scripts. They are superseded by Claude Code's native orchestration, which requires no separate installation:

  • /workflows — Dynamic Workflows for multi-phase, parallel, resumable work.
  • The Agent tool / subagents — parallel agents with git-worktree isolation.

When invoked

Explain that the multi-Claude scripts are deprecated and no install is needed; point the user to /workflows and the Agent tool. Do NOT run install-multi-claude.sh (it now refuses to run).

Removing a stale install

If a previous Navigator version installed the scripts to ~/bin, remove them:

rm -f "$HOME/bin/navigator-multi-claude.sh" \
      "$HOME/bin/navigator-multi-claude-poc.sh" \
      "$HOME/bin/install-multi-claude.sh"

See .agent/tasks/TASK-25-fix-multi-claude-reliability.md for the deprecation rationale.