My manager never did refactoring. I once read Martin Fowler's book Refactoring and apply its tips on a module. So he want me to make a plan on refactoring existing project.The project has no unit-test and my teammates not know much refactoring. He insist me to make a schedule on the process, as to modify which file, how long it take, the final outcome, how many methods will be extracted...
I have recommend him the tips in how-do-you-refactor, but he wants a detailed plan.