Refactoring Workflow
Installation
SKILL.md
Refactoring Workflow Skill
Systematic refactoring with tracking, validation, and completeness verification.
Quick Start
# 1. Record what you're refactoring
record_refactoring "Payment" "Transaction" "class_rename"
# 2. Update files, track progress
update_refactoring_progress "Payment" "app/models/transaction.rb"
# 3. Validate no old references remain
validate_refactoring "Payment" "Transaction"