From openmole
Analyzes code for bad smells and produces a structured refactoring plan in tasks.md as part of 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 by spawning parallel researchers to analyze current state, strategy, risk, and migration path, then generates a refactoring spec, ADRs, and phased todo.md entries.
/refactor-planGenerates a kind, incremental refactoring plan from repository evidence collected by lumin-repo-lens. Accepts --root, --output, and --profile flags.
/planrefineDeeply critiques and refines an existing plan file or content with code verification, applying TDD/DRY/SOLID principles and task management rules.
/refactorSystematically refactors code by detecting smells, applying behavior-preserving transformations, and enforcing a safety net of passing tests.
/refactor-diagnoseDiagnoses code and design smells in a codebase, identifying refactoring targets and improvement opportunities.
/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.