story-kit: queue 74_story_agent_lozenges_float_across_ui_during_assignment for QA

This commit is contained in:
Dave
2026-02-23 15:09:26 +00:00
parent 1c787a29da
commit 83bffed78c

View File

@@ -1,23 +0,0 @@
---
name: Agent lozenges float across UI during assignment
test_plan: approved
---
# Story 74: Agent lozenges float across UI during assignment
## User Story
As a user, I want to see cool animations, so that I get a great visual representation of agent activity.
## 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