Skip to content

feat: QuestionWorker - Slack スレッド返信(聞き返し / 一次回答 / フォールバック通知) #17

Description

@Asheze1127

Why

参加者が結果を受け取る唯一の出口。

Scope

  • apps/worker/src/slack/reply.ts
  • needs_more_info=true → 不足情報リストを含む聞き返しメッセージ
  • needs_more_info=false → 一次回答(confidence 0.5〜0.8 は「AIによる一次回答」注記付き)
  • AI 完全失敗(fallback) → 「メンターが確認します」メッセージ
  • Slack API の chat.postMessagethread_ts 指定してスレッド返信

メッセージテンプレートは docs/detail/03_ai-flow.md 参照。

Out of scope

メンター転送メッセージ(#D-05)

Dependencies

Acceptance Criteria

  • 聞き返しメッセージが Slack スレッドに投稿される
  • 一次回答が Slack スレッドに投稿される
  • confidence 0.5〜0.8 の回答に「AIによる一次回答」注記が付く
  • AI 失敗時に「メンターが確認します」メッセージが届く

Size: S | Parallelizable: Partial

Metadata

Metadata

Assignees

No one assigned

    Labels

    slackSlack integrationworkerLambda Worker

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions