From c7b2b5820b27e5a8d7a7f421c16716313df280ed Mon Sep 17 00:00:00 2001 From: Dave Date: Fri, 20 Mar 2026 08:15:40 +0000 Subject: [PATCH] story-kit: create 336_story_web_ui_button_to_start_a_coder_on_a_story --- ...b_ui_button_to_start_a_coder_on_a_story.md | 21 +++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 .story_kit/work/1_backlog/336_story_web_ui_button_to_start_a_coder_on_a_story.md diff --git a/.story_kit/work/1_backlog/336_story_web_ui_button_to_start_a_coder_on_a_story.md b/.story_kit/work/1_backlog/336_story_web_ui_button_to_start_a_coder_on_a_story.md new file mode 100644 index 0000000..aa7ff1b --- /dev/null +++ b/.story_kit/work/1_backlog/336_story_web_ui_button_to_start_a_coder_on_a_story.md @@ -0,0 +1,21 @@ +--- +name: "Web UI button to start a coder on a story" +--- + +# Story 336: Web UI button to start a coder on a story + +## User Story + +As a project owner using the web UI, I want to click a button on a work item to start a coder on it, so that I can kick off work without using the terminal or chat bot. + +## Acceptance Criteria + +- [ ] Start button visible on work items in backlog and current stages +- [ ] Clicking start assigns the default coder and moves the story to current if needed +- [ ] Option to select a specific agent (dropdown: coder-1, coder-2, coder-opus) +- [ ] Button disabled when all coders are busy (shows tooltip explaining why) +- [ ] UI updates immediately to show the assigned agent + +## Out of Scope + +- TBD