What problem does it solve?
It helps you investigate unfamiliar, messy, or undocumented codebases methodically so you can implement changes safely without guessing.
Core Features & Use Cases
- Structured mission workflow: Briefing, Recon, Plan, Execute, Verify, and Debrief to keep work grounded in observed evidence.
- Persistent project intelligence: Records discoveries into a growing
.notebook/ knowledge base across sessions.
- Verification-first coding: Requires plans with explicit success criteria and emphasizes checking documentation and existing patterns before acting.
- Developer-friendly triggers: Useful when you must fix bugs, implement features, refactor safely, or understand an existing flow.
Quick Start
Use the codenavi skill when you say what you want to change and include the task trigger phrase, for example: "Investigate why this bug happens and implement a minimal fix, then verify it no longer reproduces."