nav-multi

Redirects deprecated multi-Claude shell orchestration requests to native Claude Code Workflows and Agent tools.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? This Skill prevents users from running Navigator's deprecated multi-Claude shell scripts, which had roughly a 30% success rate, by redirecting them to Claude Code's native orchestration tools that replaced them. ## Core Features & Use Cases - Deprecation Notice: Informs users that marker-coordinated headless claude -p multi-agent scripts are unmaintained and superseded. - Native Tool Redirection: Points users to /workflows for deterministic multi-phase orchestration and the Agent tool for parallel subagents with optional git worktree isolation. - Use Case: When a user asks to "run a multi-agent workflow" or "spawn agents for" a task, the Skill explains the scripts are deprecated and recommends the native Workflow and Agent tools instead. ## Quick Start Ask the assistant to run a multi-agent workflow for your task and it will explain the deprecation and direct you to native Claude Code orchestration.

Frequently Asked Questions about nav-multi

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

FAQPage Schema
How do I run a multi-agent workflow in Claude Code?

Use the native /workflows feature for deterministic multi-phase orchestration such as plan, implement, test, and review, or the Agent tool for parallel subagents. The old Navigator multi-Claude shell scripts are deprecated and should not be run.

What replaced the Navigator multi-Claude scripts?

Claude Code's native orchestration replaced them: /workflows for multi-phase pipelines with structured output and in-session resume, and the Agent tool for parallel independent subagents with optional git worktree isolation.

Why were the multi-Claude shell scripts deprecated?

The marker-coordinated headless claude -p scripts had roughly a 30% success rate and were unmaintained. Native Claude Code orchestration is more reliable, requires no external scripts, and avoids marker files and context bloat.

Can I still run the navigator-multi-claude shell scripts?

The scripts remain in the repository under a DEPRECATED banner for reference only and are unmaintained. This Skill explicitly instructs not to run them and to use native Workflow and Agent tools instead.

Does Claude Code support parallel agents with git isolation?

Yes, the native Agent tool supports parallel independent subagents with optional git worktree isolation. Agents can run in the background and report back, replacing the old multi-Claude script approach.