request-refactor-plan
This skill is for Coding and helps you plan a code refactor, break refactoring into incremental steps, and create a refactoring rfc.
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.
Helps you
- Plan a code refactor
- Break refactoring into incremental steps
- Create a refactoring rfc
- Design tiny commits for refactoring
- File a refactor github issue
Install
Plugin marketplace/plugin marketplace add mattpocock/skills
/plugin install request-refactor-plan
What it can use
The author didn’t declare which tools this skill uses. Read the SKILL.md before installing it.
refactoringgithubIncrementalrfccode-reviewplanning
Also in mattpocock/skills
View the repoAsk which skill or flow fits your situation. A router over the skills in this repo.
A relentless interview that asks every frontier question at once, round by round.
Hand the current conversation off to a fresh background agent that picks up the work immediately.
Shared vocabulary for designing deep modules. Use when the user wants to design or improve a module's interface, find deepening opportunitie...
Review the changes since a fixed point (commit, branch, tag, or merge-base) along two axes — Standards (does the code follow this repo's doc...
Generate multiple radically different interface designs for a module using parallel sub-agents. Use when user wants to design an API, explor...
Diagnosis loop for hard bugs and performance regressions. Use when the user says "diagnose"/"debug this", or reports something broken/throwi...
Build and sharpen a project's domain model. Use when the user wants to pin down domain terminology or a ubiquitous language, record an archi...
Edit and improve articles by restructuring sections, improving clarity, and tightening prose. Use when user wants to edit, revise, or improv...
Set up Claude Code hooks to block dangerous git commands (push, reset --hard, clean, branch -D, etc.) before they execute. Use when user wan...
Grill the user relentlessly about a plan, decision, or idea. Use when the user wants to stress-test their thinking, or uses any 'grill' trig...
A relentless interview to sharpen a plan or design.
Other Coding skills
Behavioral guidelines to reduce common LLM coding mistakes. Use when writing, reviewing, or refactoring code to avoid overcomplication, make...
Toolkit for interacting with and testing local web applications using Playwright. Supports verifying frontend functionality, debugging UI be...
Guide for creating high-quality MCP (Model Context Protocol) servers that enable LLMs to interact with external services through well-design...
Reference for the Claude API / Anthropic SDK — model ids, pricing, params, streaming, tool use, MCP, agents, caching, token counting, model...
Suite of tools for creating elaborate, multi-component claude.ai HTML artifacts using modern frontend web technologies (React, Tailwind CSS,...
A real-time data/particle/simulation visualizer whose heavy compute runs in a Web Worker (off the main thread), optionally sharing memory wi...