Make your RAG agent retrieve the right things.
Free & open · no signup · read-only — every stage ends by asking · nothing leaves your machine
For RAG-shaped agents: how context gets built, whether retrieval returns the right things, and the evals that keep it that way.
The conductor fetches each brief in turn and writes its report before moving on — later briefs can build on earlier findings. Or copy any single stage to run it alone.
3 reports in reports/, plus the run's own INDEX.md: CONTEXT.md, RETRIEVAL.md, EVALS.md. Feed them to the optional Studio to turn findings into commits, or run 28 · Roadmap Synthesis to merge them into one plan.
Copy the conductor into your agent inside the repo you want checked. It runs each Goal Prompt in sequence, honoring each one's ask-first rule.
Reconstruct what actually enters the model's window each step — stale payloads, token hogs, retrieval junk, and buried instructions.
The RAG pipeline end to end — chunking that respects meaning, embeddings that don't drift, a relevance floor, and evals that catch regressions before users do.
The test-gap audit for nondeterminism — golden sets, regression evals, judge quality, and the drift between eval and production.