diff --git a/.story_kit/stories/upcoming/35_ui_show_test_todos.md b/.story_kit/stories/upcoming/35_ui_show_test_todos.md new file mode 100644 index 0000000..9bd073b --- /dev/null +++ b/.story_kit/stories/upcoming/35_ui_show_test_todos.md @@ -0,0 +1,14 @@ +# Story 35: Show Remaining Test TODOs in the UI + +## User Story +As a user, I want the UI to show the remaining test TODOs for the current story, so I can track which Acceptance Criteria are still untested. + +## Acceptance Criteria +- The UI lists remaining TODOs from `tests/todo/story-XX.todo` for the active story. +- Each TODO is displayed as its full comment text. +- When a TODO line is removed from the file, it disappears from the UI. +- If no TODOs remain, the UI clearly indicates completion. + +## Out of Scope +- Editing TODOs from the UI. +- Automatically generating TODO files. \ No newline at end of file