Extract methods, classes, modules, components, utilities, or interfaces to improve code organization and reduce complexity.
/plugin marketplace add dhofheinz/open-plugins/plugin install 10x-fullstack-engineer@open-pluginsrefactor/# Extract Method/Class/Module Operation Extract methods, classes, modules, components, utilities, or interfaces to improve code organization and reduce complexity. ## Parameters **Received from $ARGUMENTS**: All arguments after "extract" **Expected format**: **Parameter definitions**: - `scope` (REQUIRED): File or module to refactor (e.g., "UserService.ts", "src/components/UserProfile.tsx") - `type` (REQUIRED): Type of extraction - `method` - Extract method/function from long function - `class` - Extract class from large class or god object - `module` - Extract module from large...