story-kit: create 333_story_bot_stop_command_to_stop_an_agent_on_a_story
This commit is contained in:
@@ -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
|
||||||
Reference in New Issue
Block a user