---
name: Multi-Claude Redirect
slug: multi-claude-redirect
category: AI Engineering
description: "Multi-Claude Redirect tells users the old shell-based multi-agent scripts are deprecated and points them to Claude Code's native Workflows and Agent tools. Use it when a prompt asks to spawn or run parallel Claude agents."
github: "https://github.com/alekspetrov/navigator/tree/main/skills/nav-multi"
language: Python
stars: 230
forks: 11
install: "npx degit https://github.com/alekspetrov/navigator/tree/main/skills/nav-multi ~/.claude/skills/nav-multi"
installs_to: ~/.claude/skills/nav-multi
source_path: skills/nav-multi/SKILL.md
collection_size: 25
category_size: 2793
collection_url: "https://dirskills.com/collections/alekspetrov/navigator"
added: 2026-09-03T06:04:41.608Z
last_synced: 2026-09-03T06:04:41.608Z
canonical_url: "https://dirskills.com/skills/multi-claude-redirect"
---

# Multi-Claude Redirect

Multi-Claude Redirect tells users the old shell-based multi-agent scripts are deprecated and points them to Claude Code's native Workflows and Agent tools. Use it when a prompt asks to spawn or run parallel Claude agents.

**Install:**

```bash
npx degit https://github.com/alekspetrov/navigator/tree/main/skills/nav-multi ~/.claude/skills/nav-multi
```

## README

# nav-multi (DEPRECATED)

**Deprecated as of 2026-06 (TASK-25).**

Navigator's marker-coordinated, headless `claude -p` multi-agent scripts are
superseded by Claude Code's **native orchestration** — more reliable, no external
scripts, and what this project itself now uses for its own audits and planning:

- **`/workflows` — Dynamic Workflows**: deterministic multi-phase orchestration
  (plan → implement → test → review), parallel/pipeline fan-out, structured
  output, in-session resume. No marker files, no context bloat.
- **The Agent tool / subagents**: parallel independent agents with optional git
  worktree isolation; can run in the background and report back.

## When invoked

Tell the user the multi-Claude scripts are deprecated and point them to the
native tools above. **Do NOT run** `navigator-multi-claude*.sh`.

Example response:

> Multi-Claude shell workflows are deprecated. Use native Claude Code
> orchestration instead: `/workflows` for multi-phase work, or the Agent tool
> for parallel subagents. Both supersede the old marker-file scripts.

## History

The scripts (`scripts/navigator-multi-claude*.sh`, `sub-claude-monitor.sh`,
`resume-workflow.sh`, `multi-claude-dashboard.sh`) remain in the repo for
reference under a `DEPRECATED` banner but are unmaintained (~30% success rate).
See `.agent/tasks/TASK-25-fix-multi-claude-reliability.md` for the deprecation
rationale and the research that informed it.
