diff --git a/.story_kit/work/5_done/337_story_web_ui_button_to_stop_an_agent_on_a_story.md b/.story_kit/work/5_done/337_story_web_ui_button_to_stop_an_agent_on_a_story.md new file mode 100644 index 0000000..a709673 --- /dev/null +++ b/.story_kit/work/5_done/337_story_web_ui_button_to_stop_an_agent_on_a_story.md @@ -0,0 +1,20 @@ +--- +name: "Web UI button to stop an agent on a story" +--- + +# Story 337: Web UI button to stop an agent on a story + +## User Story + +As a project owner using the web UI, I want to click a button on a work item to stop its running agent, so that I can halt work without using the terminal or chat bot. + +## Acceptance Criteria + +- [ ] Stop button visible on work items that have a running agent +- [ ] Clicking stop kills the agent and shows confirmation +- [ ] Button only appears when an agent is actively running +- [ ] UI updates immediately to reflect the agent is stopped + +## Out of Scope + +- TBD