Start the year on a clean, clear codebase.
Free & open · no signup · read-only — every stage ends by asking · nothing leaves your machine
A themed start-of-year sweep: read the vitals, prune the dead weight, simplify what remains, and synthesize next year's roadmap — one seasonal bundle.
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: HEALTH.md, PRUNE.md, SIMPLIFY.md, ROADMAP.md. Feed them to the optional Studio to turn findings into commits, or run 28 · Roadmap Synthesis to merge them into one plan. Drop each week's HEALTH.md on the Vitals Viewer to watch your trend history grow.
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.
.github/run-brief.example.yml into your repo ↗A fast weekly vitals pass — tests, build, deps, TODOs — diffed against the last run so drift shows up as trend arrows.
Dead code, unreachable routes, stale flags, unused deps — a deletion list grouped by confidence. Git makes it reversible; bias to delete.
Abstractions with one implementation, pass-through layers, config nobody changes — ranked by clarity gained per risk.
The capstone. Reads every audit report in the repo, dedupes overlapping findings, and merges them into one sequenced plan.