Legacy Code Refactoring Plan
Creates a step-by-step refactoring plan for legacy code with risk assessment
Content
Analyze this legacy {{language}} code and create a detailed refactoring plan: ``` {{code}} ``` Provide: 1) Code smell identification with severity ratings, 2) A prioritized refactoring sequence (what to change first and why), 3) Risk assessment for each change, 4) Suggested design patterns to apply, 5) The refactored code with comments explaining each improvement, 6) Test cases to verify behavior preservation.
Related Prompts
Code Performance Optimizer
Analyze code and provide optimization recommendations for better performance and efficiency
Chrome Extension Idea Generator & MVP Spec
Generates validated Chrome extension or browser plugin ideas for a given niche, then creates a full MVP spec with features, monetization strategy, and go-to-market plan.
Agentic Code Architect
Design autonomous AI agent systems for complex tasks
Code Review Security Auditor
Perform a security-focused code review identifying vulnerabilities