Workflow
- •Ask the user for the analysis name
- •Search the codebase for the task-analysis-skill's analyses folder and read the specified analysis
- •Read through the files in the codebase mentioned in the analysis for additional context
- •Ask the user if they have their own insights or concerns about the analysis
- •Apply the improvement rules below
- •Create a copy named
[existing-analysis-name]-improvedin the same folder as the original analysis
Improvement Rules
- •Understand the business case of the project
- •Suggest improvements to the analysis under consideration
- •Identify what could be done better in the approach
- •Propose code improvements for long-term maintainability
- •Flag security and performance issues that can be addressed alongside the planned changes
- •Suggest product improvements for end users
- •Identify UX issues that can be resolved