story-kit: done 333_story_bot_stop_command_to_stop_an_agent_on_a_story

This commit is contained in:
Dave
2026-03-20 08:49:57 +00:00
parent ec5f4afcfb
commit 31e2f823f7

View File

@@ -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