generate_adversarial_probes
Generates concrete adversarial test probes per workflow, specifying failure scenarios and invariants for validation before merging.
Instructions
Generates concrete Tier-3 adversarial test directives per affected workflow. Each probe is a specific failure scenario plus the invariant that must hold — not a vague 'add more tests' nudge. Categories: concurrency (visibility-timeout races, write-write conflicts), idempotency (same request twice within 500ms), retry storms (50 redeliveries of same event id), replay (24-hour-old signed payload), partial failure (worker crashes after side effect before ack), cache stampede (mass expiry → thundering herd), and ordering (out-of-order event arrival). Probes are domain-aware — Payments probes are different from Caching probes. Use this to brief an agent on what to actually run against a PR before merging.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||