From openmole
Generates a refactoring task list (tasks.md) from uncleared code smells, following the OpenMole plan phase.
How this command is triggered — by the user, by Claude, or both
Slash command
/openmole:mole-planThe summary Claude sees in its command listing — used to decide when to auto-load this command
Load and follow the **openmole-plan** skill.
Load and follow the openmole-plan skill.
npx claudepluginhub agiledon/openmole/hatch3r-refactor-planPlans a refactoring or migration effort by spawning parallel researchers to analyze current state, strategy, risk, and migration path, then produces a specification, ADR(s), and phased todo.md entries.
/devkit.java.generate-refactoring-tasksAnalyzes a Java bounded context, identifies TODOs, technical debt, and architectural issues, then generates a prioritized refactoring task list saved to a file.
/refactorSystematically refactors code by detecting smells, applying behavior-preserving transformations, and enforcing a safety-net gate before changes.
/refactor-diagnoseDiagnoses code and design smells in a codebase, identifying refactoring targets and improvement opportunities.
/refactorAudits target code for smells, anti-patterns, and duplication using Prowl, then presents findings for approval before fixing via named Autobots. Preserves behavior throughout.
/refactor-diagnoseDiagnoses code and design smells, identifying refactoring targets to improve code quality.