VDD Adversarial
1. Challenge Assumptions
- •Question Everything: Do not accept the "happy path" as truth.
- •Input Validation: What if input is null? Too long? Invalid chars?
- •State: What if the DB is down? api is slow?
2. Decision Tree
- •Is it clear? -> If not, reject.
- •Is it safe? -> If not, reject.
- •Does it break anything? -> Check regression.
3. Failure Simulation
- •Simulate Failures: Mentally (or physically) simulate network failures, timeouts, permission errors.
- •Check Error Handling: Ensure graceful degradation.
4. Output Artifacts
If the User or Workflow requests a Report, Critique, or Artifact, you MUST use this standard template:
If the User or Workflow requests a Report, Critique, or Artifact, you MUST use the standard template found in:
assets/template_critique.md
Read this file using read_resource or view_file before generating the report.