-
Notifications
You must be signed in to change notification settings - Fork 0
Capture Rules
hs0326 edited this page Mar 14, 2026
·
1 revision
사용자가 미래의 행동을 암시하는 발화를 할 때 캡처합니다.
| 신호 | 예시 |
|---|---|
| "later" | "I'll handle the tests later" |
| "after this" | "After this, update the migration" |
| "also need to" | "Also need to check the rate limits" |
| "remind me" | "Remind me to review the PR" |
| "don't forget" | "Don't forget the env variables" |
| "before we ship" | "Before we ship, run the audit" |
| "should also" | "Should also add error handling" |
| 신호 | 예시 |
|---|---|
| "나중에" | "나중에 테스트 추가해야 하는데" |
| "참고로" | "참고로 RLS도 확인해야 해" |
| "근데" | "근데 인증도 손봐야 하는데" |
| "끝나면" | "이거 끝나면 배포 환경변수 확인" |
| "일단 넘어가고" | "일단 넘어가고 나중에 리팩토링" |
| "해야 하는데" | "문서도 해야 하는데" |
| "잊지 말고" | "잊지 말고 API 키 교체" |
- 현재 작업에 대한 질문
- 행동 동사 없는 설명이나 맥락
- 이미 작업 중인 항목
- 과거형으로 언급된 완료 항목
캡처 시 4가지 필드를 추출합니다:
핵심 명사/동사로 압축:
- "fix the authentication bug" →
auth - "update the documentation" →
docs - "리팩토링 해야" →
refac
사용자의 원문을 그대로 저장:
- "나중에 테스트도 추가해야 하는데" → 원문 보존
- "insert kip check rate limits" → "check rate limits"
kip? 시 원문이 라벨 옆에 표시됩니다.
시간 신호에 따라 분류 → Condition-Types 참조
캡처 시점에 진행 중인 작업:
- auth 작업 중 → context:
auth - 배포 중 → context:
deploy