diff --git a/.story_kit/work/1_upcoming/224_story_expand_work_item_to_full_screen_detail_view.md b/.story_kit/work/1_upcoming/224_story_expand_work_item_to_full_screen_detail_view.md new file mode 100644 index 0000000..8a36073 --- /dev/null +++ b/.story_kit/work/1_upcoming/224_story_expand_work_item_to_full_screen_detail_view.md @@ -0,0 +1,23 @@ +--- +name: "Expand work item to full-screen detail view" +--- + +# Story 224: Expand work item to full-screen detail view + +## User Story + +As a user, I want to click on a work item card to expand it into a full-screen detail view, so that I can read the full story/bug content and later access agent logs, test output, and coverage metrics. + +## Acceptance Criteria + +- [ ] Clicking a work item card in any pipeline stage opens a detail panel that overlays the right sidebar (agents/pipeline area) +- [ ] The chat panel remains visible and usable while the detail view is open +- [ ] The detail panel displays the full markdown content of the story or bug file rendered as HTML +- [ ] A close button or escape key dismisses the detail panel and restores the sidebar +- [ ] The detail panel shows the story title and current pipeline stage +- [ ] The detail panel has placeholder sections for future content (agent logs, test output, coverage) that show Coming soon +- [ ] Works for stories, bugs, and spikes in all pipeline stages + +## Out of Scope + +- TBD