Refactor without holding your breath.
Free & open · no signup · audits are read-only — the Fixer asks before any edit · nothing leaves your machine
Change with a net: assess the risk of the change, shore up the tests around it, simplify, and let the Fixer land the cleanup as verified commits.
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.
4 reports in reports/, plus the run's own INDEX.md: CHANGE-RISK.md, TESTING.md, SIMPLIFY.md, FIXLOG.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.
Point it at a diff, branch, or PR: blast radius, the tests that should exist, the migration and rollback story, and a go / no-go with the risks ranked.
Map what is tested against what is riskiest, and produce a test-writing plan that buys the most safety per hour.
Abstractions with one implementation, pass-through layers, config nobody changes — ranked by clarity gained per risk.
Turns your root reports into commits. Asks the scope — all, high-priority, or its pick — then builds them in dependency order, one verified commit each.