Why
メンターには生の質問ではなく整理済み情報を渡すことで対応コストを下げる。
Scope
apps/worker/src/slack/escalate.ts
should_escalate_to_mentor=true のとき MENTOR_CHANNEL_ID に投稿
- 投稿内容:
- 質問タイトル
- カテゴリ(AI 分類結果)
- 詳細内容
- AI の判定理由(
escalation_reason)
- 元スレッドへのリンク
questions.mentor_channel_ts に投稿 ts を保存
questions.escalated_to_mentor = true に更新
Out of scope
メンターの返信機能(Phase 2)
Dependencies
Acceptance Criteria
Size: S | Parallelizable: Yes(#D-03 完了後)
Why
メンターには生の質問ではなく整理済み情報を渡すことで対応コストを下げる。
Scope
apps/worker/src/slack/escalate.tsshould_escalate_to_mentor=trueのときMENTOR_CHANNEL_IDに投稿escalation_reason)questions.mentor_channel_tsに投稿 ts を保存questions.escalated_to_mentor = trueに更新Out of scope
メンターの返信機能(Phase 2)
Dependencies
Acceptance Criteria
questions.escalated_to_mentor = trueに更新されるmentor_channel_tsが DB に保存されるSize: S | Parallelizable: Yes(#D-03 完了後)