> skills // keep improving
perfection
A self-improving loop that drives an app toward a 10/10 product instead of grinding tasks.
// what it is
perfection adds a background work loop with a per-app fitness function, an adversarial critic, and a floor and a ceiling so it never coasts. Rather than working down a task list, it keeps asking what would make the product better and acts on it.
GOOD FOR // When you want an app to keep improving itself rather than stop at "the tickets are closed".
// how it works
Say "set up a perfection loop" or "drive this toward perfection"
Fitness function + adversarial critic keep every tick honest
// install
It is a Claude Code plugin. Add the marketplace, then install. Two lines in the Claude Code prompt:
/plugin marketplace add jezweb/perfection
/plugin install perfection source & docs: github.com/jezweb/perfection