vignette/docs/phase3
2026-06-28 20:13:36 +09:00
..
dataset-export-manifest.md 현재 작업 전체 반영 2026-06-27 16:08:41 +09:00
kpi-measurement-plan.md 운영 문서와 상태판 동기화 2026-06-28 20:13:36 +09:00
pilot-runbook.md 대시보드 폴드아웃/드릴다운 정리 + 페르소나 역린·misconduct 반응 + 게이트웨이 격리·RAG 비차단 수정 2026-06-27 02:30:46 +09:00
privacy-consent-audit.md 대시보드 폴드아웃/드릴다운 정리 + 페르소나 역린·misconduct 반응 + 게이트웨이 격리·RAG 비차단 수정 2026-06-27 02:30:46 +09:00
README.md 대시보드 폴드아웃/드릴다운 정리 + 페르소나 역린·misconduct 반응 + 게이트웨이 격리·RAG 비차단 수정 2026-06-27 02:30:46 +09:00

Phase 3 Operational Gates

This folder turns the Phase 3 dashboard items into executable operator gates for the 20-person education pilot. It is not a legal opinion; the privacy and consent gates must be reviewed by the project data steward and counsel before real participant data is collected.

Artifacts

Evidence Root

Operators should keep real pilot evidence outside the source tree by default, for example:

$env:PHASE3_EVIDENCE_ROOT="D:\vignette-evidence\phase3-pilot-YYYYMMDD"
python scripts\check-phase3-artifacts.py --check --evidence-root $env:PHASE3_EVIDENCE_ROOT

The expected evidence root layout is:

00-intake/
  pilot_roster.csv
  consent_receipts.csv
01-sessions/
  session_completion.csv
02-measures/
  prepost_measures.csv
  sus_responses.csv
  kpi_report.json
03-export/
  export_manifest.json
04-privacy/
  privacy_audit.md
  withdrawal_log.csv

No evidence file should contain names, email addresses, phone numbers, raw student IDs, raw source case records, raw audio, or third-party API secrets. Participant identity mapping, if required, must live in the approved restricted location owned by the data steward, not in the export or this repository.

Phase 3 Dashboard Coverage

  • 20-person education pilot: pilot-runbook.md
  • KPI measurement: kpi-measurement-plan.md
  • Recursive-learning dataset export: dataset-export-manifest.md
  • Privacy, consent, withdrawal audit: privacy-consent-audit.md