What problem does it solve?
The anneal Skill unit addresses the issue of AI-introduced architectural decay in codebases, such as duplicated logic, over-engineering, and silent error swallowing, by systematically fixing these issues over a user-defined duration.
Core Features & Use Cases
- Code Slop Detection and Repair: Identifies and fixes AI-introduced code slop patterns like duplication, over-engineering, and silent error swallowing.
- User-Defined Duration: Allows users to specify how long the codebase should be analyzed and fixed.
- Safety Protocol: Follows a strict safety protocol that includes running tests, making one focused change at a time, and reverting on failure.
Quick Start
Run the 'anneal' skill on your codebase for 4 hours to systematically fix AI-introduced code slop.