diff --git a/.story_kit/work/5_done/342_story_web_ui_button_to_delete_a_story_from_the_pipeline.md b/.story_kit/work/5_done/342_story_web_ui_button_to_delete_a_story_from_the_pipeline.md new file mode 100644 index 0000000..dd9eb23 --- /dev/null +++ b/.story_kit/work/5_done/342_story_web_ui_button_to_delete_a_story_from_the_pipeline.md @@ -0,0 +1,23 @@ +--- +name: "Web UI button to delete a story from the pipeline" +--- + +# Story 342: Web UI button to delete a story from the pipeline + +## User Story + +As a project owner using the web UI, I want a delete button on work items to remove them from the pipeline, so that I can clean up obsolete or duplicate stories visually. + +## Acceptance Criteria + +- [ ] Delete button visible on work items in all pipeline stages +- [ ] Shows confirmation dialog before deleting (story title shown for clarity) +- [ ] Stops any running agent on the story before deleting +- [ ] Removes the worktree if one exists +- [ ] Deletes the story file and commits to git +- [ ] UI updates immediately to remove the item from the board +- [ ] Uses an appropriate API endpoint (new or existing) + +## Out of Scope + +- TBD