How would you tackle this:
1. Button "Hey AI, try a PR!" in a Ticket (with description / goals as markdown)
2. AI agent launches a new, isolated craftcms project instance on a remote machine
3. Imports a database, setup of project (composer install, etc.)
4. Tries to implement task in a new feature branch
5. AI agent can check frontend (via browser extension or other tooling)
6. AI agent submits branch to git (Bonus: preview URls for reviewers)
7. human colleagues check the branch out, test it locally, give feedback
8. Iterate (or merge)

