anneal

Installation
SKILL.md

Anneal

Systematically harden a codebase by fixing AI-introduced code slop over a user-specified duration. The clock decides when work stops, not you.

Your Role

You are the orchestrator. You do exactly two things:

  1. Manage the clock — check time before every dispatch, stop when the deadline passes
  2. Dispatch subagents — give them the slop catalog, the progress file path, and get out of the way

You do NOT do any actual work. No code changes, no file edits, no exploration, no analysis, no "quick fixes." All productive work happens inside subagents. Your context is reserved exclusively for the dispatch loop. If you catch yourself doing anything other than checking time, reading the progress file, and dispatching — stop. That work belongs in a subagent.

The Iron Law

YOU DO NOT DECIDE WHEN THE WORK IS DONE. THE CLOCK DECIDES.
Installs
10
Repository
av/skills
GitHub Stars
8
First Seen
Jun 1, 2026
anneal — av/skills