---
phase: 6
slug: standby-wake-integration
status: complete
nyquist_compliant: true
wave_0_complete: true
created: 2026-03-22
updated: 2026-03-23
---

# Phase 6 — Validation Strategy

> Per-phase validation contract for feedback sampling during execution.

---

## Test Infrastructure

| Property | Value |
|----------|-------|
| **Framework** | PowerShell verification scripts |
| **Config file** | none |
| **Quick run command** | `powershell -ExecutionPolicy Bypass -File scripts/verify_standby.ps1` |
| **Full suite command** | `powershell -ExecutionPolicy Bypass -File scripts/verify_standby.ps1` |
| **Estimated runtime** | ~5 seconds |

---

## Sampling Rate

- **After every task commit:** Run `powershell -ExecutionPolicy Bypass -File scripts/verify_standby.ps1`
- **After every plan wave:** Run full verification
- **Before `/gsd:verify-work`:** Full suite must be green
- **Max feedback latency:** 5 seconds

---

## Per-Task Verification Map

| Task ID | Plan | Wave | Requirement | Test Type | Automated Command | File Exists | Status |
|---------|------|------|-------------|-----------|-------------------|-------------|--------|
| 06-01-01 | 01 | 1 | INTG-02..05 | build + log | `cmake --build build --config Release` + vrserver log | yes | green |
| 06-01-02 | 01 | 1 | INTG-04, INTG-05 | pipe | `beyond_prox_ctl proximity on/off/auto` | yes | green |
| 06-02-01 | 02 | 1 | INTG-02..05 | log + pipe | `verify_standby.ps1` full automated suite | yes | green |
| 06-02-02 | 02 | 1 | INTG-02, INTG-03 | manual | Hardware standby/wake checkpoint | n/a | green |

---

## Wave 0 Requirements

Existing infrastructure covers all phase requirements. `scripts/verify_standby.ps1` checks RunFrame wiring, state-change-only updates, manual override, and proximity auto resume via vrserver log and pipe commands.

---

## Manual-Only Verifications

| Behavior | Requirement | Why Manual | Test Instructions |
|----------|-------------|------------|-------------------|
| SteamVR enters standby on headset removal | INTG-03 | Requires physical headset removal | Remove headset from head, verify SteamVR display turns off |
| SteamVR wakes on headset put-on | INTG-04 | Requires physical headset put-on | Put headset on head, verify SteamVR display turns on |

---

## Validation Sign-Off

- [x] All tasks have `<automated>` verify or Wave 0 dependencies
- [x] Sampling continuity: no 3 consecutive tasks without automated verify
- [x] Wave 0 covers all MISSING references
- [x] No watch-mode flags
- [x] Feedback latency < 5s
- [x] `nyquist_compliant: true` set in frontmatter

**Approval:** passed

## Validation Audit 2026-03-23

| Metric | Count |
|--------|-------|
| Gaps found | 0 |
| Resolved | 0 |
| Escalated | 0 |
