What problem does it solve?
It solves degraded AI performance caused by missing, outdated, or overly broad context by helping you curate exactly what the agent should see.
Core Features & Use Cases
- Context hierarchy setup: Prioritizes rules files, then specs/architecture docs, relevant source files, error/test output, and finally conversation history to reduce hallucinations and drift.
- Selective, task-scoped context loading: Guides what to include (and what to exclude) based on the current task to improve focus and maintain conventions.
- Confusion and uncertainty handling: Provides patterns to surface spec-vs-code conflicts and missing requirements instead of silently guessing.
- Search evidence workflow: Uses a “code-scout” style evidence pack approach to prevent broad repository dumps and force target verification before edits.
Quick Start
Start a new session by loading the project rules file, then provide only the relevant spec section and the specific source files (plus any failing test/error output) for your current change.