Make the data layer fast, sound, and recoverable.
Free & open · no signup · read-only — every stage ends by asking · nothing leaves your machine
The runtime data layer, end to end: the queries that will not scale, the integrity the schema does not enforce, and whether you could actually recover from data loss.
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: QUERIES.md, INTEGRITY.md, RECOVERY.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.
The database access patterns that fall over as data and traffic grow — N+1s, missing indexes, unbounded reads, and lock contention.
Whether the data can be trusted — the constraints and checks that prevent the corrupt, orphaned, and contradictory rows that quietly accumulate.
Whether this system could actually come back from data loss — whether backups exist, cover what matters, and have ever been proven to restore.