diff --git a/.story_kit/work/5_done/339_story_web_ui_agent_assignment_dropdown_on_work_items.md b/.story_kit/work/5_done/339_story_web_ui_agent_assignment_dropdown_on_work_items.md new file mode 100644 index 0000000..2f2fd6e --- /dev/null +++ b/.story_kit/work/5_done/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