1. Ask the user for the dev server URL and any necessary cookies.
2. Open the browser with the provided URL and cookies using `open <url> [--cookies-json <file>]`.
3. Allow the user to navigate the application using `goto <url>` or `push [path]`.
4. Inspect the React component tree using `tree` and `tree <id>`.
5. Analyze the PPR shell using `ppr lock` and `ppr unlock`.
6. Check for errors using `errors` and `logs`.
7. Examine network requests using `network` and `network <idx>`.
8. Provide screenshots using `screenshot` to visualize the application's state.