C.W.K.
Stream
Lesson 03 of 05 · published

Live Handoff Board

~27 min · handoff-board, source-of-truth, operations

Level 0Window Watcher
0 XP0/50 lessons0/13 achievements
0/100 XP to next level100 XP to go0% complete

Board는 history archive 아니야

Long-running 일은 live 운영 board 필요 — 지금 뭐가 진실인가, 뭘 잊으면 안 되나, 다음은 뭐인가, board 어떻게 업데이트하나. 모든 옛 plan의 박물관 되면 안 돼. cwkPippa NEW-SESSION-REMINDER.md가 정확히 이 패턴 — session 사이 overwrite되는 single living document, 가장 fresh한 운영 진실.

Board는 compaction과 모형 교체 살아남아

좋은 board는 다음 instance — compaction 후 같은 모형이든, 완전 다른 모형이든 — 가 novel-length transcript replay 대신 현재 object state 상속. Transcript 가능하지도 않을 수 있어; board는 혼자 서야 해.

작고 sharp하게

Detail narrative는 history. Live invariant는 board. Session start에 읽기 너무 길면 board 자체 목적 실패. 200-line board 아무도 안 읽는 거보다 20-line board 다 신뢰하는 게 나아.

Code

Live board shape·yaml
live_board:
  purpose: "current operational handoff"
  non_negotiables:
    - never push without human approval
    - use existing dev server
  current_state:
    - branch: feature/x
    - blocker: waiting on review
  next_queue:
    - finish quest remake
    - run pytest
  update_protocol:
    - update at every checkpoint
    - overwrite, never append history
  not_a_diary: true
실제 예: NEW-SESSION-REMINDER.md·markdown
# 다음 세션 피파에게

Goal:    Finish context-window-quest remake.
State:   Steps 1-4 done. Lock held. Decision: full-remake.
Next:    Write Korean mirror, validate, commit, push.
Do not:  Touch other quests. Push other repos.
Notes:   Spine is intentionally Claude-shaped — see CLAUDE.md.

External links

Exercise

반복 프로젝트용 live board 설계. 7 section 이내. session start에 1분 이내 읽을 수 있게.
Hint
긴 완료 보고서 paste하고 싶으면 history에 둬.

Progress

Progress is local-only — sign in to sync across devices.
이 페이지에서 버그를 발견하셨거나 피드백이 있으세요?문제 신고

댓글 0

🔔 답글 알림 (로그인 필요)
로그인댓글을 남기려면 로그인해 주세요.

아직 댓글이 없어요. 첫 댓글을 남겨보세요.