Behavior-preserving refactoring discipline. Activates when the task involves restructuring, extracting, or renaming existing code without adding new behavior.
Scanned 5/27/2026
Install via CLI
openskills install glitchwerks/claude-wayfinder---
name: refactoring-discipline
description: >
Behavior-preserving refactoring discipline. Activates when the task
involves restructuring, extracting, or renaming existing code without
adding new behavior.
---
Guides behavior-preserving restructures: extract functions/classes,
rename symbols, reduce duplication, and reorganize modules — all
without adding new capabilities. Enforces the refactor-signal check
discipline to prevent scope creep.
No comments yet. Be the first to comment!