---
phase: 16
slug: gh-project-new-columns-ingestion
status: draft
nyquist_compliant: false
wave_0_complete: false
created: 2026-03-22
---

# Phase 16 — Validation Strategy

> Per-phase validation contract for feedback sampling during execution.

---

## Test Infrastructure

| Property | Value |
|----------|-------|
| **Framework** | cargo test (Rust built-in) |
| **Config file** | Cargo.toml |
| **Quick run command** | `cargo test --lib` |
| **Full suite command** | `cargo test` |
| **Estimated runtime** | ~30 seconds |

---

## Sampling Rate

- **After every task commit:** Run `cargo test --lib`
- **After every plan wave:** Run `cargo test`
- **Before `/gsd:verify-work`:** Full suite must be green
- **Max feedback latency:** 30 seconds

---

## Per-Task Verification Map

| Task ID | Plan | Wave | Requirement | Test Type | Automated Command | File Exists | Status |
|---------|------|------|-------------|-----------|-------------------|-------------|--------|
| 16-01-01 | 01 | 1 | GraphQL query | unit | `cargo test gh_project` | ❌ W0 | ⬜ pending |
| 16-01-02 | 01 | 1 | Field mapping | unit | `cargo test mapping` | ❌ W0 | ⬜ pending |
| 16-02-01 | 02 | 1 | SQLite migration | integration | `cargo test sqlite` | ❌ W0 | ⬜ pending |
| 16-03-01 | 03 | 2 | UI rendering | manual | N/A | N/A | ⬜ pending |

*Status: ⬜ pending · ✅ green · ❌ red · ⚠️ flaky*

---

## Wave 0 Requirements

- [ ] Test stubs for GraphQL field extraction (color enum, new columns)
- [ ] Test stubs for recipient mapping with new fields
- [ ] Test stubs for SQLite migration V002

*Existing cargo test infrastructure covers framework needs.*

---

## Manual-Only Verifications

| Behavior | Requirement | Why Manual | Test Instructions |
|----------|-------------|------------|-------------------|
| Purpose chip color rendering | UI display | Slint visual output | Launch app, verify colored chips appear on cards with Purpose field |
| Vision Rx display | UI display | Slint visual output | Launch app, verify Rx text appears on relevant cards |
| Product names display | UI display | Slint visual output | Launch app, verify product names appear on cards |

---

## Validation Sign-Off

- [ ] All tasks have `<automated>` verify or Wave 0 dependencies
- [ ] Sampling continuity: no 3 consecutive tasks without automated verify
- [ ] Wave 0 covers all MISSING references
- [ ] No watch-mode flags
- [ ] Feedback latency < 30s
- [ ] `nyquist_compliant: true` set in frontmatter

**Approval:** pending
