story-kit: create 74_story_agent_lozenges_float_across_ui_during_assignment

This commit is contained in:
Dave
2026-02-23 14:02:43 +00:00
parent 0d7409ac89
commit 959090106b

View File

@@ -0,0 +1,23 @@
---
name: Agent lozenges float across UI during assignment
test_plan: pending
---
# Story 74: Agent lozenges float across UI during assignment
## User Story
As a ..., I want ..., so that ...
## Acceptance Criteria
- [ ] Agent lozenges animate as floating overlays (absolute/fixed positioned) that fly across the screen from the agents panel to the target work item panel
- [ ] The floating animation travels over top of all other UI elements, not within the layout flow
- [ ] Agent lozenges maintain a fixed intrinsic width at all times - they do not stretch or expand to fill the width of the panel they dock into
- [ ] When an agent completes or is reassigned, the lozenge floats back to the agents panel (or to the next work item) using the same overlay animation
- [ ] The animation uses FLIP-style transitions (or equivalent) to smoothly interpolate between start and end positions
- [ ] Idle and active lozenge states remain visually distinct (pulse/shimmer for active) as implemented in story 59
## Out of Scope
- TBD