nav-task-mode
π―Skillfrom alekspetrov/navigator
Dynamically manages task context, loading only relevant project files and documentation needed for the current development task.
Installation
npx skills add https://github.com/alekspetrov/navigator --skill nav-task-modeSkill Details
Overview
# Navigator
Finish What You Start
Sessions that last. AI that learns. Features that ship.
[](LICENSE)
[](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
Dynamically loads and manages context for Claude AI development sessions, optimizing token usage and maintaining project continuity across interactions.
Helps designers rapidly prototype and iterate product interfaces by generating design artifacts, wireframes, and interaction flows using AI-guided context engineering.
Manages structured, goal-oriented AI development loops with progress tracking, stagnation detection, and dual-condition exit strategies.
Dynamically manages and switches between multiple project contexts during AI-assisted development to maintain coherent, long-running coding sessions.
Installs multiple Claude Code instances with pre-configured context management settings for enhanced development workflows.
Generates and manages backend API endpoint scaffolding with context-aware code generation for Claude Code development sessions.
nav-stats skill from alekspetrov/navigator
Enables quick context retrieval and task initiation through slash-based commands within Claude Code development sessions.
Tracks and marks specific code locations or context points during development to help Claude maintain precise, targeted context throughout a coding session.
Validates backend functionality and tests API endpoints for the Navigator project's context engineering system.