What problem does it solve?
Capture and operationalize repeated behaviors, corrections, and tool workflows from Claude Code sessions so that project- and global-scoped conventions are learned automatically instead of being manually re-encoded each time.
Core Features & Use Cases
- Deterministic hook-based observation: use PreToolUse/PostToolUse hooks to capture every tool call and prompt reliably.
- Project-scoped, confidence-weighted instincts: generate atomic YAML "instincts" with triggers, evidence, and evolving confidence scores that default to project scope and can be promoted to global.
- Evolution and governance: cluster related instincts into skills/commands/agents, export/import patterns, and promote recurring high-confidence instincts across projects.
- Use case: automatically detect a React hooks pattern in a repository, create a project instinct "use-react-hooks-pattern" with supporting evidence, and later evolve it into a reusable skill or promote it when observed across multiple projects.
Quick Start
Enable the observer hooks and run the background observer to analyze recent session observations and create project-scoped instincts for your current repository.