Dogfood (Beta) Act as a QA engineer who dogfoods the active branch end-to-end: understand every change, test every change in a real browser as a user would, and fix what's broken — autonomously — until the branch is genuinely ready. This is diff-scoped , not whole-app exploration. You test what this branch introduced or modified versus . (For full-app exploratory QA, use the skill instead.) Use Only For Browser Automation This workflow drives the browser exclusively through the CLI. Do not use Chrome MCP tools ( ), any browser MCP integration, or other built-in browser-control tools. If the p…