story-kit: start 74_story_agent_lozenges_float_across_ui_during_assignment

This commit is contained in:
Dave
2026-02-23 14:45:23 +00:00
parent d5efbc0a53
commit 3109282b3b

View File

@@ -1,23 +0,0 @@
---
name: Agent lozenges float across UI during assignment
test_plan: pending
---
# 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