From b1b9799e9e5a3020b9dfdb3a915ea32a4e2feb43 Mon Sep 17 00:00:00 2001 From: Dave Date: Fri, 20 Feb 2026 15:42:41 +0000 Subject: [PATCH] Add story 50: Unified Current Work Directory Co-Authored-By: Claude Opus 4.6 --- .../50_unified_current_work_directory.md | 25 +++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 .story_kit/stories/upcoming/50_unified_current_work_directory.md diff --git a/.story_kit/stories/upcoming/50_unified_current_work_directory.md b/.story_kit/stories/upcoming/50_unified_current_work_directory.md new file mode 100644 index 0000000..672f77c --- /dev/null +++ b/.story_kit/stories/upcoming/50_unified_current_work_directory.md @@ -0,0 +1,25 @@ +--- +name: Unified Current Work Directory +test_plan: pending +--- + +# Story 50: Unified Current Work Directory + +## User Story + +As a developer, I want a single `.story_kit/current/` directory (outside of `stories/`) that holds whatever work items agents are actively working on — stories, bugs, or spikes — so I can always see at a glance what coders are doing. + +## Acceptance Criteria + +- [ ] New top-level `.story_kit/current/` directory replaces `.story_kit/stories/current/` +- [ ] `start_agent` moves work items into `.story_kit/current/` regardless of type (story, bug, spike) +- [ ] `accept_story` moves from `.story_kit/current/` to `.story_kit/stories/archived/` +- [ ] `close_bug` moves from `.story_kit/current/` to `.story_kit/bugs/archive/` +- [ ] All existing references to `.story_kit/stories/current/` are updated (server code, tests, MCP tools) +- [ ] Migrate any files currently in `.story_kit/stories/current/` to `.story_kit/current/` +- [ ] Auto-commits use deterministic messages for all moves + +## Out of Scope + +- Spike lifecycle (create/archive) — can follow later +- UI changes to display current work items