nav-install-multi-claude

Explains deprecation of multi-Claude install scripts and redirects to native Claude Code Workflows.

232|12|Updated Oct 10, 2025
One-click install
npx skills add https://github.com/qf-studio/navigator --skill nav-install-multi-claude-qf-studio
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: nav-install-multi-claude
Source: https://github.com/qf-studio/navigator/tree/main/skills/nav-install-multi-claude
Command: npx skills add https://github.com/qf-studio/navigator --skill nav-install-multi-claude-qf-studio

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Users who previously installed Navigator's multi-Claude orchestration shell scripts need to know those scripts are deprecated and no longer required, avoiding confusion and stale installations. ## Core Features & Use Cases - Deprecation Notice: Informs users that multi-Claude shell scripts are superseded by Claude Code's native /workflows and Agent tool with git-worktree isolation. - No-Install Guidance: Clarifies that no installation step is needed for parallel or multi-phase orchestration. - Stale Install Cleanup: Provides exact rm commands to remove previously installed scripts from ~/bin. - Use Case: A user asks to "set up multi-Claude" or "enable parallel execution"; the Skill explains the deprecation and points them to native Workflows instead of running the old installer. ## Quick Start Ask the assistant to set up multi-Claude workflows and it will explain the deprecation and direct you to native Claude Code Workflows.

Frequently Asked Questions about nav-install-multi-claude

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I install multi-Claude workflows in Navigator?

No installation is needed. The multi-Claude shell scripts are deprecated; use Claude Code's native /workflows command and the Agent tool for parallel, resumable multi-phase work instead.

What replaced the Navigator multi-Claude scripts?

Claude Code's native orchestration replaced them: the /workflows command for dynamic multi-phase, parallel, resumable work, and the Agent tool with subagents using git-worktree isolation.

How do I remove old multi-Claude scripts from my system?

Delete the stale files from ~/bin by running rm -f on navigator-multi-claude.sh, navigator-multi-claude-poc.sh, and install-multi-claude.sh in your home bin directory.

Why does install-multi-claude.sh refuse to run?

The script was deprecated in TASK-25 because native Claude Code Workflows made it obsolete. It now refuses to execute to prevent installing superseded orchestration logic.

Can I still run parallel agents without the multi-Claude scripts?

Yes. Use Claude Code's Agent tool, which spawns parallel subagents with git-worktree isolation, or the /workflows command for structured parallel execution without any separate installation.