auto-improvement
Installation
SKILL.md
Overview
The auto-improvement skill implements a self-improving feedback loop that tracks effectiveness metrics, learns from errors, identifies recurring failure patterns, and adapts workflows to prevent repeated mistakes. It enables the agent to become measurably better over time through structured self-assessment rather than ad-hoc adjustments. Without this skill, the same mistakes repeat across sessions — with it, every error becomes a permanent improvement.
This skill is ALWAYS active. It runs automatically on every session and cannot be disabled.
Phase 1: Metric Collection
At the start of every task, instrument key decision points:
- Record task start time and initial estimate
- Define expected outcome and success criteria
- Track each decision point (approach chosen, alternatives considered)
- Log revision count (how many times the output was revised)
- Track user corrections as improvement signals