strategy-testability-review¶
An independent, adversarial reviewer (test-engineer persona) that assesses whether a
refined strategy can be validated. Invoked by strategy-review in an isolated
context: fork, it auto-detects local vs CI mode and checks whether acceptance
criteria are testable and measurable, what edge cases are missing, what the test
strategy would be, whether NFRs are quantified with numeric thresholds, and whether
every threshold cites a grounded source (RFE, architecture doc, or SME input) rather
than being invented. It emits a structured per-strategy verdict with untestable
criteria and missing edge cases listed.
Plugin: strat-creator | Internal
Contract¶
Review strategy features for testability — measurable acceptance criteria, edge case coverage, and validation feasibility.
Identity
- Produces a testability assessment for each strategy with recommendation.
- Identifies untestable criteria and missing edge cases.
Optimization Targets
Invariants
- Do not approve strategies with unmeasurable acceptance criteria.
- Do not invent test scenarios unsupported by the strategy content.
Traceability
Diagram¶
Arguments¶
/strategy-testability-review [RHAISTRAT-NNNN]
| Argument | Required | Default | Description |
|---|---|---|---|
RHAISTRAT-NNNN |
- | A strategy key to review only that strategy. If omitted, all strategies in the tasks directory are reviewed. |
Usage¶
/strategy-testability-review RHAISTRAT-1531