story-kit: create 323_story_whatsapp_llm_passthrough_for_conversational_queries

This commit is contained in:
Dave
2026-03-19 22:48:41 +00:00
parent 8eff849e83
commit cc0110e577

View File

@@ -0,0 +1,21 @@
---
name: "WhatsApp LLM passthrough for conversational queries"
---
# Story 323: WhatsApp LLM passthrough for conversational queries
## User Story
As a project owner using WhatsApp, I want messages that aren't bot commands to be forwarded to Claude for conversational responses, so that I can ask questions about the project naturally from WhatsApp just like I do from Matrix.
## Acceptance Criteria
- [ ] Messages that don't match any bot command are forwarded to Claude via the existing LLM pipeline
- [ ] Responses are sent back as WhatsApp messages
- [ ] Conversation history is maintained per user (similar to Matrix history_size)
- [ ] System prompt includes the same project context as Matrix (bot name, pipeline awareness, MCP tools)
- [ ] Long responses are chunked to fit WhatsApp's message size limits
## Out of Scope
- TBD