Project Context Navigator

Aggregate project state into a unified context dashboard with pipeline detection.

1|Updated Oct 20, 2025
One-click install
npx skills add https://github.com/b4CU-R4U/neuroverse-presentation-automator --skill project-context-navigator
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Project Context Navigator
Source: https://github.com/b4CU-R4U/neuroverse-presentation-automator/tree/main/.claude/skills/context-navigator
Command: npx skills add https://github.com/b4CU-R4U/neuroverse-presentation-automator --skill project-context-navigator

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires jq, git, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill eliminates developer disorientation in CLI-based workflows by providing a unified dashboard of project status. No more manually checking multiple files or git status to understand the current feature, phase, task progress, or memory health.

Core Features & Use Cases

  • Unified Dashboard: Displays current feature, pipeline phase, task progress, memory health, and recommended next actions in one view.
  • Multi-Project Awareness: Instantly shows the state of multiple projects, crucial for developers switching between codebases.
  • State Mismatch Detection: Identifies inconsistencies between git branch, active context, and recorded progress, guiding the user to resolve them.
  • Use Case: You've just opened your terminal after a weekend. Instead of trying to remember where you left off, you ask "Where am I?", and the Skill presents a clear dashboard showing your current feature, phase, next task, and if your memory is stale.

Quick Start

To get an instant overview of your project status:

"Where am I?" "What's my current status?" "Project status"

Frequently Asked Questions about Project Context Navigator

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

FAQPage Schema
How do I check my current project status from the CLI without manually reviewing multiple files?

Project Context Navigator displays your current feature, pipeline phase, task progress, and memory health in a unified dashboard. Query it with 'Where am I?' or 'What's my current status?' to instantly see where you stand across projects without checking git or task files separately.

Can Project Context Navigator track progress across multiple projects at once?

Yes, multi-project awareness is core to the Skill. It aggregates state from all your active projects and surfaces them in a single dashboard, essential for developers switching between codebases in Spec Kit + CCGC workflows.

How does Project Context Navigator detect when my git branch doesn't match my recorded progress?

The Skill implements state mismatch detection by comparing your git branch, active context file, and task progress record. When inconsistencies exist, it flags them and recommends resolution steps to keep your workflow aligned.

What dependencies does Project Context Navigator require to run?

Project Context Navigator depends on jq for JSON processing and git for repository state inspection. Both must be available in your CLI environment for the dashboard pipeline and context detection to function.

Does Project Context Navigator work with long-running projects where memory health degrades?

Yes. The Skill computes memory health metrics as part of its 7-phase pipeline detection and includes memory status in your dashboard. It tracks and surfaces memory degradation so you can identify stale context before it affects your next task.