implement-refactor
Installation
SKILL.md
Implement Refactor
Restructure code without changing user-facing behavior.
When to Use
- Code cleanup
- Reducing tech debt
- Improving maintainability
- Extracting shared patterns
Artifacts
task.mdupdated viatask_boundary
Approach
Phase 1: Scope Definition
- Refactoring Goal: Specific code smell or tech debt
- Behavior Invariants: List behaviors that MUST NOT change
- Scope Boundaries: In-scope vs out-of-scope files