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

언제 묻고, 언제 계속할지

~25 min · autonomy, confirmation, workflow

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

매번 묻는 건 협업 아니야

좋은 context 협업은 helplessness 아니야. 모형은 reversible, scoped 일은 계속해야. Authority boundary, destructive action, 불명확한 source-of-truth conflict, publish gate에선 멈춰야. 파일 read 허락 묻는 건 연극, main에 push 전에 묻는 건 professionalism.

task 전에 gate 설계

Quest remake에선 gate가 명확 — 콘텐츠 완성, validate, local commit; 사람이 final push 소유. 그 rule이 사고 publish 막으면서 momentum 유지. pre-designed gate 없는 session은 너무 묻기와 충분히 안 묻기 사이 oscillate.

Reversibility와 blast radius

물을지 결정하는 두 axis — reversibility(되돌릴 수 있나?), blast radius(누가 영향 받나?). Reversible + local = 계속. Irreversible + shared = 묻기. Matrix 써, 압박 받을 때 gut feel 믿지 마.

Code

Confirmation gates·yaml
continue_without_asking:
  - read source files
  - create target quest files
  - run tests
  - commit local changes
  - dry-run any deployment
ask_first:
  - push or deploy
  - delete or reset
  - change unrelated files
  - resolve conflicting human instructions
  - run anything with global side effects (DNS, IAM, billing)
Reversibility-blast matrix·text
                 LOCAL                 SHARED
REVERSIBLE     continue              ask if user-visible
IRREVERSIBLE   ask                   always ask

External links

Exercise

워크플로 하나용 confirmation policy 정의. action을 continue, ask first, forbidden으로 split. reversibility-blast matrix로 각 placement justify.
Hint
카테고리는 action이 얼마나 'important' 느껴지는지 아니라 reversibility와 blast radius 기반.

Progress

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

댓글 0

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

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