Generate Test Plan Analyze the repository's tech stack, branch changes vs default, and generate an executable YAML test plan focused on user-facing impact. This is an E2E test plan — not an automated test wrapper. The generated plan will be executed by an autonomous agent acting exactly as a human QA tester would: launching real binaries, hitting real endpoints, interacting with real databases, and verifying real observable behavior. Critical Rule: No Automated Test Duplication NEVER generate test steps that re-run the project's existing automated test suite. This means: - No , , , , , or equ…