npx skills add ...
npx skills add github/awesome-copilot --skill refactor-plan
npx skills add github/awesome-copilot --skill refactor-plan
Create a concrete plan before starting a multi-file refactor. Use when the user asks to plan, sequence, scope, or safely execute a refactor across multiple files; always investigate first, output the plan, and wait for confirmation before making code changes.
Create a detailed plan before making any code changes.
If the request is too ambiguous to plan safely, ask concise clarifying questions instead of editing files.
After the plan, ask: "Shall I proceed with Phase 1?"