Upgrade Framework Version
This loop automates the process of upgrading a project's framework to a newer version. It systematically analyzes the current framework, plans the upgrade pa…
This loop is republished with attribution. Full credit and the original content belong to the source linked above.
AI Skill Market Insights
Real data. Real impact.
Emerging
Developers
Kickoff Prompt
Copy this prompt and run it with your agent to start the loop.
Start the "Upgrade Framework Version" loop.
Goal: Complete framework migration
Max iterations: 10
Between iterations run: build and test
Exit when: Build and tests pass
Begin by checking the current framework version and dependencies. Analyze the codebase to identify potential breaking changes that may occur during the upgrade. Generate a plan for migrating to the target framework version while preserving existing functionality.
Self-pace this loop. After each iteration, run `build and test` and evaluate the output, and only continue if the exit condition is not met (Build and tests pass). Stop when the exit condition passes or 10 iterations are reached. Give a short status update each pass.