diff --git a/.story_kit/work/5_done/333_story_bot_stop_command_to_stop_an_agent_on_a_story.md b/.story_kit/work/5_done/333_story_bot_stop_command_to_stop_an_agent_on_a_story.md new file mode 100644 index 0000000..ec14419 --- /dev/null +++ b/.story_kit/work/5_done/333_story_bot_stop_command_to_stop_an_agent_on_a_story.md @@ -0,0 +1,21 @@ +--- +name: "Bot stop command to stop an agent on a story" +--- + +# Story 333: Bot stop command to stop an agent on a story + +## User Story + +As a project owner in a chat room, I want to type "{bot_name} stop {story_number}" to stop the running agent on a story, so that I can halt work from chat without MCP tools. + +## Acceptance Criteria + +- [ ] '{bot_name} stop {number}' stops the running agent on that story +- [ ] Returns confirmation with agent name, story title, and what stage it was in +- [ ] Returns friendly message if no agent is running on that story +- [ ] Registered in the command registry so it appears in help output +- [ ] Handled at bot level without LLM invocation + +## Out of Scope + +- TBD