Skill
request-refactor-plan
Create a detailed refactor plan with tiny commits via user interview, then file it as a GitHub issue. Use when user wants to plan a refactor, create a refactoring RFC, or break a refactor into safe incremental steps.
Install
Install this Claude and Codex skill with the command below. The command stays visible even when copy support is unavailable.
Install command
git clone https://github.com/mattpocock/skills /tmp/skills && ln -s /tmp/skills/skills/deprecated/request-refactor-plan ~/.claude/skills/request-refactor-plan
More from this repo
design-an-interface
Used to generate multiple radically different interface designs for a module using parallel sub-agents.
grill-with-docs
A relentless interview to sharpen a plan or design, which also creates docs (ADR's and glossary) as we go.
prototype
Used to build a throwaway prototype to answer a design question.