What problem does it solve?
Context drift and noisy sessions cause agents to keep re-reading, speculate from stale assumptions, and lose decision trails during compaction or handoff.
Core Features & Use Cases
- Evidence-first intake triage (four buckets): categorizes candidate context as must-have, useful soon, durable background, or noise before large reads.
- Six-step context-management loop: anchors an active question, defines prove/disprove evidence, loads cheapest sources first, collapses confirmed facts into a checkpoint, drops disproven assumptions, and verifies the question didn’t change mid-stream.
- Compaction-ready handoffs + selective recovery: preserves the minimum five-field checkpoint for resume and rebuilds only what the current question needs after context loss.
Quick Start
Use context-management when your agent session feels noisy or inconsistent, then ask it to produce a one-sentence active question, a minimal prove/disprove evidence plan, and a handoff-ready checkpoint before you compact, restart, or handoff.