diff --git a/.story_kit/work/5_done/305_story_bot_show_command_displays_story_text_in_chat.md b/.story_kit/work/5_done/305_story_bot_show_command_displays_story_text_in_chat.md new file mode 100644 index 0000000..7ba1a72 --- /dev/null +++ b/.story_kit/work/5_done/305_story_bot_show_command_displays_story_text_in_chat.md @@ -0,0 +1,21 @@ +--- +name: "Bot show command displays story text in chat" +--- + +# Story 305: Bot show command displays story text in chat + +## User Story + +As a project owner in a Matrix room, I want to type "{bot_name} show {story_number}" and see the full story text displayed in chat, so that I can review story details without accessing the file system. + +## Acceptance Criteria + +- [ ] '{bot_name} show {number}' finds the story/bug/spike by number across all pipeline stages and displays its full markdown content +- [ ] Output is formatted for readability in Matrix +- [ ] Returns a friendly message if no story with that number exists +- [ ] Registered in the command registry so it appears in help output +- [ ] Handled at bot level without LLM invocation + +## Out of Scope + +- TBD