1. Clone the boilerplate project to ensure the correct project structure and configurations.
2. Identify the target platform (Web, Android, or iOS) based on the user's request.
3. Create or update the test file in the `e2e/` directory, using the `src/context/` directory as a reference.
4. Use the `aiAct` method of the platform-specific agent to interact with UI elements using natural language instructions.
5. Run the test using Vitest.
6. Debug any failures by checking the troubleshooting guide and inspecting the test output.
7. Provide feedback to the user on the test results.