Show White Room session progress dashboard
Show White Room session progress dashboard
Display the current state of the White Room session.
Read .white-room/SESSION-STATE.json. If it doesn't exist:
═══════════════════════════════════════════════════════════════
NO WHITE ROOM SESSION
═══════════════════════════════════════════════════════════════
No active White Room session in this project.
Use /white-room-enter to start a new session.
═══════════════════════════════════════════════════════════════
Extract from SESSION-STATE.json:
project_name, project_typesession_idcurrent_phase, phase_progresstotal_session_time_minutesfeatures objectglobal_blockersopen_questionscurrent_focusartifacts_statusphase_gates═══════════════════════════════════════════════════════════════
WHITE ROOM STATUS
═══════════════════════════════════════════════════════════════
PROJECT: [project_name] ([project_type])
SESSION: [session_id]
TIME: [total_session_time_minutes]m
PHASE: [current_phase] ([phase_progress * 100]%)
═══════════════════════════════════════════════════════════════
PHASE PROGRESS
══════════════
[■■■■■■■■░░] SKELETON [complete/incomplete]
[■■■■░░░░░░] ANATOMY [complete/incomplete]
[░░░░░░░░░░] PHYSIOLOGY [complete/incomplete]
[░░░░░░░░░░] STRESS [complete/incomplete]
FEATURES
════════
┌────────────────────┬──────────┬─────────┬─────────────┬────────┐
│ Feature │ Skeleton │ Anatomy │ Physiology │ Stress │
├────────────────────┼──────────┼─────────┼─────────────┼────────┤
│ [feature_name] │ ✓ │ ✓ │ 60% ← FOCUS │ - │
│ [feature_name] │ ✓ │ - │ - │ - │
└────────────────────┴──────────┴─────────┴─────────────┴────────┘
CURRENT FOCUS
═════════════
Feature: [current_focus.feature]
Phase: [current_focus.phase]
Next: [current_focus.next_item]
BLOCKERS ([count])
══════════════════
[List each blocker or "None"]
OPEN QUESTIONS ([count high priority])
══════════════════════════════════════
[List high-priority questions or "None"]
ARTIFACTS
═════════
[List artifact files with status: none/draft/complete]
PHASE GATES - [current_phase]
═════════════════════════════
[✓] [completed gate]
[ ] [incomplete gate]
[ ] [incomplete gate]
═══════════════════════════════════════════════════════════════
NEXT ACTION: [next_action or current_focus.next_item]
Commands:
/white-room-next - Continue from here
/white-room-deepen - Go deeper on current feature
pause - Checkpoint and stop
═══════════════════════════════════════════════════════════════
If there are blockers, emphasize them. If stranger_test.confidence < 0.85 in stress phase, warn. If stall_counter > 2, suggest using Challenger.
/white-room-next to continue working/white-room-enter if session doesn't exist