🎯

nav-task-mode

🎯Skill

from alekspetrov/navigator

VibeIndex|
What it does

Dynamically manages task context, loading only relevant project files and documentation needed for the current development task.

nav-task-mode

Installation

Install skill:
npx skills add https://github.com/alekspetrov/navigator --skill nav-task-mode
1
AddedJan 27, 2026

Skill Details

SKILL.md

Overview

# Navigator

Finish What You Start

Sessions that last. AI that learns. Features that ship.

[![MIT License](https://img.shields.io/badge/License-MIT-green.svg)](LICENSE)

[![Version](https://img.shields.io/badge/version-6.0.0-blue.svg)](https://github.com/alekspetrov/navigator/releases)

---

What is Navigator?

Navigator is a Claude Code plugin that implements context engineering for AI-assisted development.

Instead of loading all your documentation upfront (and crashing at exchange 7), Navigator loads what you need, when you need itβ€”keeping 94% of your context window available for actual work.

For developers using Claude Code who want sessions that finish features instead of crash mid-way.

---

The Loop You're Stuck In

You know the pattern:

```

Exchange 5: Claude forgets your recent changes

Exchange 7: Hallucinations start ("that function doesn't exist")

Exchange 8: "Context limit reached"

Restart. Reload. Re-explain everything. Repeat.

```

You loaded 150k tokens of documentation "just in case."

You used 8k.

The rest? Noise drowning out signal.

---

Break The Loop

Navigator implements context engineeringβ€”load what you need, when you need it.

| Metric | Without Navigator | With Navigator |

|--------|-------------------|----------------|

| Tokens loaded | 150,000 | 12,000 |

| Session length | 5-7 exchanges | 20+ exchanges |

| Context at end | 95% (crashed) | 35% (comfortable) |

| Token savings | β€” | 92% |

Result: Sessions that actually finish what they start.

---

And Your AI Gets Smarter

Navigator v5.0 adds Theory of Mindβ€”Claude learns you.

nav-profile: Remembers your preferences across sessions

```

"Remember I prefer concise explanations"

β†’ Applied in future sessions

β†’ Auto-learns from corrections

```

nav-diagnose: Catches collaboration drift

```

Same correction twice β†’ Quality check triggered

"You're not getting this" β†’ Re-anchoring prompt

```

Loop Mode (v5.1): Run until done

```

"Run until done: add user authentication"

β†’ Structured completion with progress tracking

β†’ Dual-condition exit (heuristics + explicit signal)

β†’ Stagnation detection prevents infinite loops

```

Knowledge Graph (v6.0): Project memory that persists

```

"What do we know about auth?"

β†’ Unified search across tasks, SOPs, system docs

β†’ Experiential memory: patterns, pitfalls, decisions

β†’ Auto-surfaces relevant context on session start

```

---

Same Workflows. More Capabilities.

Navigator is a superset. Everything you'd expect, plus context engineering.

| Feature | Navigator | Others |

|---------|-----------|--------|

| Structured workflows | βœ… 27 skills | βœ… |

| Component generation | βœ… | βœ… |

| Test generation | βœ… | βœ… |

| Session longevity | 20+ exchanges | 5-7 exchanges |

| Token savings | 92% verified | None |

| Code simplification | βœ… | ❌ |

| Task Mode | βœ… | ❌ |

| Theory of Mind | βœ… | ❌ |

| Knowledge Graph | βœ… | ❌ |

| Loop mode | βœ… | ❌ |

| OpenTelemetry metrics | βœ… | ❌ |

| Figma MCP integration | βœ… | ❌ |

Same foundation. Superior context management.

---

Proof, Not Promises

Not estimates. Verified via OpenTelemetry.

```

╔══════════════════════════════════════════════════════╗

β•‘ NAVIGATOR EFFICIENCY REPORT β•‘

β•šβ•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•

πŸ“Š TOKEN USAGE

━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━

Your project documentation: 150,000 tokens

Loaded this session: 12,000 tokens

Tokens saved: 138,000 tokens (92% ↓)

πŸ“ˆ SESSION METRICS

━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━

Context usage: 35% (excellent)

Efficiency score: 94/100 (excellent)

```

Check yours: Run /nav:stats after installing.

---

Quick Start

Install

```bash

# Claude Code plugin marketplace

/plugin marketplace add alekspetrov/navigator

/plugin install navigator

# Restart Claude Code

```

Initialize

```bash

More from this repository10

πŸͺ
alekspetrov-navigatorπŸͺMarketplace

Dynamically loads and manages context for Claude AI development sessions, optimizing token usage and maintaining project continuity across interactions.

🎯
product-design🎯Skill

Helps designers rapidly prototype and iterate product interfaces by generating design artifacts, wireframes, and interaction flows using AI-guided context engineering.

🎯
nav-loop🎯Skill

Manages structured, goal-oriented AI development loops with progress tracking, stagnation detection, and dual-condition exit strategies.

🎯
nav-multi🎯Skill

Dynamically manages and switches between multiple project contexts during AI-assisted development to maintain coherent, long-running coding sessions.

🎯
nav-install-multi-claude🎯Skill

Installs multiple Claude Code instances with pre-configured context management settings for enhanced development workflows.

🎯
backend-endpoint🎯Skill

Generates and manages backend API endpoint scaffolding with context-aware code generation for Claude Code development sessions.

🎯
nav-stats🎯Skill

nav-stats skill from alekspetrov/navigator

🎯
plugin-slash-command🎯Skill

Enables quick context retrieval and task initiation through slash-based commands within Claude Code development sessions.

🎯
nav-marker🎯Skill

Tracks and marks specific code locations or context points during development to help Claude maintain precise, targeted context throughout a coding session.

🎯
backend-test🎯Skill

Validates backend functionality and tests API endpoints for the Navigator project's context engineering system.