| name | testing |
| description | Design, execute, and report tests that verify implemented changes against requirements and policies. |
Purpose
Deliver test updates and results that validate the implemented changes and surface defects.
Inputs
- Implemented changes and expected behavior
- Test strategy from plan/architecture
- Applicable policies (
testing_policy,guardrails,commit_pr_rules) and environment details
Steps
- Load changes, requirements, and testing policies.
- Identify coverage goals; design or update tests accordingly.
- Execute relevant test suites; record commands and results.
- Report defects to the reviewing flow; summarize coverage and gaps.
Outputs
- Test cases or updates, executed results with commands, and defects routed to review.
Failure modes
- Skipping required tests or policies
- Incomplete coverage for changed behavior
- Altering product logic beyond test scaffolding