From f625534ff0ace6c3697b2bf35fe2314dcec8a632 Mon Sep 17 00:00:00 2001 From: Dave Date: Fri, 20 Mar 2026 08:16:11 +0000 Subject: [PATCH] story-kit: create 339_story_web_ui_agent_assignment_dropdown_on_work_items --- ...agent_assignment_dropdown_on_work_items.md | 21 +++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 .story_kit/work/1_backlog/339_story_web_ui_agent_assignment_dropdown_on_work_items.md diff --git a/.story_kit/work/1_backlog/339_story_web_ui_agent_assignment_dropdown_on_work_items.md b/.story_kit/work/1_backlog/339_story_web_ui_agent_assignment_dropdown_on_work_items.md new file mode 100644 index 0000000..2f2fd6e --- /dev/null +++ b/.story_kit/work/1_backlog/339_story_web_ui_agent_assignment_dropdown_on_work_items.md @@ -0,0 +1,21 @@ +--- +name: "Web UI agent assignment dropdown on work items" +--- + +# Story 339: Web UI agent assignment dropdown on work items + +## User Story + +As a project owner using the web UI, I want to select which agent to assign to a work item from a dropdown, so that I can control agent assignments visually. + +## Acceptance Criteria + +- [ ] Agent dropdown visible in expanded work item detail panel +- [ ] Shows available agents filtered by appropriate stage (coders for current, QA for qa, mergemaster for merge) +- [ ] Selecting an agent stops any current agent and starts the new one +- [ ] Updates the story front matter with the agent assignment +- [ ] Shows agent status (running, idle) in the dropdown + +## Out of Scope + +- TBD