Close and release
Regression
The suite runs and every failure gets classified: none stays as "it broke". From there comes the release verdict and the sprint's STR.
The contract, the guardrails, the deliverables and the breakdown1 step
Agentic contract
- The agent does
- Runs the suite, classifies every failure (REGRESSION, FLAKY, KNOWN, ENVIRONMENT or NEW TEST), calculates pass-rate and trend without truncating, proposes GO, CAUTION or NO-GO and builds the STR.
- The person signs
- Decides every CAUTION. And never lets the sprint number get invented: if it's missing, it gets asked.
- Evidence required
- Run report with the classification of every failure, a history of at least five runs to be able to call something FLAKY (with fewer, it's declared insufficient history) and the STR linked to the STP.
Autonomy
3 on a 0-5 scale
Separate verifier
not needed
- Owning skill
- regression-testing
- Guardrails that govern it
- ReadApprovalSecretsValidationTraceabilityCheckpoints
- Roles
- QA Automation EngineerQA LeadExecutorGuardian
Comes out of here
- STR
- Regression report with each failure classified
- GO / CAUTION / NO-GO verdict
Steps it is made of · 1
Step 10: Continuous Maintenance
Late-GameProduction OpsKeep the application stable for release and keep it that way after deployment. The sprint's regression is planned in the STP and its execution is recorded in the STR.
Deliverable
US deployed to production with confidence + the sprint's STR (Sprint Test Results)
- Activities
- Regression suiteSmoke testingTest maintenance
- Tools
- PlaywrightXrayGitHub Actions (or equivalent CI)
- Boilerplate
- Regression/regression-testing
