baseline-restorer
Installation
SKILL.md
Baseline Restorer
Enforces methodical problem-solving by reverting to last known working state and reimplementing step-by-step instead of trying to fix accumulated broken changes.
Core Philosophy
Reimplement, don't fix the mess
When something breaks after multiple failed fix attempts:
- Stop trying to fix forward
- Revert to last known working state
- Understand what worked and why
- Reimplement the needed change ONE step at a time
- Verify each step before proceeding