nav-init
SuperNavigator Initialization Skill
Purpose
Creates the SuperNavigator documentation structure (.agent/) in a new project, copies templates, and sets up initial configuration for both OS Layer (Navigator context management) and App Layer (Superpowers workflows).
When This Skill Auto-Invokes
- "Initialize SuperNavigator in this project"
- "Set up SuperNavigator"
- "Initialize Navigator in this project" (legacy, still works)
- "Create .agent folder for SuperNavigator"
- "Bootstrap SuperNavigator for my project"
SuperNavigator Layered Architecture
This skill initializes both layers:
- OS Layer (Navigator): Context management, Theory of Mind, session persistence
- App Layer (Superpowers): TDD workflows, code review, systematic debugging
More from dkyazzentwatwa/supernavigator
nav-task
Manage Navigator task documentation - create implementation plans, archive completed tasks, update task index. Use when user starts new feature, completes work, or says "document this feature".
2dispatching-parallel-agents
Use when facing 2+ independent tasks that can be worked on without shared state or sequential dependencies
2nav-loop
Run tasks until complete with structured completion signals. Auto-invoke when user says "run until done", "keep going until complete", "iterate until finished", "loop mode", "autonomous mode".
2nav-compact
Clear conversation context while preserving knowledge via context marker. Use when user says "clear context", "start fresh", "done with this task", or when approaching token limits.
2nav-release
Validate and release Navigator plugin to marketplace. Auto-invoke when user says "release plugin", "publish navigator", "create release", or "deploy new version".
2writing-plans
Use when you have a spec or requirements for a multi-step task, before touching code
2