Before anything can be captured, OINO.cloud needs access to the application's database and a clear picture of what the app does. This first phase is preparation: connect a test database and agree on the list of actions you want the migration to protect.
Depending on your architecture, different setups for the migration environment might make sense, for example:
Connect the test environment database to OINO.cloud and create a MCP-server for it.
Start an AI agent project where you add the MCP-server and OINO.cloud app migration skill and the app source code. Then just tell the agent you want to migrate the application and what are the new architecture and requirements. The agent will then analyze the source code and create user stories and test specifications for the application.
You should review the user stories and test specifications generated by the agent to ensure nothing important is missing or misunderstood. Ask the agent to document a test plan with order and dependencies of the test specifications.
Nothing is written to your database in this phase — a read-only connection is enough.
Nothing is written to your database in this phase — a read-only connection is enough.
Next: Instrument the app so each of those actions reports when it runs.